搜索资源列表
wvfilter
- 维纳滤波matlab源程序,完全由自己编写的代码实现,没有涉及到内部函数,很容易理解-Wiener filtering matlab source code, written entirely by its own code to achieve, does not involve the internal functions, it is easy to understand
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
Wiener-filter-in-speech-enhance
- 这是我的adsp的project 维纳滤波在语音增强上的应用,是基于维纳滤波的语音增强的matlab实现,其中包括matlab源码,word文档,以及PPT。并设计了简单的 GUI 对语音信号进行加噪处理,然后再其进行维纳滤波。通过gui可以实时改变加入噪声的参数和维纳滤波器的参数,进行分析。并 有频谱显示和语谱对比显示。-This is my project adsp the Wiener filter applied on speech enhancement is ba
pujian
- matlab实现的传统语音降噪声使用的谱减增强算法,含有维纳滤波算法,请大家参考学习。(Matlab implementation of the traditional voice reduced noise spectrum enhancement algorithm, contains Wiener filtering algorithm, please refer to the study.)