12-17-2008 11:18 PM
Hello,
what is the easiest way in performing signal analysis on a signal from a DAQ device?
For example if i can obtain a sine wave signal from a DAQ ,how can i program labview to give me a indication if the signal is correct ie. sine wave, ampltude, frequency, etc etc
with the option of setting the error of eg. 3%
and also if the curve is unorthordox, can you plot points if the ideal signal, to determine and compare it to the signal obtained from the DAQ and say if it is ok ? with the option of error.
12-18-2008 07:30 AM - edited 12-18-2008 07:31 AM
Hi Labviewwuser3,
Good afternoon and I hope your well. Thanks for your post.
You have many options to analyses your signal.
The easiest is maybe an express VI called Equal, it allows you test if two waveforms are the same, greater, less and within tolerance (error).
More in depth you could use some of the VIs in the maths>> Signal processing >>Signal Operation such as peak detection. You could then compare the locations of peaks and amplitude.
You could also do this on a point by point basses or on a complete waveform...
Hope this helps to get you started,
12-29-2008 07:23 PM
Are there any tutorials available on the point by point analysis of an aquired signal?
12-29-2008 07:37 PM