purpose of applying the window
1 次查看(过去 30 天)
显示 更早的评论
hi i need to know the purpose of applying any window ( hamming,hanning) to sound signal
0 个评论
回答(1 个)
Image Analyst
2012-12-13
I guess so the sound will fade in and fade out so it's a more gentle beginning and end to the signal. Without windowing it's possible the sound could start abruptly and very loudly, or suddenly stop which could sounds weird. That's all in the time domain.
It could also reduce spurious high frequencies in the spectral domain which can happen if the left side and right side of the signal don't match up because the FFT assumes a periodic signal. Mismatch at right and left edge of the signal will give a sharp edge in the periodic extension of the signal which would create spurious high frequencies.
1 个评论
bym
2012-12-14
@Abdulkareem
aka spectral leakage. why don't you code up an example for yourself and see the differences
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!