You are on page 1of 1

SPEAKER RECOGNITION USING MATLAB

REASON FOR WRITING : This project demonstrates, how to recognize or identify the
person based on his voice for security purpose.

EXPLAIN THE PROBLEM : The main goal of this project is to build a simple speaker
recognition system using MATLAB. This technique makes it possible to use the speaker's voice
to verify their identity and security control in opening any application in computers, mobiles etc.

METHODOLOGY : First, we have to extract the features from recorded speech of


different persons and the audio of the speaker under test is compared with the available
speaker models and the closest match is returned. The features used to train the
system are: Pitch of the voiced segments of the speech and Mel Frequency Cepstrum
Coefficients(MFCC).

EXPECTED OUTCOME : The system responds to intended person by comparing


the characteristics of pitch and MFCC, which are already stored in system and opens
the application for user interface.

IMPROVEMENTS : In extension of this technique, we can also build a automatic


speaker recognition system to control access over online services such as banking
through mobiles, voice mails, database access services etc.

REQUIRED MODULES:

1 . Computer/Laptop.

2 . MATLAB Software.

You might also like