Intro Class Ot12915

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

MATLAB Intro- Dr.

Clausen class notes


1/29/15

Bp2excel
Bp2Wx
Read file and build a manageable file. Identifies the pulses in the file.

Need to run a filter at first to eliminate the noise- set to 41ms by default- can
increase if very noisy
Set a max hr to ignore anything based on max heart rate-set to about 600
Most heart rates are usually 400-600
Pulse pressure you need a min point- 10mm hg? You need to play with defult values
Expand the plots and look at what the computer changed
[Pulse, raw]=bp2ws;
You can select the data to use
Miniumum peak bp- 10
Max hr 600
PE increase peripheral resistance
Whos what variables are in the workspace
Plot(pulse(:,1), pulse (:3.), pulse (

You might also like