-
很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令....
很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令.-many people will not compile the windows Lane HTK, all the procedures htk3.2.1 windows Lane compiler, the one window in order to use them under direct orders.
- 2023-01-30 12:35:05下载
- 积分:1
-
乐队的声音_音频处理器接口_ _ _ _ _源代码
Voice_Band_Audio_Processor_Interface_source_code
- 2022-02-04 20:19:24下载
- 积分:1
-
Professor Masato Akagi paper "Development of an F0 control model based on F0 dyn...
赤木正人教授在论文“Development of an F0 control model based on F0 dynamic characteristics for singing-voice synthesis”中提出的f0 overshoot模型的matlab实现-Professor Masato Akagi paper "Development of an F0 control model based on F0 dynamic characteristics for singing-voice synthesis" presented f0 overshoot model matlab implementation
- 2022-01-26 14:28:52下载
- 积分:1
-
语音信号的频域处理,语音虽然是一个时变、非平稳的随机过程。但在短时间内可近似看作是平稳的。因此如果能从带噪语音的短时谱中估计出“纯净”语音的短时谱,即可达到语音...
语音信号的频域处理,语音虽然是一个时变、非平稳的随机过程。但在短时间内可近似看作是平稳的。因此如果能从带噪语音的短时谱中估计出“纯净”语音的短时谱,即可达到语音增强的目的。由于噪声也是随机过程,因此这种估计只能建立在统计模型基础上。利用人耳感知对语音频谱分量的相位不敏感的特性,这类语音增强算法主要针对短时谱的幅度估计。
-voice signals in the frequency domain processing, voice is a time-varying, nonstationary random process. But in a short period of time can be approximated as smooth. So if Noisy Speech from the short-term spectrum estimate "pure" voice of the short-term spectrum, and reached speech enhancement purposes. As the noise is random process, which can only be estimated based on statistical models based on. Use ear perception of voice spectrum component of the phase sensitive to the characteristics of such speech enhancement algorithms targeted at the rate of short-term spectral estimation.
- 2023-04-29 12:00:03下载
- 积分: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
-
c++平台开发的可以进行text to speech软件源代码 内有详细的使用安装说明 包括freephone和wxmbrola两个模块...
c++平台开发的可以进行text to speech软件源代码 内有详细的使用安装说明 包括freephone和wxmbrola两个模块-c++ platform that can be text to speech software source code used within the detailed installation instructions, including freephone and wxmbrola two modules
- 2022-06-21 11:43:19下载
- 积分:1
-
语音识别,能量计算,过零率检测,发生点检测,用于音符切分...
语音识别,能量计算,过零率检测,发生点检测,用于音符切分-Speech recognition, energy calculation, zero-crossing rate detection, point detection occurs for note segmentation
- 2023-05-28 09:40:06下载
- 积分:1
-
matlab linear cepstral coefficients for speech recognition
matlab 求线性倒谱系数,用于语音识别-matlab linear cepstral coefficients for speech recognition
- 2023-03-12 18:50:04下载
- 积分:1
-
一个语音开发包动态连接库,很容易使用。
一个语音开发包动态连接库,很容易使用。- A pronunciation development package dynamic connection
storehouse, is very easy to use.
- 2022-01-26 04:01:11下载
- 积分:1
-
语音开发中的重要算法,尤其是在voip中广泛使用。该算法简单明了。...
语音开发中的重要算法,尤其是在voip中广泛使用。该算法简单明了。-voice to the important development of algorithms, especially in the widely used voip. The algorithm is simple and clear.
- 2022-06-28 02:19:58下载
- 积分:1