11-15-2007 06:42 PM
11-16-2007 06:15 PM
Battousai a écrit: my problem is detect the turning point of one waveform
11-16-2007 06:25 PM
11-17-2007 04:42 AM
11-17-2007 05:42 AM
Why don't you try it ? What do you fear ? Why would it be so surprizing to find something that works in LabVIEW ? :D:D:D
Battousai wrote: ... How i can derivate the signals??? with the derivate x(i) vi of labview??? its works???
11-17-2007 12:08 PM
A derivative is always problematic if you have noise or if the function is relatively ill behaved. For example if your 2D function looks like an egg carton, you will have many turning points. Do you want the "exact" turning point or is it sufficient to coerce it to an existing x (or x,y) position?
If you have a good mathematical model for the function, I would probably do a nonlinear fit and get the turning point analytically from the best fit paramters. If the function is relatively featureless, a polynomial fit (1D or 2D) might be sufficient for the same.
Do you have some typical sample data? Please post it and maybe I'll try a few things. 🙂
11-17-2007 12:44 PM
11-17-2007 01:03 PM
11-17-2007 01:16 PM
11-17-2007 02:05 PM