检测语音信号的共振峰
% gender = gender_detector(X,Fs)
%
% This function will use a...
- 资源大小:15.87 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
语音识别
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 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.
文 件 列 表
Formant Tracker(matlab)
Formant Tracker
Support Functions