-
具有浮点指令的g.729语音压缩编码,符合ITU
具有浮点指令的g.729语音压缩编码,符合ITU-T G.729 Annex C 规范,通过修改makefile可以支持windows/linux/solaris等操作系统,仅需要很少的更改就可以应用到voip领域-With floating-point instructions G.729 voice compression coding, in line with the ITU-T G.729 Annex C specification by modifying the makefile to support windows/linux/solaris and other operating systems, only a small change on the field can be applied to voip
- 2022-03-07 20:18:59下载
- 积分:1
-
用PC SPEAKER 播放WAV文件的C源程序
用PC SPEAKER 播放WAV文件的C源程序 -PC SPEAKER broadcast WAV files to the C source
- 2022-03-31 08:10:21下载
- 积分:1
-
Huffman压缩解压的完整程序,不可多得,连输入输出参数都实现了。可立即下在编译...
Huffman压缩解压的完整程序,不可多得,连输入输出参数都实现了。可立即下在编译-Huffman compression decompression integrity procedures, rare, and even input and output parameters are realized. Immediately under the compiler
- 2022-06-01 09:57:25下载
- 积分:1
-
关于在4g系统中接入最新方式wimax的详细介绍英文版
关于在4g系统中接入最新方式wimax的详细介绍英文版-4g on the Access system means wimax latest detailed description of the English
- 2022-01-21 02:03:25下载
- 积分: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
-
mp3算法并讲解mp3编码
mp3算法并讲解mp3编码-mp3 algorithm on the MP3 encoder and
- 2022-03-22 17:07:22下载
- 积分:1
-
测试的最稳定的G.729A愿代码。用于Windows
验证过的最稳定的G.729A愿代码. 用于WINDOWS-Tested the most stable G.729A is willing to code. Used for WINDOWS
- 2022-12-04 12:40:03下载
- 积分:1
-
利用SVM进行语音情感识别
利用的是c++语音编写的语音情感识别的代码,样本为提取的特征文件,一个样本具有39个特征,还有类别文件用数字表示,利用了SVM的好多类型,采用了核函数的很多类型,调试成功即可用,只是识别率略低25%,只是作为参考,大家可以自己改进。其实是从别的地方下载的,感谢作者!
- 2022-01-22 02:07:54下载
- 积分:1
-
Speech Recognition access autocorrelation function, Matlab version. His series,...
语音识别中的通道自相关函数,matlab版。自己编的,通过测试-Speech Recognition access autocorrelation function, Matlab version. His series, testing
- 2022-04-07 01:59:56下载
- 积分:1
-
8kHz采样语音基音检测程序,在VC6.0环境下运行MATLAB…
8kHz采样语音的基音检测程序,VC6.0环境下运行,附有matlab画图程序-8kHz sampling voice pitch detection procedures, VC6.0 environment running matlab with Paint program
- 2022-02-28 14:20:42下载
- 积分:1