-
这是一个语音程序
这是一个语音程序-This a procedural voice!
- 2022-03-21 23:28:50下载
- 积分: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
-
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 code is used to calculated Pitch of the input signal.
This code is used to calculated Pitch of the input signal.
- 2022-05-23 01:37:30下载
- 积分:1
-
给无头的语音文件添加头,可以自己定义,添加的市标准的RIFF格式的头...
给无头的语音文件添加头,可以自己定义,添加的市标准的RIFF格式的头-without a head to the paper added voice, who can own definition, add to the city"s standards for the first RIFF format
- 2022-02-04 06:43:21下载
- 积分:1
-
自适应滤波器designer.lmsnlms
Adaptive filter designer.LMSNLMS
- 2022-04-30 01:44:48下载
- 积分:1
-
线形预测编码是用数据间的线形关系,通过前一个值对后来的值进行预测编码...
线形预测编码是用数据间的线形关系,通过前一个值对后来的值进行预测编码-linear predictive coding data used is the linear relationship, before the adoption of a value on the subsequent value predictive coding
- 2022-11-23 06:25:03下载
- 积分:1
-
非线性量化。读取wav文件,用2到12比特数量化。抽样频率8KHz。...
非线性量化。读取wav文件,用2到12比特数量化。抽样频率8KHz。
- 2022-06-21 04:19:27下载
- 积分:1
-
希尔伯特变换的C++源代码
希尔伯特变换的C++源代码
- 2023-03-20 09:45:04下载
- 积分:1
-
语音计算器正式版本。 无须安装即可运行, 这里提供全部源代码,可以供初学者学习) beitso----版权所有
语音计算器正式版本。 无须安装即可运行, 这里提供全部源代码,可以供初学者学习) beitso----版权所有-The form version of speech calculator.you can run it without installation. Here is all code to give a sample for new learner. Beitso copyright
- 2022-12-08 22:15:03下载
- 积分:1