搜索资源列表
Natural gradient ML or nonlinear decorrelation alg
- 极小边际熵等价于叉四阶累积量的平方和最小。通过迭代使四阶累积矩阵对角化,实现交叉四阶累积量的平方和的极小化。他是语音识别的重要预处理算法-minimum entropy equivalent to the marginal four bands fork cumulative amount of square and smallest. Through iterative four bands so that the cumulative matrix diagonalization, four
2LMSE最小均方误差算法
- 模式识别中关于 LMSE最小均方误差算法 一中算法-pattern recognition on the wan minimum mean square error algorithm an algorithm
MMSE_IC
- 基于LMS(最小均方误差算法)的自适应滤波 基于LMS(最小均方误差算法)的自适应滤波-based on the LMS (MMSE) algorithm based on the LMS adaptive filtering (minimum mean square error algorithm) the adaptive filtering based on the LMS (minimum mean square error algorithm) Adaptive Filter
LSAgai
- 对数谱最小均方误差语音增强算法(LSA-MMSE),对加入有音无音判决进一步提高信噪比,消噪效果非常好。适合各种平稳噪声。-right spectrum minimum mean square error speech enhancement algorithm (LSA - MMSE). sound right to a sound judgment without further improve signal-to-noise ratio, denoising effect was very
math
- 一些数学处理函数,包括:用窗函数方法设计线性相位FIR数字滤波器、归一化最小均方(LMS)算法的自适应数字滤波器
math2
- 一些数学处理函数,包括:用频域最小误差平方方法设计线性相位FIR低通数字滤波器、最小均方(LMS)算法的自适应数字滤波、离散小波变化函数
lms_flp32
- 用汇编语言实现的最小均方算法的程序。请在visual DSP下运行
LMS
- 针对自适应阵列天线所提出的各类自适应算法-最小均方差算法。
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
LMSzhishiying
- LMS自适应算法,是最小二乘法的基础程序,适于编程前期
matlablms
- LMS算法MatLab实现 LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。
chapter6_1
- 用自相关法求使信号s均方预测误差为最小的预测系数 算法为Levinson-Durbin快速递推算法 -Method using the signal from the associated mean square prediction error s for the smallest prediction coefficient algorithm Levinson-Durbin recursive algorithm for fast
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)
LSL
- 最小均方算法lms源程序,算法简单,实用,可准确无误的运行-Minimum mean-square source lms algorithm, the algorithm is simple, practical, accurate operation can be
snr
- 基于最大信噪比的盲源分离算法,适合初学者使用-Based on the maximum signal to noise ratio Blind source separation algorithm
ss-improve
- 谱减法消除噪音的c代码,是在本站下载的源代码ss.tar.gz的基础上使用改进算法改进的,原程序只能消除最开始很小段的语音噪声。改进后的程序经测试,能够很好地消除语音噪声。在此感谢ss.tar.gz源程序的提供者。-C-code for spectrum-sub to cancel voice noise, can cancel noise very well.
lms
- 使用最小均方算法,对声音进行滤波。去掉声音中混有的噪音。-Using the least mean square algorithm, the sound is filtered. Some of the sound mixing to remove noise.
C_ZTQ
- 基于最小均方误差的助听器语音去噪算法, 用于以最大程度消除助听器接受的语音杂音.-Speech denoising algorithm based on the minimum mean square error of a hearing aid for the hearing aid acceptable voice murmur eliminated to the greatest extent.
LMS
- 实现FIR系统中的最小均方误差自适应滤波算法(LMS),并通过误差曲面研究其性能。-FIR system in the minimum mean square error adaptive filtering algorithm (LMS), and study its performance through the error surface.
NLMS
- 语音降噪经典算法NLMS最小均方算法MATLAB程序(Speech noise reduction classical algorithm NLMS minimum mean square algorithm MATLAB program)