Description: 检测语音信号的共振峰
% 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 function returns a
% 0 if X contains male speech and a 1 if it contains female speech.
-the resonance peak gender_detector% gender = (X, Fs)%% This function will use a detection a pitch lgorithm to decide if the speaker is abbreviation (0) or F EMALE (1). % It is designed to work with short spe ech samples (up to or greater than 50 ms). The fun ction returns a 0% if X contains a male speech and if it contains a female speech. Platform: |
Size: 16384 |
Author:lixiao |
Hits:
Description: audio codec, includes LPC,The code was tested on male and female speech files recorded using a microphone
on my pc and also tested on the wavefiles of the TIMIT database. The results are
found to be good enough. I have attatched 5 sample wavefiles, on which I have tested
my code. Platform: |
Size: 295936 |
Author:danuder |
Hits:
Description: 用MATLAB分别编写了通过MFCC,EDP,LPC处理后的语音信号-Sound signal is treated by MFCC,EDP,LPC and show the final result. Platform: |
Size: 1759232 |
Author:张鑫 |
Hits: