필터 지우기
필터 지우기

Problem with hanning window

조회 수: 21 (최근 30일)
Murali Krishnan
Murali Krishnan 2023년 11월 29일
답변: Divyanshu 2023년 12월 12일
I was trying to use hanning window on an fft i did. The first figure is after hanning and second one before it. What might be the reason for the variation? I am just starting to learn matlab.

답변 (1개)

Divyanshu
Divyanshu 2023년 12월 12일
Hi Murali,
I understand that you are trying to use hanning window on an FFT and want to know the cause of variation before and after hanning. Please go through the following points to understand the effects of hanning:
  • Hanning smoothly reduces the ampiltude of the signal to zero at the edges.
  • It reduces leakage of signal energy into adjacent frequency bins in Fourier Transform.
  • Moreover, due to hanning side lobs i.e. additional peaks, are minimized giving more accurate representation of signal's frequency.
You can refer the following documentation about MATLAB function 'hann' which has more details about the underlying equation:

카테고리

Help CenterFile Exchange에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by