11-10-2020 10:22 AM
Hi
I am new to LabView. I have trouble finding the peak of the signal - see image.bmp. I have lots of data set where I need to find the start peak of the signal. Sample data is in the testdata1.txt file. I need to automate the process and it is not possible to use the peak detection vi. How do i solved this?
Best regards
Christian
Solved! Go to Solution.
11-10-2020 10:34 AM - edited 11-10-2020 10:36 AM
Hi Christian,
there are several approaches possible:
Btw. PNG offers much smaller filesize than BMP:

11-12-2020 02:52 PM
You could try this peak detection VI. It doesn't use NI peak detection.vi. It relies on a peak being deltaY greater than the surrounding data. For your data a deltaY of 3-5 looks good. Then just take the first peak from the array of peaks returned.
Craig