-
HMM模型在语音识别中的应用,相信对HMM模型感兴趣的语音或图像等专业人员应该明白价值。...
HMM模型在语音识别中的应用,相信对HMM模型感兴趣的语音或图像等专业人员应该明白价值。-It is about Hidden Markov Models (HMM) method in Speech Recognition research. those interested in HMM or speech/image processing should know it s value.
- 2022-12-30 05:15:03下载
- 积分:1
-
提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。
提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。-Provided segmantal SNR and IS calculation code for speech enhancement with post-evaluation.
- 2022-03-25 11:37:25下载
- 积分:1
-
MATLAB仿真LMS算法完整源代码,仿真结果分析,及仿真图示
MATLAB仿真LMS算法完整源代码,仿真结果分析,及仿真图示-MATLAB simulation of LMS algorithm complete source code, simulation results analysis, and simulation icon
- 2022-07-20 11:31:52下载
- 积分:1
-
这个函数就是用来进行离散的DFT运算了。它可以指定运算的长度。...
这个函数就是用来进行离散的DFT运算了。它可以指定运算的长度。-This function is used for computing the discrete DFT. It can specify the length of operations.
- 2022-10-30 13:40: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
-
利用微软的语音引擎使你的程序会朗读,需要安装微软语音引擎或者金山词霸...
利用微软的语音引擎使你的程序会朗读,需要安装微软语音引擎或者金山词霸- Causes your procedure using Microsoft s pronunciation engine to
be able to read aloud, needs to install the Microsoft pronunciation
engine or the Jinshan word tyrant
- 2023-06-15 12:25:04下载
- 积分:1
-
语音端点检测,是语音压缩时提取特征参数的一个必要的过程,这个程序主要是对这个过程的一个小的程序。希望对学语音的有帮助...
语音端点检测,是语音压缩时提取特征参数的一个必要的过程,这个程序主要是对这个过程的一个小的程序。希望对学语音的有帮助-Extreme point detecting is a primily process to get the eigenparameter when you compressing the speech.This program is a small one,it will help for the learner.
- 2022-03-20 17:17:43下载
- 积分:1
-
一种语音段起止端点检测新方法.rar格式为vip
一种语音段起止端点检测新方法.rar格式为vip-made available a voice of a new endpoint detection methods. Rar format vip
- 2022-03-04 10:30:50下载
- 积分:1
-
带参考信号的盲源分离,很好用的程序,用于语音增强
带参考信号的盲源分离,很好用的程序,用于语音增强-ICA-R
- 2023-06-14 17:40:03下载
- 积分:1
-
IPP示例代码英特尔性能库,多
intel的ipp性能库的示例代码,在多核平台下可以充分利用多核的性能实现语音编码-intel performance library of ipp sample code, in multi-core platform can take full advantage of multi-core performance to achieve speech coding
- 2022-10-13 23:00:02下载
- 积分:1