10-31-2007 11:49 AM
10-31-2007 12:12 PM
Software wise, an FFT should be able to sense all the frequencies in your signal. There are VIs to do this in the signal analysis palette.
A basic concern is your sampling frequency. Is it high enough to be able to detect the frequencies you expect to see? For instance, if your hardware is capable of sampling at 10 Hz, you cannot detect correctly signals that are faster than 5 Hz (Nyquist criterion). In practice, I try to use sampling frequencies that are atleast 5 or 10 times the maximum frequency I expect to detect.