-
An excellent MATLAB program for the algorithm as a DTW model. It can recognise t...
一个完整的基于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.
- 2022-07-01 23:49:26下载
- 积分: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
-
一种语音段起止端点检测新方法.rar格式为vip
一种语音段起止端点检测新方法.rar格式为vip-made available a voice of a new endpoint detection methods. Rar format vip
- 2022-03-04 10:30:50下载
- 积分:1
-
Empirical Mode Decomposition (EMD), In some cases than WAVELET TRANSFORM STFT an...
经验模式分解程序(简称EMD),在某些情况下比WAVELET TRANSFORM 和STFT分析效果要好,就是计算很费时间!-Empirical Mode Decomposition (EMD), In some cases than WAVELET TRANSFORM STFT analysis and better results. Computing is a great time!
- 2022-03-16 18:57:47下载
- 积分:1
-
使用HMM的语音识别系统包括Viterbi,转发和backtrac…
Speech Recognition system using HMM...includes Viterbi , Forwarding and Backtracking Algorithm
- 2023-08-04 18:35:03下载
- 积分:1
-
隐马尔科夫模型的建立,该模型可广泛应用于语音识别、对象定位、多序列比对中。...
隐马尔科夫模型的建立,该模型可广泛应用于语音识别、对象定位、多序列比对中。-Hidden Markov model, the model can be widely used in speech recognition, object positioning, multiple sequence alignment of.
- 2023-01-08 16:00:03下载
- 积分:1
-
This document contains the speech recognition in a number of speech recognition...
本文件包含语音识别语音识别中一些算法,加框处理的算法,以及进行mfcc和倒谱的算法,用matlab算法实现。另外还包含一个音频文件。-This document contains the speech recognition in a number of speech recognition algorithms, the algorithm deal with framing, as well as cepstrum mfcc and the algorithm implementation using matlab algorithm. It also contains an audio file.
- 2022-10-06 18:50:03下载
- 积分:1
-
提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。
提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。-Provided segmantal SNR and IS calculation code for speech enhancement with post-evaluation.
- 2022-03-25 11:37:25下载
- 积分: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
-
This is an audio editor, it can realize any audio recording and the cutting and...
这是一个音频编辑器,它能实现录音和对音频任意的裁剪等等功能!-This is an audio editor, it can realize any audio recording and the cutting and so on!
- 2022-03-21 07:41:59下载
- 积分:1