08-02-2005 09:43 PM
08-03-2005 07:58 AM
Hi,
Using a while loop, with the iteration connected to the index of your data set, check if the previous value (use a shift register) was bigger than the current. If so, then stop. The previous value was your first peak…
Ahum, hope tis is clear ..
Kind regards,
08-03-2005 06:51 PM
Hi
Thanks for that.
I having trouble in getting it to work. I will send what I have got so far.
Thanks.
08-03-2005 07:12 PM
Try this.
Depending on what version of LV you have, you may be able to use the peak detect vi.
Hope this helps