필터 지우기
필터 지우기

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