-
配合《Matlab之语音处理与合成工具箱》的源代码库,书很经典,是英文原版。...
配合《Matlab之语音处理与合成工具箱》的源代码库,书很经典,是英文原版。-With
- 2022-08-22 18:40:49下载
- 积分: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
-
关于SDK的 语音识别和语音合成的代码。
可以试试啊
关于SDK的 语音识别和语音合成的代码。
可以试试啊-On the SDK Speech Recognition and Speech Synthesis code. Try ah
- 2022-07-07 07:02:58下载
- 积分:1
-
说话人识别程序,VQ识别方法,特征参数是MF
说话人识别程序,VQ识别方法,特征参数是MF-Speaker recognition procedures, VQ identification methods, feature parameters are MF
- 2022-03-11 17:10:31下载
- 积分:1
-
Adaptive quantization. Read wav files, using 2
自适应量化。读取wav文件,使用2到12比特量化。抽样频率8khz-Adaptive quantization. Read wav files, using 2-12 bit quantify. Sampling frequency of 8kHz
- 2022-01-25 23:38:47下载
- 积分:1
-
介绍了基于治疗和研究SVM模型的语音识别方法
介绍基于SVM模型的语音识别方法的处理与研究,通过把SVM 与DCT相结合来进行语音的识别。-Introduced the SVM model based on speech recognition method of treatment and research, through the combination of SVM with the DCT for speech recognition.
- 2022-07-17 19:10:57下载
- 积分:1
-
介绍汉语连续语音识别中声母与韵母的建模,然后用分类聚类的方法进行汉语连续语音的识别。...
介绍汉语连续语音识别中声母与韵母的建模,然后用分类聚类的方法进行汉语连续语音的识别。-Introduction of Chinese Continuous Speech Recognition of consonant and vowel modeling, and then use the classification of clustering methods for Chinese continuous speech recognition.
- 2022-07-23 05:51:33下载
- 积分:1
-
一个很不错的语音识别软件,包含了使用前必读,希望对大家有帮助。...
一个很不错的语音识别软件,包含了使用前必读,希望对大家有帮助。-a very good voice recognition software includes the mandatory use of the former, and I hope to be helpful.
- 2023-05-10 06:20:03下载
- 积分:1
-
这是一个VC++程序,用于语音识别,还依据…
这是用vc++编写的程序,在语音识别中经常用用到,是语音识别的第一步:time alignment. 分别用两种方式完成:1.非递归2.递归-This a vc++ program which is useful in voice recognizing and it is also the basic of the voice recognizing .I use two ways to accomplish it:1 nonrecursion 2.recursion
- 2022-05-29 22:03:41下载
- 积分:1
-
- 2022-01-26 00:33:18下载
- 积分:1