搜索资源列表
voicebox语音处理matlab工具箱
- 一个不错的语音编码MATLAB工具箱,用于语音编码 语音压缩和语音识别!-a good speech coding MATLAB Toolbox for speech coding voice compression and voice recognition!
LPC10的C源代码
- 语音压缩编码源程序LPC10。用于语音信号的压缩、编码、增强等-voice coding source LPC10. For voice signal compression, encoding and so on
ica_C
- 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
adpcm-cpp
- ADPCM压缩解压编码,实现部分为C语言编写,把它用C++封装为两个接口,编码和解码,方便使用。8K 16bit。-ADPCM compression decompression coding to achieve part of the C language and C Packaging it for two interfaces, Encoding and decoding and user-friendliness. 8K 16bit.
CELP_Linux.tar
- Linux下的CELP语言编码,压缩语音质量极好。支持2K到32K的压缩。实现部分使用C语言编写。可用做Linux下的动态库,有例子。-under Linux CELP language coding, compression excellent speech quality. Support 2 K to 32 K compression. Part of the use of C language. Linux can be done under the DLL, is an example
ADPCMdecodedemonstration
- adpcm压缩算法演示程序,adpcm压缩算法演示程序.-adpcm compression algorithm Demonstration Program, adpcm compression algorithm Demonstration Program.
uLaw-linear
- 可用于DSP应用的u率与线性数据的转换,u率压扩是广泛应用于电信语音从13位到8位非线性压缩标准-can be used for DSP applications u rate and linear data conversion, u rate pressure expansion is widely used in telecommunications voice from 13-8 nonlinear compression standard
16to8K-Downsample
- 本程序将指定的16K采样的语音数据文件转换为经G.723编解码后的8K语音数据。降采样前先使用180阶的FIR滤波器对语音数据进行频率压缩,然后进行抽取,并对抽取的数据进行G.723编解码。该程序在非特定语音识别的库文件处理中使用,也可扩展至其他用途。-this procedure will be designated the 16K sampling voice data files converted to G.723 codecs by the 8K words Music data. S
LPCC-MFCC-VAD
- 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序。-this program includes voice compression and voice recognition requirements in the area of the LPCC Features. MFCC feature extraction algorithm and v
fast_adpcm_ccitt
- 一个语音压缩的C语音源代码,把模拟声音信号通过数字转换为PCM编码-a voice compression voice of C source code, analog voice signals into digital PCM encoder
PsychoacousticModel.rar
- matlab代码,语音的压缩和编码,主要利用了心理声学模型,得到低比特编码 和高质量语音,matlab code, voice compression and coding, psychoacoustic model used by low-bit encoding and high-quality voice
AAC_ADTS_LATM
- AAC音频压缩编码标准的ADTS与LATM格式分析-AAC audio compression coding standard with LATM format of ADTS
VQ_LBG_gl
- 由Nam Phamdo编写的基于LBG的矢量量化程序,对于语音的压缩很有意义,也可以用在视频和图像的压缩中。-Nam Phamdo prepared by LBG-based vector quantization process, for voice compression meaningful, but also can be used in video and image compression.
alawvoice
- 用TSM320C5402芯片基于A律压缩的语音压缩存储与回放-With chip-based A law TSM320C5402 compressed storage and playback voice compression
Talk
- 语音压缩处理的动态库,在互联网内测试过,给初学者提供语音处理方法-Voice compression to deal with the dynamic database, tested in the Internet, to provide voice processing method for beginners
speaker_id
- A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
CBIR
- A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
LPC_fin
- LPC speech compression-LPC speech compression...
sound3
- e-book for speech compression -e-book for speech compression
SpeechCompressionUsingLinearPredictiveCoding
- Speech compression using Linear Predictive Coding. LPC is the oldest and the most basic of modern speech coders. Its a lossy scheme. Playback quality isn t preserved in the process but it can be used in low bit-rate systems.