Unit of enery after taking FFT of velocity data

7 次查看(过去 30 天)
Dear all,
I was taking the fft of velocity time data. But I am confusing about the unit of energy after taking fft.
For Example:
velocity have the unit of m/s.
I take the FFT of u(t) then I get u(f). i,e u(f)=sum[u(t)exp(-j*2*pi*f*t)] and calculate the energy over frequency domain by multiplying u(f) with the conjugate of u(f). i.e.
E(f)=u(f)*conj(u(f))
Then my question is what is the unit of E(f). Is that m2/s or m2/s2.
and what is the unit of u(f)?? Is that m/s or m.
Could anybody clear me about the above problem and give me some reference.
Thanks
Pavel

回答(1 个)

Thomas Koelen
Thomas Koelen 2015-5-11
It's still a velocity. If you do a continuous Fourier transform, you go from signal to signal integrated over time, which is signal per frequency, but in a discrete Fourier transform you're just summing discrete velocities with coefficients, and the result is still a velocity.
  2 个评论
Mainul Hoque
Mainul Hoque 2015-5-11
Thanks Thomas. So you mean if I take fft of velocity [u(t)(m/s)] using matlab the unit of u(f) will be still m/s. Am I correct??

请先登录,再进行评论。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by