-
在MATLAB的LP过程语音处理算法,希望可以帮到人…
语音处理中的LP算法的MATLAB程序,希望可以帮到需要的人-speech processing algorithm in MATLAB LP procedure, the desire to help people in need
- 2022-02-16 10:05:38下载
- 积分:1
-
语音识别模型hmm
关于非特定人的语音识别代码,用c语言编写,可以移植到各种嵌入式平台,采用HMM模型,包含前向,后向,维特比算法等详细代码,运行通过,可以用, 适合初学者,有助于语音识别的开发。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-01-14 17:05:04下载
- 积分: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
-
This is a Matlab toolbox very useful voice
这是Matlab的一个语音工具箱
很有用-This is a Matlab toolbox very useful voice
- 2022-05-08 16:31:29下载
- 积分: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 procedure includes voice compression and voice recognition requirements in...
本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。-This procedure includes voice compression and voice recognition requirements in the area of the LPCC, MFCC feature extraction algorithm, as well as voice activity detection source.
- 2023-02-03 14:40:04下载
- 积分:1
-
转换音频Wav到PCM
PCM
转换音频Wav到PCM
PCM -> G723 G729 Gsm iLBC
G723 G729 Gsm iLBC -> PCM
需要p_voice库支持-Audio Conversion Wav to PCMPCM-
- 2022-02-25 00:03:39下载
- 积分:1
-
该文章是语音去噪方面的,比较新,希望对大家有帮助
该文章是语音去噪方面的,比较新,希望对大家有帮助-The article is a voice de-noising aspects, relatively new, we want to help
- 2022-05-21 14:03:47下载
- 积分:1
-
GSM语音压缩编码源代码]
GSM语音压缩编码源代码
GSM语音压缩编码源代码]
GSM语音压缩编码源代码-GSM voice compression coding source code
- 2023-02-04 20:10:03下载
- 积分:1
-
PCM编解码源程序
很好的程序。谢谢大家进行参考。
PCM编解码源程序
很好的程序。谢谢大家进行参考。-PCM codec good source procedures. Thank you for your reference.
- 2022-02-21 00:40:45下载
- 积分:1