搜索资源列表
systemident
- 系统辨识算法matlab 自动提供输入输出功能 自动辨识-system identification algorithm for automatic Matlab functions of the input and output automatic identification
MATLAB-jiyinjiance
- 用MATLAB语言实现有关基音检测算法,同时给出检测结果-MATLAB language of the pitch detection algorithm, and gives results
aec
- 回音消除算法matlab,采用的VIRE的双方通话检测-Matlab algorithms eliminate echoes, the two sides call the VIRE Detection
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
matlablms
- LMS算法MatLab实现 LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。
matlab
- matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序
dtw算法源代码
- 一个完整的基于Matlab的DTW模型算法及高效算法程序,能快速识别数字0-9,运行testdtw即可。-An excellent MATLAB program for the algorithm as a DTW model. It can recognise the number of 0-9. Try it, just run testdtw.
DTW算法C语言程序,孤立词语音识别
- DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
Matlab_ica.该算法实现了两路语音的分离
- 该算法实现了两路语音的分离。主要为fastica算法的matlab实现。,The algorithm achieved a separation of two-way voice. Mainly to achieve fastica algorithm matlab.
利用LMS和DFE两种算法进行均衡matlab的程序
- 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
LMS
- 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
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)
gFULMS
- 振动抑制的matlab程序源码 LMS算法 matlab -LMS algorithm for vibration suppression
vh
- LMS自适应算法的matlab仿真源程序-LMS adaptive algorithm matlab simulation source
lms
- 基于Matlab的自适应滤波器的LMS算法-Matlab-based LMS adaptive filter algorithm
melp-MATLAB
- 本代码是基于matlab实现的melp算法,编码速率为2.4kb/s-This code is based on the matlab implementation melp algorithms, coding rate of 2.4kb/s
fsk_det
- FSK信号检测算法matlab仿真,比较实用!-FSK signal detection algorithm matlab simulation, more practical!
SpeakerRecognition(Matlab)
- 基于Matlab平台的语者识别系统 使用mfcc、DTW等算法-Matlab platform, based on speaker identification system using mfcc, DTW algorithm as
传统谱减与MCRA语音增强算法
- 传统语音增强算法,谱减法和MCRC算法,matlab源代码。(Traditional speech enhancement algorithm, spectral subtraction and MCRC algorithm, matlab source code.)
NLMS
- 语音降噪经典算法NLMS最小均方算法MATLAB程序(Speech noise reduction classical algorithm NLMS minimum mean square algorithm MATLAB program)