搜索资源列表
g711
- g.711 C代码-G.711 C code
g.729codec
- G.729音频编解码协议的标准文档和标准参考代码(ITU-T提供),包括编码和解码,纯C实现,未优化.-G.729 audio codec standard agreements documentation and reference code standards (ITU-T), including encoding and decoding, and pure C realized, not optimization.
SRC
- C源程序---G.729a语音代码G.729a语音代码,国际电信联盟推荐
g729 c语言源代码
- g729 c语言源代码,参考代码,可以运行,方便理解算法原理
实现ADC0809 模拟信号转化成数字信号
- 编写C语言代码 实现ADC0809 模拟信号转化成数字信号 并使用Proteus进行仿真,The preparation of C language code implementation ADC0809 analog signal into digital signal and the use of Proteus simulation
G.723.1_C.rar
- 语音编解码算法G.723.1的C语言算法原代码,附带一些必要的注释,G.723.1 speech codec algorithm of the C language algorithm for the original code, with some necessary notes
Hilbert
- 信号的hilbert变换,C++代码,不用matlab的可-the c++ code for the hilbert transform
G.726.ADPCM.C
- G.726 ADPCM算法在C语言上的实现代码,对研究与开发和ADPCM相关有很大的参考跟实用价值-G.726 ADPCM algorithm in C language code for ADPCM-related research and development and have great practical value with reference
celp32c
- 可正常运行的码激励线性预测的C代码,用于语音编解码方面。-C code for Code Excited Linear Prediction
FFT
- 数字信号处理快速傅里叶变换C语言程序代码-Digital signal processing fast Fourier transform C language code
G.711.0
- ITU制定的最新标准,关于G.711的无损扩展压缩标准,能够实现对信号的无损压缩,本文件包含了ITU发布的G.711.1的标准文档,C语言源代码,和对代码性能进行测试的测试序列和测试说明。-The latest ITU standards development, expansion of lossless compression G.711 standard, to achieve lossless compression of signals, this document contains
mcelp_2.4k_float1
- 混合励线性预测(MELP)的C语言实现代码,其码速率为2.4kbps,可生成语音压缩文件,压缩比大概为10倍。-Mixed excitation linear prediction (MELP) C language code, its code rate is 2.4kbps can generate voice compression file compression ratio is about 10 times.
bluetooth_Audio_Codec
- 蓝牙语音的编解码有三种模式:CVSD、A Law、 u Law。本文件实现以上三种编解码方式。其中包括C代码,matlab代码以及verilog代码。-Bluetooth voice codec has three modes: CVSD, A Law, u Law. This file implements the above three codec. Including the C code, matlab code and verilog code
duilie
- c语言中的队列问题的解释代码 希望大家喜欢-interpreted code c language issue queue I hope you like
full_rate_speech
- C代码实现的GSM全速率语音编解码,GSM系统是一种全数字系统,话音和其它信号都要进行数字化处理,因此移动台首先要将语音信号转换成模拟电信号,以及其反变换,移动台再把这模拟电信号转换成13Kbit/s的数字信号,用于无线传输-GSM full rate speech code-decode.GSM system is a full digital system, voice and other signals to digital processing, so the mobile statio
AMR_CodeDecode
- C代码实现的AMR语音编解码。AMR多速率编解码技术相比原有的GSM语音编码器采用固定的编码速率,AMR语音编码器则可根据无线信道和传输状况来自适应地选择一种最佳信道模式(全速率或半速率)和信源编码模式(以比特率来区分)进行编码传输。-C code to achieve AMR voice codec. AMR multi rate coding and decoding technology of GSM speech coder is compared to the original fix
Reed-Solomon-Code-and-encode
- Reed-Solomon信道编解码的使用工具,C++代码-Reed-Solomon code and encode
AMR12.2kencode
- 将AMR的12.2k的语音编码的c代码转换为mex文件使其可以被matlab调用,在matlab2014中命令窗输入mex+空格+三个c文件名字(注意encode.c放在最前面)生成可执行文件,就可以调用encode函数。-The AMR 12.2k speech coding in C code conversion for mex file so that it can be called by the MATLAB. In the matlab2014 command window inp