Windowed FFT magnitude / leakage effect

조회 수: 2 (최근 30일)
Tom Bedkowski
Tom Bedkowski 2019년 7월 5일
편집: Tom Bedkowski 2019년 8월 1일
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