-
这是我写的用c语言实现LBG算法的一个程序。LBG算法是语音信号处理中一种矢量量化的方法。我的邮箱:wleechina@163.com...
这是我写的用c语言实现LBG算法的一个程序。LBG算法是语音信号处理中一种矢量量化的方法。我的邮箱:wleechina@163.com-This is what I wrote with C Language LBG algorithm a procedure. LBG is the voice signal processing a vector quantization method. My mail : wleechina@163.com
- 2022-07-23 15:21:16下载
- 积分:1
-
关于SDK的语音识别和语音结合 的代码
关于SDK的语音识别和语音结合 的代码-On the SDK Speech Recognition and voice combined with the code
- 2022-03-10 05:48:22下载
- 积分:1
-
MP3解码源代码和音频压缩算法,用VC编写的,包括…
mp3解码源代码,音频压缩算法,vc编写,包括layer3编码源码和mp3解码源码两部分-MP3 decoder source code and audio compression algorithm, vc preparation, including source code and layer3 MP3 decoder source of two parts
- 2022-04-02 11:36:07下载
- 积分:1
-
语音信号处理工具包,是日本的一个大学开发的,对于HMM模型的建立很有帮助。...
语音信号处理工具包,是日本的一个大学开发的,对于HMM模型的建立很有帮助。-A tool box of speech processing, exploited by a Japanese university. It s quite helpful for setting up a HMM model.
- 2022-01-31 04:51:01下载
- 积分:1
-
文章介绍的说话人识别系统,采用能够反映人对语音的感知特性的9(:频率倒谱系数(9(: <+(=>(2/?8(’0+):
81(.....
文章介绍的说话人识别系统,采用能够反映人对语音的感知特性的9(:频率倒谱系数(9(: (2/?8(’0+):
81(..-/-(20@,9
- 2022-03-20 06:41:06下载
- 积分:1
-
基于zigbee协议的,无线音频传输应用,可以实现无线耳机无线音响...
基于zigbee协议的,无线音频传输应用,可以实现无线耳机无线音响-Zigbee-based protocol, wireless audio transmission applications, you can realize wireless headset wireless audio
- 2023-07-05 18:25:04下载
- 积分:1
-
Water s Level Measuring System with Serial Communication.
Water s Level Measuring System with Serial Communication. -Water s Level Measuring System with Serial Communication.
- 2022-01-26 08:32:42下载
- 积分: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
-
高斯混合模型(GMM)是一种经典的说话人识别算法,这..
:高斯混合模型(GMM)是一种经典的说话人识别算法,本文在实现其算法的同时,主要模拟了不同噪声环境情况下高斯混合模型
(GMM)的杭嗓声性能,得到了一些有益结论。
-Gaussian mixture model (GMM) is a classic speaker recognition algorithms, this algorithm at the same time in fulfilling its main simulated environmental conditions under different noise Gaussian mixture model
(GMM) of the Hang throat sound performance, and obtained some useful conclusions.
- 2022-12-04 23:20:02下载
- 积分:1
-
很好的语音识别程序!可能对有些人有用!
很好的语音识别程序!可能对有些人有用!-excellent source for speech recognition.It can be helpful for somebody
- 2023-07-10 06:35:05下载
- 积分:1