搜索资源列表
A_LAW(u_LAW)PCM
- 线型PCM与A律和u律对数PCM相互转换的C++代码。-A linear PCM with the law and the law on several u PCM conversion of C code.
PCM
- 采用DSP 320TMS54X实现ADPCM压缩的算法,对您会有帮助的C语言程序
PCM格式的 .wav 文件
- c++读取Microsoft PCM格式的 .wav 文件
wav2pcm.本程序是实现 wav格式转化为pcm的c++程序
- 本程序是实现 wav格式转化为pcm的c++程序 附带测试程序 能成功运行,This program is to achieve wav format into a pcm in c++ program that comes with test programs can be run successfully
wav.c.gz
- Converts raw PCM file to Wav file,Converts raw PCM file to Wav file
CCS-PIC.rar
- CCS PIC编译器,用于PIC 8位系列单片机的C语言编译。,CCS PIC compiler for PIC 8 Series Single-chip C-language compiler.
PCM
- 自己写的PCM编译码,希望对你有帮助-PCM codec wrote it myself, I hope for your help
PCM5
- PCM编码系统的设计【课程设计】PCM编码(又叫脉冲编码调制):数字通信的编码方式之一。主要过程是将话音、图像等模拟信号每隔一定时间进行取样,使其离散化,同时将抽样值按分层单位四舍五人取整量化,同时将抽样值按一组二进制码来表示抽样脉冲的幅值。-PCM coding system design curriculum design】 【PCM encoding (also known as pulse code modulation): digital communications, one of
wavefileplayer.c.tar
- This a simple WAV file player which interacts your Sound card(of type SoundBlaster).It can play only 8-bit Mono PCM WAVe file whose time lenght is around 1 secs.,the programmers can extend for more timelenght.It works fine in Pure 16-bit DOS Mo
PCM
- 脉冲激励调制编码的C++语言的编写程序,最基本的语音编码方法-Pulse excitation modulation coding C language programming, the most basic methods of speech coding
pcm
- PCM编码,基于VC6.0实现,能够实现循环编码,直到选择推出编码.-PCM encoding, based on VC6.0 realized, to achieve the cycle coding, until the introduction of encoding choices.
pcm--c++
- Visual C++编写的A律pcm编码程序-Visual C to prepare the A law pcm coding procedures
pcm-c
- 使用c语言编写的一套pcm编码程序,简单易懂 -C use a set of languages pcm coding procedures, easy-to-read
PCM
- 一个简单的PCM编码程序,旨在演示PCM编码的原理,希望能够对大家有所帮助。-PCM coding a simple procedure to demonstrate the principle of PCM coding, I hope to be able to help everyone.
pcm
- PCM编码-C语言写的!编码简单实用!适合初学者使用!欢迎大家下载。-PCM coding-C language to write it! Coding is simple and practical! Suitable for beginners to use! Welcome to the download.
MP3-Code
- Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
PCM
- PCM modulation C source code
pxa2xx-pcm
- linux sound arm pxa2xx-pcm.c ALSA PCM interface for the Intel PXA2xx chip. -linux sound arm pxa2xx-pcm.c ALSA PCM interface for the Intel PXA2xx chip.
C++PCM音频格式录音
- C++录音,可取得录音流,可对录音流进行操作,编译通过。(C + + recording, available recording stream)
PCM编码解码C语言
- 包含了C语言PCM编码和解码的源代码,有运行结果的截图。