搜索资源列表
compare-five-window-functions
- 比较五种窗函数特性matlab程序:得到矩形窗、海明窗、三角窗、汉宁窗和布莱克曼窗图形。从仿真结果可知:矩形窗设计的过渡带最窄,但阻带最小衰减也最差。布莱克曼窗设计的阻带最小衰减最好,但过渡带最宽。-Comparison of characteristics of five kinds of window function matlab program: to be a rectangular window, Hamming window, triangular window, Hanning
qwet1234
- 在 MATLAB 中的窗函数,十分简单: 矩形窗 三角窗 汉宁窗 海明窗 布拉克曼窗 恺撒窗 -In MATLAB, the window function is very simple: a rectangular window of triangular windows Hanning Hamming Blackman Window Caesar Window
lvbo
- 使用matlab编写的海明窗滤波方法,主要是针对各种小的毛细噪声有很好的去除效果-Hamming window with matlab filtering method written
haimingchuang
- 海明窗 语音信号一般在10ms到30ms之间,我们可以把它看成是平稳的。为了处理语音信号,我们要对语音信号进行加窗,也就是一次仅处理窗中的数据。因为实际的语音信号是很长的,我们不能也不必对非常长的数据进行一次性处理。明智的解决办法就是每次取一段数据,进行分析,然后再取下一段数据,再进行分析。 -Hamming window voice signal is generally between 10ms to 30ms, we can see it as is stationary. To h
make_filter
- 程序做的是相关函数二维和三维滤波,包括海明窗和海宁窗(makes 2D and 3D filter for the correlation function)