06-07-2013 01:03 PM - edited 06-07-2013 01:04 PM
I wrote a program to calculate STFT for the duaration of an analysis to examine the change in magnitude of the signals. Everything worked and I got quantitative results from it. I don't know exactly the math that was used? Is the default window a hanning window on this function? Is there any zero padding?
Edit: I used the Amplitude and Phase Spectrum VI
Regards
A
Solved! Go to Solution.
06-10-2013 07:38 AM
The Amplitude and Phase VI uses a Hanning window with no zero padding. Under the hood, it is using the LabVIEW Extract Single/Multiple Tone Information VI, depending upon the exact input parameters.