搜索资源列表
FormantTracker(matlab)
- 检测语音信号的共振峰 % gender = gender_detector(X,Fs) % % This function will use a pitch detection algorithm to decide if the speaker is MALE(0) or FEMALE (1). % It is designed to work with short speech samples (up to or greater than 50 ms). The funct
WienerScalart
- 基于Wiener滤波的语音消噪Matlab源程序 调用方式: output=WienerScalart96(signal,fs,IS) signal--输入含噪语音 fs----语音信号采样率 IS----起始静音端,用来估计噪声方差(秒做单位,默认是0.25秒)
WienerScalart96.rar
- 用Wiener滤波器进行的语音增强算法,效果还可以。 函数输出为WIENERSCALART96(signal,fs,IS),Using Wiener filter speech enhancement algorithm, the effect can be. Function output WIENERSCALART96 (signal, fs, IS)
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
impulse333
- this program uses an impulse train, takes formant frequencies and filters them. output signal is synthesized sound. commented part ,controls time=d, sampling frequency=fs normal frequency=f and bits=n, then synhesizes the output sound
