Windowed FFT magnitude / leakage effect

2 次查看(过去 30 天)
Hello,
i am doing an windowed fft to get the magnitude by a frequency.
But the result of the magnitude is not the magnitude of the sampled summation of sinusfunction, which i defined.
This effect is the leakage effect and i heard about a correction factor to get the right magnitude from the windowed fft.
Thank you for help!

回答(1 个)

Samatha Aleti
Samatha Aleti 2019-7-17
Hi,
You may calculate & apply Amplitude correction factor to compensate the leakage effect. Here is an example
N= 100;
w = hann(N);
% correction factor
Cf=length(w)/sum(w);
  1 个评论
Tom Bedkowski
Tom Bedkowski 2019-8-1
编辑:Tom Bedkowski 2019-8-1
Thank you for help.
Yes that is the first correction which i done.
But there is a futher correction which depends on the specific window.
More in this hyperlink: Window Types

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by