搜索资源列表
利用函数wavread对语音信号进行采样
- 语音信号的录音、读入、放音等:利用函数wavread对语音信号进行采样,记住采样频率和采样点数,给出以下语音的波形图(2.wav),wavread的用法参见mablab帮助文件。利用wavplay或soundview放音。也可以利用wavrecord自己录制一段语音,并进行以上操作(需要话筒)。-Speech signal recording, reading, playback, etc.: the voice signal using the function wavread samplin
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
spectral_subtraction
- 谱减算法的MATLAB实现程序,附带带噪语音文件。wavread一行可以改成自己需要的语音文件和噪声文件,可以查看输入和输出信噪比-MATLAB spectral subtraction algorithm implementation process, with noisy speech files. wavread line can be changed to their needs and noise files voice files, you can view the input an
wavread
- program for voice analysis in MATLAB. Including segmentation and normalization.
mp3_toolbox_v2.0
- ncludes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was m