LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Window detector

Hello All,

 

in the vi below I have used peak detector ,to find the  peak which is higher than threshold value,,

BUT,

 

can I have a range for threshold value,that peak  detector function act as window detector ,and giving a window of peak detected?

 

for example:

if I wire a range of (0 to 0.2) as  threshold ,and the peak detector detects all peaks within this range?

0 Kudos
Message 1 of 3
(2,863 Views)

Hi tinamoli,

you can first detect all values greather than the low value of your range. Detect then all values smaller then the high value from the before created portion.

 

Hope it helps.

Mike

0 Kudos
Message 2 of 3
(2,841 Views)

let me explain what i want to do in here ,

in the ecg1.png  below if i should calculate all these parameters PR interval ,P duration,PR Interval,QRS interval QT interval,HR.

also;

P amplitude ,Q amplitude, R amplitude,S amplitude,T amplitude.

for the moment:

 

in the HR.vi  below  how i know the location for  P amplitude,in reality P amplitude is (0.1_0.15)mv,if i adjust the threshold to 0.1 ,it dosent work.

 

Also,

i would be very happy if you could calculate any parameter i mentioned above,except the HR ,as i shown below in HR.vi

Download All
0 Kudos
Message 3 of 3
(2,811 Views)