Dimensional analysis of fast Fourier Transform
- September 18, 2013
- 15 replies
- 7472 views
Hi everybody,
I do not understand the following: I have a signal, an acceleration: the units are of course [m/sec2].
Now the Fourier Transform of a function should have the dimensions of [function]*time.
So the FFT of my signal should have the dimensions of [m/sec]
What I get (I am actually using cfft, but that should not do any difference)
cfft(acceleration) --> units [m/sec2]
why does this happen? it should be [m/s]
I discovered the problem while trying to compute the Power Spectral Density of the acceleration signal (that is what I actually want). It comes out with the wrong units. I also tried to use pspectrum (from Signal Processing), but I also get wrong units.
Attached a small example where I show my problem using a sample sinusoidal signal + noise
Thanks a lot for any advice!

