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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by