搜索资源列表
AudioPcm(Mu-Law)Source20061215
- DirectShow开发的PCM Mu-Law的音频解码Filter,C-DirectShow development of the PCM Mu-Law Audio Decoder Filter, 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
hj1
- C语言读取WAV PCM音频文件的头文件-C language to read WAV PCM audio file of the header files
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++
- Visual C++编写的A律pcm编码程序-Visual C to prepare the A law pcm coding procedures
Student
- pcm的visual C++ 编程仿真程序 程序附带注释清晰明了 便于读者理解-visual C++ pcmcoding
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
WaveTest
- 用C#血的PCM格式的Wav文件分析绘制频谱-Blood using C# PCM Wav file format to draw the spectrum analysis
pcm
- 用c语言实现pcm编码,本例只是单个量化值的实例。-c programming language pcm coding
test_pcm
- 声音录制PCM数据采集精简案例,声音录制API使用方法学习。-请键入文字或网站地址,或者上传文档。 取消 Shēngyīn lùzhì PCM shùjù cǎijí jīngjiǎn ànlì, shēngyīn lùzhì API shǐyòng fāngfǎ xuéxí. “”的用法示例:由 Google 自动翻译中文(简体)英语日语Sound recording PCM data acquisition streamlining cases, sound recording
audiorender
- c++写的音频播放类,用于播放原始的PCM数据-A Class to play raw audio data . the code is a c++ class .
libzplay-2.02-src
- Windows (WIN32) multimedia library for playing mp3, mp2, mp1, ogg, ac3, aac, flac, oga, wav and pcm files and streams. Supported language: C/C++, VC++.NET, VB.NET, C#.NET and Delphi
PCM-Modulation-
- pcm编码们以话音信号为例来说明数字通信的基本原理。人类的语音信号的频率范围在300—3 400 Hz之间,留有一定余地,设话音信号最高频率为4 kHz,则根据奈奎斯特采样定理,将话音信号数字化所需要的采样频率为8 kHz,即采样周期为l25 US 0再把每个采样值用8位二进制数字编码,就把模拟话音信号转换成了数字信号。因此,一路话音信号转换成数字信号以后,比特率为8 x8 000 b/s:64 kb/s。将模拟信号用脉冲信号进行采样使其离散化并进行数字编码的过程称为脉冲编码调制,简称PCM,这
PCM
- c++ file for transmitting PCM signal.
C++PCM音频格式录音
- C++录音,可取得录音流,可对录音流进行操作,编译通过。(C + + recording, available recording stream)
pcm-master
- The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use. We are financially supported by
PCM编码解码C语言
- 包含了C语言PCM编码和解码的源代码,有运行结果的截图。