搜索资源列表
ica_r
- 带参考信号的盲源分离,很好用的程序,用于语音增强-ICA-R
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)
EndPointDetector
- End point detector Implementation of "An Algorithm for Determining the Endpoints of Isolated Utterances, L. R. Rabiner and M. R.Sambur