-
语音识别的两种特征提取方法lpcc和mfcc。有一个文本
语音识别中的两种特征提取方法lpcc和mfcc,还有一个是文本无关的识别算法dtw,另外还有一个是预处理消噪部分的。共享一下,这些都是我调试过的,好用。-Speech Recognition two feature extraction methods and mfcc lpcc. There is a text-independent recognition algorithm dtw, in addition to a pretreatment is part of the noise source. Sharing that those are off the debugging and ease of use.
- 2023-03-12 15:50:04下载
- 积分:1
-
这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组。...
这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组。-This function must be melcepst function call is used to calculate Mel cepstral coefficients. The role of this function is to construct a mel filter bank.
- 2022-03-07 15:34:34下载
- 积分:1
-
语音识别基本原理 自己收集的电子书 关于语音识别的
语音识别基本原理 自己收集的电子书 关于语音识别的 -voice recognition basic tenets of his collection of electronic books on Speech Recognition
- 2022-04-10 18:42:46下载
- 积分:1
-
语音信号短时能量matlab实现,语音信号的端点检测matlab实现。
语音信号短时能量matlab实现,语音信号的端点检测matlab实现。-Speech signal to achieve short-term energy matlab, speech endpoint detection signal matlab implementation.
- 2023-07-11 05:55:04下载
- 积分: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 about the HTK information, HTK speech recognition is an important way an...
这个是关于HTK的资料,HTK是语音识别的一个重要途径和方法,对做语音识别的朋友很有用!-This is about the HTK information, HTK speech recognition is an important way and method of a friend to do speech recognition is useful!
- 2022-03-01 05:01:14下载
- 积分:1
-
关于SDK的语音识别和语音结合 的代码
关于SDK的语音识别和语音结合 的代码-On the SDK Speech Recognition and voice combined with the code
- 2022-03-10 05:48:22下载
- 积分:1
-
基音提取和转换成沥青,matlab程序,加入了优化…
基音提取并换算成音高,matlab程序,加入了优化的功能使得结果更好-Pitch extraction and converted into pitch, matlab program, joined the optimization of the function of making the results better
- 2022-04-22 21:48:12下载
- 积分:1
-
in Matlab is the voice signal processing applications, we welcome download Debug...
这个是matlab在语音信号处理方面的应用,欢迎大家下载调试-in Matlab is the voice signal processing applications, we welcome download Debugging
- 2022-04-02 12:03:33下载
- 积分:1
-
语音信号预处理matlab程序,在7.0上运行通过,可以做实验参者代码。...
语音信号预处理matlab程序,在7.0上运行通过,可以做实验参者代码。-Matlab voice signal pre-processing program, run through the 7.0, you can experiment with participation by the code.
- 2022-08-18 13:17:52下载
- 积分:1