-
一个语音控制系统的源代码,需要调用matalab库
一个语音控制系统的源代码,需要调用matalab库-A voice control system source code, need to call the Treasury matalab
- 2022-01-26 07:24:56下载
- 积分:1
-
实现声音实时录音加放送。。。附带源代码。主要特色是:可以选择录音质量!比WINDOW 自带的好多了...
实现声音实时录音加放送。。。附带源代码。主要特色是:可以选择录音质量!比WINDOW 自带的好多了-Realize real-time voice recording plus delivery. . . Incidental to the source code. Main features are: the option of recording quality! WINDOW own than the much better
- 2023-08-15 15:25:03下载
- 积分: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
-
HMM 自学教程.适用于初学者进行阅读和学习。简易资料。
HMM 自学教程.适用于初学者进行阅读和学习。简易资料。-HMM introduction for self learn
- 2022-03-15 06:47:19下载
- 积分:1
-
matlab中的wave文件添加功能,欢迎使用
matlab中的wave文件添加功能,欢迎使用-Matlab the paper added wave function, welcomed the use of
- 2023-04-28 20:10:03下载
- 积分:1
-
右声图形分析
对声音进行图形分析-right voice graphical analysis
- 2022-06-12 23:41:51下载
- 积分:1
-
Formant voice synthesizer, model parameters can be amended to meet the synthetic...
klatt共振峰语音合成器,可以修改模型参数达到修改合成语音音质的目的。该程序采用gtk开发,可跨平台使用-Formant voice synthesizer, model parameters can be amended to meet the synthetic voice quality purposes. The program uses gtk development, the use of cross-platform
- 2022-07-13 08:05:59下载
- 积分:1
-
生成《matlab扩展编程》中对于HMM训练的samples.mat程序,自己编写...
生成《matlab扩展编程》中对于HMM训练的samples.mat程序,自己编写-Generation ‘matlab programming expansion’ in the HMM training samples.mat procedures, written by myself
- 2022-01-31 04:28:43下载
- 积分: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
-
平均幅度差函数提取方法包括滤波…
平均幅度差函数法基音周期的提取 包含滤波、中值平滑等处理。-Average magnitude difference function pitch extraction method includes filtering, median smoothing, such as treatment.
- 2022-04-24 18:54:10下载
- 积分:1