-
语音识别知识的语音识别,语音识别的基本方法…
语音识别知识讲稿,了解语音识别基本知识和基本方法的捷径-Speech Recognition knowledge speech, speech recognition to understand the basic knowledge and basic methods of shortcuts
- 2023-04-26 12:00:03下载
- 积分:1
-
ITU
ITU-T G.729 Source code ITU-T G.729 Annex B ANSI-C Source Code
- 2022-03-22 06:38:25下载
- 积分:1
-
LPC speech compression
LPC speech compression-LPC speech compression...
- 2022-04-24 22:29:13下载
- 积分:1
-
ETSI发布的用于研究分布式语音识别的前端降噪算法
ETSI发布的用于研究分布式语音识别的前端降噪算法-ETSI issued for the study of Distributed Speech Recognition front Noise Reduction Algorithm
- 2022-01-26 08:30:43下载
- 积分:1
-
几种语音增强关于mmse算法,维纳滤波,掩蔽增强
几种语音增强关于mmse算法,维纳滤波,掩蔽增强-err
- 2022-02-13 01:26:34下载
- 积分:1
-
prepared using Matlab model based hmm voice identification procedures, but there...
用matlab编写的基于hmm模型的语音识别程序,但是调试好像有些问题,欢迎指正:)-prepared using Matlab model based hmm voice identification procedures, but there seems to be some debugging, and welcomes the correction :)
- 2022-03-20 04:00:30下载
- 积分:1
-
delphi写的语音报时器
delphi写的语音报时器-voice timer written in delphi
- 2022-03-09 13:48:35下载
- 积分: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
-
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
-
English figures from one to ten, they hope to do useful Speech Recognition
英文数字从1到10,希望做语音识别用得上-English figures from one to ten, they hope to do useful Speech Recognition
- 2022-05-14 09:25:17下载
- 积分:1