-
University of Edinburgh voice processing system that can find most of voice proc...
英国爱丁堡大学的语音处理系统,可以找到大部分语音处理/识别/合成所需要的算法-University of Edinburgh voice processing system that can find most of voice processing/recognition/synthesis algorithms needed
- 2022-10-13 09:25: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
-
这里主要我自己成果,是关于语音编码的,个人认为还可以,里面程序上传前经本人调试确认完全可用.有对多级矢量量化的程序(这个网上很少有),还有就是对MELP多帧参数...
这里主要我自己成果,是关于语音编码的,个人认为还可以,里面程序上传前经本人调试确认完全可用.有对多级矢量量化的程序(这个网上很少有),还有就是对MELP多帧参数的提取(这些网上也少见),还有就是统计子带清浊音概率的,还有一个我搜集的认为比较好的关于语音编码的英文文档.-Here the main results of my own, on the speech coding, and personally think that can also be inside the procedure before From my debugging can be used to confirm complete. There are of multi-stage vector quantization process (the online few), there is a multi-frame MELP parameters of the extraction (which are online also rare), there is statistical subband audio Qingzhuo probability, there is one I have collected think of a better speech coding on the document in English.
- 2023-06-06 07:30:03下载
- 积分:1
-
g729b_pc.rar是G729语音压缩标准的附件B的C语言实现标准源代码。...
g729b_pc.rar是G729语音压缩标准的附件B的C语言实现标准源代码。-g729b_pc.rar is decode voice compression standards Annex B C Language Standard code.
- 2022-02-01 09:14:17下载
- 积分:1
-
可以讲mulaw语音数据转换成线性pcm数据
可以讲mulaw语音数据转换成线性pcm数据-can speak mulaw voice data converted into linear data pcm
- 2022-08-12 12:45:30下载
- 积分:1
-
关于SDK的 语音识别和语音合成的代码。
可以试试啊
关于SDK的 语音识别和语音合成的代码。
可以试试啊-On the SDK Speech Recognition and Speech Synthesis code. Try ah
- 2022-07-07 07:02:58下载
- 积分: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
-
接着刚才没传完的系统辨识与自适控制MATLAB仿真 CH3
接着刚才没传完的系统辨识与自适控制MATLAB仿真 CH3-Then just do not pass End of the system identification and adaptive control of MATLAB simulation of CH3
- 2022-02-02 03:30:42下载
- 积分:1
-
Adpcm compressing algorithm. Has good behaviour through testing.
adpcm压缩算法,测试过,效果不错-Adpcm compressing algorithm. Has good behaviour through testing.
- 2023-06-16 15:25:03下载
- 积分:1
-
一个信号采样程序
一个信号采样程序-A signal sampling project.
- 2022-02-01 18:41:12下载
- 积分:1