Problem with hanning window
显示 更早的评论
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
2023-12-12
0 个投票
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:
类别
在 帮助中心 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!