IEEE Paper
IEEE Paper
Abstract—The document discusses the design and paper provides implementation details, result analysis, and
implementation of an algorithm to predict the gender of suggestions for further improvement.
an individual based on features extracted from pre-
recorded audio data. The algorithm utilizes pitch and II. PROPOSED METHOD
energy as the key features and sets predefined thresholds
for classification. The project team has implemented the The proposed methodology for the topic of "Gender
algorithm using MATLAB and achieved efficiency rates Recognition from Audio" involves the following steps:
of 81.1% for male voice prediction and 72.5% for female
voice prediction. The document provides a flow chart
2.1 Audio Recording:
outlining the steps involved in the process, including
audio recording, pre-processing and filtering, feature
extraction, gender classification, and displaying the Utilize the audio recorder to capture audio input for a
predicted gender. The document also suggests exploring predefined duration (e.g., 5 seconds). Adjust the recording
more advanced signal processing techniques or machine time based on the application requirements.
learning models for better accuracy if the results are not
satisfactory. Two external references are provided for 2.2 Preprocessing:
further information on gender-based speaker recognition
and GMM models. Apply any necessary preprocessing steps, such as filtering out
noise from the recorded audio signal. This may involve
Keywords— Prediction, efficiency , filtering, audio. techniques like noise reduction or filtering.
𝐶𝑜𝑟𝑟𝑒𝑐𝑡 𝑃𝑟𝑒𝑑𝑖𝑐𝑡𝑖𝑜𝑛𝑠
Efficiency= ×100% V. CONCLUSION
𝑇𝑜𝑡𝑎𝑙 𝑃𝑟𝑒𝑑𝑖𝑐𝑡𝑖𝑜𝑛𝑠