LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the time at which zero crossing point happen using zero crossing vi

Solved!
Go to solution
Im trying your VI on a signal and it's not detecting the diachrotic notch
0 Kudos
Message 11 of 14
(1,265 Views)

will you provide me more information about how the For loop in the block works   ?

0 Kudos
Message 12 of 14
(1,095 Views)
Solution
Accepted by topic author laythzraiqat

For reference here is the part of the code I think you are asking about.

 

Inflection Points.png

The subVI in the upper left is Savitsky-Golay Diff&Smooth.vi. The Greater than Zero and Implies find the zero crossings of the second derivative.  The case structure creates an output array which contains the values of the smoothed signal only at the second derivative zero crossings and NaN in all other elements. This creates the dots on the graph.

 

Lynn

0 Kudos
Message 13 of 14
(1,075 Views)

I really want to thank you 
ThanK you Very much 
so much respect for you 

0 Kudos
Message 14 of 14
(1,063 Views)