11-19-2020 02:11 AM
Hello,
i have a signal with multiple peaks. i want a cursor that point out exact peak location (X,Y values) in a graph. just like in Matlab when we click the peak it gives us the location. In labview, the cursor which i saw is movable and it may not give exact value of peak.
Can any one guide?
Thanks
11-19-2020 05:25 AM
Hi sundas,
when you want to analyze your data then you should use functions from SignalProcessing palette.
What about PeakDetector? (Or in simplest case an ArrayMinMax?)
Can you provide an example VI with example data embedded?