搜索资源列表
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-encode
- 此例程为配套书籍的第六章例题7-15的相对应代码,功能为PCM编码,编程环境为matlab。-This routine supporting books Chapter Example 7-15 corresponding to the code, the function for PCM coding, programming environment Matlab.
PCMpulse-code-modulation
- 脉冲编码调制(PCM)是数字通信的编码方式之一,在通信系统中完成将语音信号数字化的功能。PCM的实现主要包括三个步骤:抽样、量化、编码,分别完成时间上离散、幅度上离散及量化信号的二进制表示。-Pulse code modulation (PCM) is one of the encoding of digital communications, in a communication system will complete the function of digital speech signa
