Azzera filtri
Azzera filtri

Windowed FFT magnitude / leakage effect

5 visualizzazioni (ultimi 30 giorni)
Tom Bedkowski
Tom Bedkowski il 5 Lug 2019
Modificato: Tom Bedkowski il 1 Ago 2019
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!

Risposte (1)

Samatha Aleti
Samatha Aleti il 17 Lug 2019
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 Commento
Tom Bedkowski
Tom Bedkowski il 1 Ago 2019
Modificato: Tom Bedkowski il 1 Ago 2019
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

Accedi per commentare.

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by