When we apply fourier transform over a signal will i get same power or energy signal as i get in time domain?

1 次查看(过去 30 天)
Kindly, elaborate the ans if yes then how and no then how?

回答(1 个)

Matt J
Matt J 2013-9-12
If you normalize appropriately, then yes. E.g.,
>> x=rand(1,5);
>> norm(x)
ans =
1.6536
>> norm(fft(x)/sqrt(numel(x)))
ans =
1.6536

类别

Help CenterFile Exchange 中查找有关 Frequency Transformations 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by