-
LMS工具箱SI的MATLAB代码,最小均方algerion
LMS toolbox si a matlab code for least mean square algerion-LMS si a toolbox for Matlab code"s least mean quare algerion
- 2022-05-30 04:49:02下载
- 积分:1
-
speech processing toolbox, copy it into matlab toolbox.
语音处理工具箱,复制到matlab工具箱中。
- 2022-11-29 13:15:03下载
- 积分:1
-
Based on short
Based on short-term energy detection and short-term cross zero rates detection in speech
reorganization,the paper presents two-threshold endpoint detection.In addition,an accurate speech
segmentation algorithm is achieved with the wavelet transform and statistics signal frequency domain
characteristics.using cepstrum transform and cepstrum distance with the background noise,the paper achieved
the speech segmentation algorithm.Analysis and Implementation of Speech Endpoint Detection
- 2022-02-05 18:36:32下载
- 积分:1
-
OPNET CS _ 4700 _ 4S _ E6 _ FR2 _ SL4 _参考
opnet CS_4700_4s_e6_fr2_sl4_ref- opnet CS_4700_4s_e6_fr2_sl4_ref
- 2022-02-28 10:49:27下载
- 积分:1
-
OPNET dynproc_new_lab1_ref
OPNET dynproc_new_lab1_ref-root_proce-OPNET dynproc_new_lab1_ref-root_process
- 2022-04-22 16:11:00下载
- 积分:1
-
语音识别再vc下开发
语音识别再vc下开发-speech recogintion developed with VC
- 2023-03-29 06:25:03下载
- 积分:1
-
用于语音识别的离散隐马尔可夫模型程序(非特定人,多个观测序列),已调试通过。...
用于语音识别的离散隐马尔可夫模型程序(非特定人,多个观测序列),已调试通过。-used discrete speech recognition Hidden Markov Model (non-specific, a number of observation sequence), has been through testing.
- 2022-02-12 04:33:31下载
- 积分:1
-
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=...
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)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R- 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)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R))
- 2022-01-24 14:36:59下载
- 积分:1
-
cti编程的全面例子
cti编程的全面例子-CTI comprehensive programming examples
- 2023-02-06 14:20:04下载
- 积分:1
-
C-均值聚类算法的挖掘软件,用于数据挖掘,很不错的实用软件.-C-means clustering algorithm mining software for data mining, very good utility software.
- 2023-05-24 14:15:03下载
- 积分:1