01-04-2006 02:52 PM
01-05-2006 05:49 PM
That's an interesting question. If you open up the STFT Spectrogram Vi to look at the algorithm being employed, you can look at exactly what process is going on. It does appear as though a type of zero-padding is being used.
Zero-padding before the FFT to a power of 2 would actually decrease processing time due to the FFT algorithm used, but that doesn't seem to be the rationale here.
01-05-2006 11:04 PM
Good point about the computational advantage of doing the FFT of 2^m points, when m=integer. But as you say that does not apply here, because even a signal with N=2^m gets zero padded.
Do you know how the WVD spectrogram differs from the STFT? I have looked at the guts of WVD spectrogram.vi. I can't follow it all. I wonder how many points it uses for each spectrum and how the spectra differ from those of the much-easier-to-understand STFT.