搜索资源列表
Cwave
- 用C++编写的一个软件,完成对一个语音信号的内插和抽取。语音数据以wav格式、单声道存储,编码方式为PCM。可完成的功能为: (1)读wav文件; (2)写wav文件; (3)对语音数据进行内插和抽取。 -Written in C++, a software, to complete a voice signal decimation and interpolation. Wav format, voice data, single-channel storage, encodi
pitchwatch
- function pitchwatch(x,Ts) Plot the pitch keys. pitchwatch(x,[Ts]) :: Syntax The array x is the input signal and Ts is the (optional) sampling period. Example on use: [x,Fs] = wavread( Hum.wav ) pitchwatch(x,1/Fs) :: Inf
PCM
- MATLAB通信原理pcm编码mdl文件-MATLAB Communication Theory pcm encoding mdl file
AddAndRemoveWavFileHeaderTest
- 添加和移除Wav语音文件头,工程里包含ETSI标准PCM测试文件-Wav sound files to add and remove the head, works in the test file contains the ETSI standard PCM
PCMConvert
- PCM文件:模拟音频信号经模数转换(A/D变换)直接形成的二进制序列,该文件没有附加的文件头和文件结束标志。Windows的Convert工具可以把PCM音频格式的文件转换成Microsoft的WAV格式的文件。-PCM files: analog audio signal by the analog to digital conversion (A/D transformation) direct the formation of binary sequences, it did not at
pcm-mix
- 将2路PCM编码语音文件(A律或U律)合并成一路PCM编码语音文件的VC6.0工程。-Mixing 2 way PCM format file(a-law or u-law) into one PCM format file.
fillPcmHead
- C语言实现对PCM编码格式的wav文件,进行文件切割,分段的操作,-C language implementation of the PCM encoded wav file format for file cutting segmented operation,
pcmgui
- 于matlab gui 平台的pcm语音信号处理,其中包括抽样、量化、编码、解码,及其时域频域图建Matlab GUI界面通常有两种方式: 1,使用 .m 文件直接动态添加控件 2. 使用 GUIDE 快速的生成GUI界面 显然第二种可视化编辑方法算更适合写大型程序- Matlab gui based pcm voice signal processing platform, including sampling, quantization,
