I'm getting very different results integration inside the FFT module vs. the standard differentiation/integration module and I need to know why.
I want to get position and velocity from acceleration input.
One method of using this is to use the integration filter built into the FFT module which converts to frequencies and integrates the results in one module. Another method is to use the FFT module to convert the vibration data into the frequency spectrum and then in a separate module integrate the spectrum.
To my way of thinking, these two ways should give the same result. They don't. Example programs are attached, your opinions would be appreciated.
In addition to the internal/external integration issue other questions are:
- What is the best window (i.e. Hanning?) for transient acceleration data?
- Can block size (for example in the Differentail module ("Restart after "n" blocks") or the Statistical module) affect the results? Note the needed bandwith is from 2 to 1 kHz.
Thanks very much,
Bob
For the attachments, the individual integration module (separate from the FFT module) is "INDIV INT MODULE 00.DSB" . When integration is done inside the FFT module it is called "INT IN FFT MODULE.DSB".
Since DSB files are not allowed in this post these files have been zipped.