-
FreeTTS(地三部分)
FreeTTS(地三部分)-FreeTTS Part three
- 2022-02-15 07:10:50下载
- 积分:1
-
ADPCM(自适应脉冲编码解码模块)将提供给大家…
ADPCM(Adaptive Pluse Coding Modular)便解码器,供大家学习参考-ADPCM (Adaptive Pluse Coding Modular) decoder will be available for everyone to learn the reference
- 2022-08-12 23:40:37下载
- 积分:1
-
一个很好的模式识别应用书籍,介绍人脸识别以及语音识别的技术...
一个很好的模式识别应用书籍,介绍人脸识别以及语音识别的技术-a good pattern recognition applications books, introduced face recognition and voice recognition technology
- 2022-07-16 12:47:04下载
- 积分:1
-
LPC语音识别特征提取算法使用莱文森
语音识别中lpc特征提取算法,采用LEVINSON-DURBIN算法,c编程,简单易懂,还包含该算法原理的word详细说明资料。-Lpc speech recognition feature extraction algorithm using LEVINSON-DURBIN algorithm, c programming, easy-to-read, the algorithm also includes detailed information of the word.
- 2022-02-03 04:40:27下载
- 积分:1
-
本程序支持实时语音的控制,处理
本程序支持实时语音的控制,处理- This procedure support real-time pronunciation control,
processes
- 2023-07-07 08:35:03下载
- 积分:1
-
语音信号的G.711编码。
The source code has been modified by simplifying the ADPCM algor...
语音信号的G.711编码。
The source code has been modified by simplifying the ADPCM algorithm to increase
running speed.
Here, the quantizer scale factor, y(k), is determined by "unlocked" factor
yu(k) only. The factor yl(k) and speed-contral factor al(k) are ignored.-G.711 speech signal coding. The source code has been modified by simplifying the ADPCM algorithm to increase running speed. Here, the Quantizer scale factor, y (k), is determined by "unlocked" factor yu (k) only. The factor yl (k) and speed- al contral factor (k) are ignored.
- 2022-02-06 14:54:36下载
- 积分:1
-
彼得豪厄尔,史提夫窝,和喀山格伦
Peter Howell, Stevie Sackin, and Kazan Glenn
Development of a Two-Stage Procedure for the Automatic Recognition of Dysfluencies in the Speech of Children Who Stutter: II. ANN Recognition of Repetitions and Prolongations With Supplied Word Segment Markers
J Speech Lang Hear Res, Oct 1997 40: 1085 - 1096
-Peter Howell, Stevie Sackin, and Kazan Glenn
Development of a Two-Stage Procedure for the Automatic Recognition of Dysfluencies in the Speech of Children Who Stutter: II. ANN Recognition of Repetitions and Prolongations With Supplied Word Segment Markers
J Speech Lang Hear Res, Oct 1997 40: 1085- 1096
- 2022-03-15 20:56:51下载
- 积分:1
-
语音信号分帧加窗程序,许多程序包里都没有的!
语音信号分帧加窗程序,许多程序包里都没有的!-Speech signal windowed framing procedure, many programs do not have the bag!
- 2023-02-06 07:30: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
-
几篇关于基音检测的论文.可以看看哈.以后还将传上来
几篇关于基音检测的论文.可以看看哈.以后还将传上来-Several papers on the pitch detection. Can look at Kazakhstan. Later will mass up
- 2022-02-01 20:41:38下载
- 积分:1