I want to identify male or female voice in a speech signal

18 ビュー (過去 30 日間)
Safi Khan
Safi Khan 2016 年 10 月 1 日
回答済み: Brian Hemmat 2020 年 4 月 12 日
I have taken the speech signal as input using 'audiorecorder' function and converted it into a double precision array.. At the end of execution, i want to display whether the voice is male's or female's.. How to do this? Plz tell me step by step. Can we acheive this using fft plot?
  2 件のコメント
Roshan Singh
Roshan Singh 2020 年 3 月 4 日
Did you get a solution?
John D'Errico
John D'Errico 2020 年 3 月 4 日
Note that you can never achieve perfect certainty here, but only a probabilistic prediction.

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2016 年 10 月 1 日
Do some online research and determine the characteristic speech frequencies for adult males and females, or calculate the fft (link) of representative male and female voices, and use that as your guide. Then design bandpass filters for those frequency bands.
There are several ways to design filters in MATLAB with the Signal Processing Toolbox. The designfilt function is probably the easiest to use. My general recommendations (and specific approach to designing IIR filters) are here: How to design a lowpass filter for ocean wave data in Matlab?
Note that classification always involves false positives and false negatives (misclassification), and classification is actually a much more involved process than I’ve outlined here.
This is a relatively straightforward problem otherwise. Have fun with it!

その他の回答 (1 件)

Brian Hemmat
Brian Hemmat 2020 年 4 月 12 日
Audio Toolbox provides an example: Classify Gender Using LSTM Networks

カテゴリ

Help Center および File ExchangeSimulation, Tuning, and Visualization についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by