03-31-2007 05:11 PM
03-31-2007 09:17 PM
What are you concerned about? Are you concerned about the resolution or computation time?
Since you have taken 40 seconds of data, the frequency resolution is not higher than 1/40 Hz if you compute the FFT power spectrum. If you downsample the data, the frequency resolution does not change, which is still 1/40 Hz.
If the frequency components of your signal are simple, say several tones within 100Hz range, you might be able to use AR power spectrum to improve the resolution. However, the AR power spectrum need more computation time. If your signal is stational, say the first second of signal contain all the information already, you can just use a segment (the first second, for eample) to compute the AR power spectrum.
04-01-2007 03:39 AM
04-01-2007 08:13 PM