SlideShare ist ein Scribd-Unternehmen logo
1 von 19
SPEAKER RECOGNITION USING MFCC
• Hira Shaukat 2010131
 DSP Lab Project

 Matlab-based programming

• Attiya Rehman 2010079
HUMAN SPEECH
•

The human speech contains numerous
discriminative features that can be used to
identify speakers.

•

Speech contains significant energy from
zero frequency up to around 5 kHz.

•

Objective of automatic speaker recognition
is to extract, characterize and recognize
the information about speaker identity.

•

The property of speech signal changes
markedly as a function of time.
SPEECH DISCERNMENT
•

Speaker recognition systems
contain two main modules:

•
•
•

feature extraction
feature matching

Feature extraction:
Extract a small amount of data
from the voice signal that can
be used to represent each
speaker

•

Feature matching:
Procedure to identify the
unknown
speaker
by
comparing extracted features
from his/her voice input with
the ones from a set of known
speakers
Phase 1

SPEECH FEATURE EXTRACTION
INTRODUCTION
•

Speech signal - slowly timed
varying signal (it is called quasistationary)

•

Signal-processing front end
Conversion of speech
waveform, using digital signal
processing (DSP) tools, to a set of
features (at a considerably lower
information rate) for further
analysis

•

Short-time spectral analysis
Characterization of the speech
signal
CHOICE OF METHODOLOGY
•

Linear Predictive Coding (LPC)

•

Mel-Frequency Cepstrum
Coefficients (MFCC)

•

Perceptual Linear Predictive
Analysis (PLP)
BASIC METHODOLOGY

MFCC – MEL FREQUENCY CEPSTRUM COEFFICIENT
MEL FREQUENCY CEPSTRUM CO-EFFICIENT (MFCC)
Main purpose of the MFCC processor is to mimic the behavior of the human ears
MFFC‟s - less susceptible to variations
Speech input typically recorded at a sampling rate above 10000 Hz
This sampling frequency chosen to minimize the effects of aliasing in the analog-to-digital
conversion
• Sampled signals can capture all frequencies up to 5 kHz, which cover most energy of
sounds that are generated by humans
•
•
•
•
FRAME BLOCKING
•

In this step the continuous speech signal is
blocked into frames of N samples, with
adjacent frames being separated by M (M <
N)

•

The first frame consists of the first N samples

•

The second frame begins M samples after
the first frame, and overlaps it by N - M
samples

•

Process continues until all the speech is
accounted for within one or more frames

•

Taken values for N and M are N = 256 and M
= 100

•

The result after this step is referred to as
spectrum or periodogram.
MEL-FREQUENCY WRAPPING
•

For each tone with an actual frequency, f, a
subjective pitch is measured on a scale called the
„mel‟ scale.

•

Mel-frequency scale is a linear frequency spacing
below 1000 Hz and a logarithmic spacing above
1000 Hz

•

One approach to simulating the subjective
spectrum is to use a filter bank, spaced uniformly
on the mel-scale
MEL-FREQUENCY WRAPPING
•

That filter bank has a triangular bandpass
frequency response, and the spacing as well as
the bandwidth is determined by a constant mel
frequency interval

•

The number of mel spectrum coefficients, K, is
typically chosen as 20.

•

Filter bank is applied in the frequency domain
CEPSTRUM
•

In this final step, we convert the log mel spectrum back to time

•

Result - mel frequency cepstrum coefficients (MFCC)

•

Cepstral representation of speech spectrum provides good representation of the local
spectral properties of the signal for the given frame analysis

•

Mel spectrum coefficients (and so their logarithm) are real numbers
can be converted to the time domain using the Discrete Cosine Transform (DCT)

•

We exclude the first component, from the DCT since it represents the mean value of the
input signal, which carries little speaker specific information
Phase 2

SPEECH FEATURE MATCHING
FEATURE MATCHING
•

Comes under pattern recognition (The objects of interest are generically called patterns)

•

Patterns - sequences of acoustic vectors that are extracted from an input speech using
extraction

•

Test Set - Patterns used to test the classification algorithm

•

Feature matching techniques used in speaker recognition - Dynamic Time Warping
(DTW), Hidden Markov Modeling (HMM), and Vector Quantization (VQ)

•

VQ approach used due to:
• ease of implementation
• high accuracy
VQ is a process of mapping vectors from a large vector space to a finite number of
regions in that space.

•
•

Each region is called a cluster and can be represented by its center called a codeword.
The collection of all codewords is called a codebook.
VECTOR QUANTIZATION CODE-BOOK FORMATION
•

•
•
•

Two speakers and two dimensions
of the acoustic space
Circles - acoustic vectors from the
speaker 1
Triangles - acoustic vectors from
speaker 2
Training phase
• using the clustering algorithm
a
speaker-specific
VQ
codebook is generated for
each known speaker by
clustering his/her training
acoustic vectors
• Result codewords (centroids) black circles and black
triangles for speaker 1 and 2
VECTOR QUANTIZATION CODE-BOOK FORMATION
•
•

•

Distance from a vector to the
closest codeword of a codebook is
called VQ-distortion
Input utterance of an unknown
voice is “vector-quantized” using
each trained codebook and the
total VQ distortion is computed
The speaker corresponding to the
VQ codebook with smallest total
distortion is identified as the
speaker of the input utterance.
CLUSTERING THE TRAINING VECTORS
Phase 3

MATLAB CODING
L.R. Rabiner and B.H. Juang, Fundamentals of Speech
Recognition, Prentice-Hall, Englewood Cliffs, N.J., 1993.



L.R Rabiner and R.W. Schafer, Digital Processing of Speech
Signals, Prentice-Hall, Englewood Cliffs, N.J., 1978.



REFERENCES



S.B. Davis and P. Mermelstein, “Comparison of parametric
representations for monosyllabic word recognition in continuously spoken
sentences”, IEEE Transactions on Acoustics, Speech, Signal
Processing, Vol. ASSP-28, No. 4, August 1980.



Y. Linde, A. Buzo & R. Gray, “An algorithm for vector quantizer
design”, IEEE Transactions on Communications, Vol. 28, pp.84-95, 1980.



S. Furui, “Speaker independent isolated word recognition using
dynamic features of speech spectrum”, IEEE Transactions on
Acoustic, Speech, Signal Processing, Vol. ASSP-34, No. 1, pp. 5259, February 1986.
S. Furui, “An overview of speaker recognition technology”, ESCA
Workshop on Automatic Speaker Recognition, Identification and
Verification, pp. 1-9, 1994.





F.K. Song, A.E. Rosenberg and B.H. Juang, “A vector
quantisation approach to speaker recognition”, AT&T Technical
Journal, Vol. 66-2, pp. 14-26, March 1987.



comp.speech Frequently Asked Questions WWW site,


http://svr-www.eng.cam.ac.uk/comp.speech/

Weitere ähnliche Inhalte

Was ist angesagt?

Automatic speech recognition
Automatic speech recognitionAutomatic speech recognition
Automatic speech recognitionRichie
 
Unit 1 speech processing
Unit 1 speech processingUnit 1 speech processing
Unit 1 speech processingazhagujaisudhan
 
Digital speech processing lecture1
Digital speech processing lecture1Digital speech processing lecture1
Digital speech processing lecture1Samiul Parag
 
speech processing basics
speech processing basicsspeech processing basics
speech processing basicssivakumar m
 
Deep Learning For Speech Recognition
Deep Learning For Speech RecognitionDeep Learning For Speech Recognition
Deep Learning For Speech Recognitionananth
 
Speech Recognition System By Matlab
Speech Recognition System By MatlabSpeech Recognition System By Matlab
Speech Recognition System By MatlabAnkit Gujrati
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transformRaj Endiran
 
Linear Predictive Coding
Linear Predictive CodingLinear Predictive Coding
Linear Predictive CodingSrishti Kakade
 
Automatic Speaker Recognition system using MFCC and VQ approach
Automatic Speaker Recognition system using MFCC and VQ approachAutomatic Speaker Recognition system using MFCC and VQ approach
Automatic Speaker Recognition system using MFCC and VQ approachAbdullah al Mamun
 
Introductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal ProcessingIntroductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal ProcessingAngelo Salatino
 
Digital Modulation Techniques ppt
Digital Modulation Techniques pptDigital Modulation Techniques ppt
Digital Modulation Techniques pptPankaj Singh
 
Speech Recognition Technology
Speech Recognition TechnologySpeech Recognition Technology
Speech Recognition TechnologySeminar Links
 
Coherent systems
Coherent systemsCoherent systems
Coherent systemsCKSunith1
 
Audio noise reduction techniques
Audio  noise  reduction  techniquesAudio  noise  reduction  techniques
Audio noise reduction techniquesMeenakshi Singhvi
 
Link power and rise time budget analysis
Link power and rise time budget analysisLink power and rise time budget analysis
Link power and rise time budget analysisCKSunith1
 

Was ist angesagt? (20)

Automatic speech recognition
Automatic speech recognitionAutomatic speech recognition
Automatic speech recognition
 
Unit 1 speech processing
Unit 1 speech processingUnit 1 speech processing
Unit 1 speech processing
 
Digital speech processing lecture1
Digital speech processing lecture1Digital speech processing lecture1
Digital speech processing lecture1
 
speech processing basics
speech processing basicsspeech processing basics
speech processing basics
 
Speaker Recognition
Speaker RecognitionSpeaker Recognition
Speaker Recognition
 
Deep Learning For Speech Recognition
Deep Learning For Speech RecognitionDeep Learning For Speech Recognition
Deep Learning For Speech Recognition
 
Speech encoding techniques
Speech encoding techniquesSpeech encoding techniques
Speech encoding techniques
 
Speech Recognition System By Matlab
Speech Recognition System By MatlabSpeech Recognition System By Matlab
Speech Recognition System By Matlab
 
Speaker recognition.
Speaker recognition.Speaker recognition.
Speaker recognition.
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transform
 
Linear Predictive Coding
Linear Predictive CodingLinear Predictive Coding
Linear Predictive Coding
 
Automatic Speaker Recognition system using MFCC and VQ approach
Automatic Speaker Recognition system using MFCC and VQ approachAutomatic Speaker Recognition system using MFCC and VQ approach
Automatic Speaker Recognition system using MFCC and VQ approach
 
Introductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal ProcessingIntroductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal Processing
 
Digital Modulation Techniques ppt
Digital Modulation Techniques pptDigital Modulation Techniques ppt
Digital Modulation Techniques ppt
 
Speech Recognition Technology
Speech Recognition TechnologySpeech Recognition Technology
Speech Recognition Technology
 
Coherent systems
Coherent systemsCoherent systems
Coherent systems
 
Audio noise reduction techniques
Audio  noise  reduction  techniquesAudio  noise  reduction  techniques
Audio noise reduction techniques
 
Link power and rise time budget analysis
Link power and rise time budget analysisLink power and rise time budget analysis
Link power and rise time budget analysis
 
SPEECH CODING
SPEECH CODINGSPEECH CODING
SPEECH CODING
 
Spectrograms
SpectrogramsSpectrograms
Spectrograms
 

Ähnlich wie Speaker recognition using MFCC

44 i9 advanced-speaker-recognition
44 i9 advanced-speaker-recognition44 i9 advanced-speaker-recognition
44 i9 advanced-speaker-recognitionsunnysyed
 
Toward wave net speech synthesis
Toward wave net speech synthesisToward wave net speech synthesis
Toward wave net speech synthesisNAVER Engineering
 
Introduction to spred spectrum and CDMA
Introduction to spred spectrum and CDMAIntroduction to spred spectrum and CDMA
Introduction to spred spectrum and CDMABidhan Ghimire
 
Speaker identification using mel frequency
Speaker identification using mel frequency Speaker identification using mel frequency
Speaker identification using mel frequency Phan Duy
 
Voice biometric recognition
Voice biometric recognitionVoice biometric recognition
Voice biometric recognitionphyuhsan
 
Speech recognition final
Speech recognition finalSpeech recognition final
Speech recognition finalArchit Vora
 
Speaker Recognition System using MFCC and Vector Quantization Approach
Speaker Recognition System using MFCC and Vector Quantization ApproachSpeaker Recognition System using MFCC and Vector Quantization Approach
Speaker Recognition System using MFCC and Vector Quantization Approachijsrd.com
 
Speaker Dependent WaveNet Vocoder
Speaker Dependent WaveNet VocoderSpeaker Dependent WaveNet Vocoder
Speaker Dependent WaveNet VocoderAkira Tamamori
 
Design and Implementation of Speech Based Scientific Calculator
Design and Implementation of Speech Based Scientific CalculatorDesign and Implementation of Speech Based Scientific Calculator
Design and Implementation of Speech Based Scientific CalculatorShantha Suresh M
 
A Novel, Robust, Hierarchical, Text-Independent Speaker Recognition Technique
A Novel, Robust, Hierarchical, Text-Independent Speaker Recognition TechniqueA Novel, Robust, Hierarchical, Text-Independent Speaker Recognition Technique
A Novel, Robust, Hierarchical, Text-Independent Speaker Recognition TechniqueCSCJournals
 
Speech Compression using LPC
Speech Compression using LPCSpeech Compression using LPC
Speech Compression using LPCDisha Modi
 
Speaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home ApplicationsSpeaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home ApplicationsRoger Gomes
 
Multimedia seminar ppt
Multimedia seminar pptMultimedia seminar ppt
Multimedia seminar pptAnandi Kumari
 
Environmentally robust ASR front end for DNN-based acoustic models
Environmentally robust ASR front end for DNN-based acoustic modelsEnvironmentally robust ASR front end for DNN-based acoustic models
Environmentally robust ASR front end for DNN-based acoustic modelsTakuya Yoshioka
 

Ähnlich wie Speaker recognition using MFCC (20)

44 i9 advanced-speaker-recognition
44 i9 advanced-speaker-recognition44 i9 advanced-speaker-recognition
44 i9 advanced-speaker-recognition
 
Toward wave net speech synthesis
Toward wave net speech synthesisToward wave net speech synthesis
Toward wave net speech synthesis
 
Harmonic speech coding
Harmonic speech codingHarmonic speech coding
Harmonic speech coding
 
Introduction to spred spectrum and CDMA
Introduction to spred spectrum and CDMAIntroduction to spred spectrum and CDMA
Introduction to spred spectrum and CDMA
 
P141omfccu
P141omfccuP141omfccu
P141omfccu
 
Speaker identification using mel frequency
Speaker identification using mel frequency Speaker identification using mel frequency
Speaker identification using mel frequency
 
Voice biometric recognition
Voice biometric recognitionVoice biometric recognition
Voice biometric recognition
 
Speech recognition final
Speech recognition finalSpeech recognition final
Speech recognition final
 
Speaker Recognition System using MFCC and Vector Quantization Approach
Speaker Recognition System using MFCC and Vector Quantization ApproachSpeaker Recognition System using MFCC and Vector Quantization Approach
Speaker Recognition System using MFCC and Vector Quantization Approach
 
Sampling
SamplingSampling
Sampling
 
Speaker Dependent WaveNet Vocoder
Speaker Dependent WaveNet VocoderSpeaker Dependent WaveNet Vocoder
Speaker Dependent WaveNet Vocoder
 
unit 5 ADC.pptx
unit 5 ADC.pptxunit 5 ADC.pptx
unit 5 ADC.pptx
 
Design and Implementation of Speech Based Scientific Calculator
Design and Implementation of Speech Based Scientific CalculatorDesign and Implementation of Speech Based Scientific Calculator
Design and Implementation of Speech Based Scientific Calculator
 
A Novel, Robust, Hierarchical, Text-Independent Speaker Recognition Technique
A Novel, Robust, Hierarchical, Text-Independent Speaker Recognition TechniqueA Novel, Robust, Hierarchical, Text-Independent Speaker Recognition Technique
A Novel, Robust, Hierarchical, Text-Independent Speaker Recognition Technique
 
Wireless SS.pptx
Wireless                                        SS.pptxWireless                                        SS.pptx
Wireless SS.pptx
 
Speech Compression using LPC
Speech Compression using LPCSpeech Compression using LPC
Speech Compression using LPC
 
Speaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home ApplicationsSpeaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home Applications
 
lpc and horn noise detection
lpc and horn noise detectionlpc and horn noise detection
lpc and horn noise detection
 
Multimedia seminar ppt
Multimedia seminar pptMultimedia seminar ppt
Multimedia seminar ppt
 
Environmentally robust ASR front end for DNN-based acoustic models
Environmentally robust ASR front end for DNN-based acoustic modelsEnvironmentally robust ASR front end for DNN-based acoustic models
Environmentally robust ASR front end for DNN-based acoustic models
 

Mehr von Hira Shaukat

Mobility Management
Mobility ManagementMobility Management
Mobility ManagementHira Shaukat
 
Development of Islamabad through SME
Development of Islamabad through SME Development of Islamabad through SME
Development of Islamabad through SME Hira Shaukat
 
Future Cooperative Networks
Future Cooperative NetworksFuture Cooperative Networks
Future Cooperative NetworksHira Shaukat
 
Spread spectrum communication schemes
Spread spectrum communication schemesSpread spectrum communication schemes
Spread spectrum communication schemesHira Shaukat
 
Home automation system
Home automation system Home automation system
Home automation system Hira Shaukat
 
Cruise control simulation using matlab
Cruise control simulation using matlabCruise control simulation using matlab
Cruise control simulation using matlabHira Shaukat
 

Mehr von Hira Shaukat (8)

4 bit counter
4 bit counter4 bit counter
4 bit counter
 
Mobility Management
Mobility ManagementMobility Management
Mobility Management
 
Development of Islamabad through SME
Development of Islamabad through SME Development of Islamabad through SME
Development of Islamabad through SME
 
Future Cooperative Networks
Future Cooperative NetworksFuture Cooperative Networks
Future Cooperative Networks
 
Spread spectrum communication schemes
Spread spectrum communication schemesSpread spectrum communication schemes
Spread spectrum communication schemes
 
3 d printer
3 d printer3 d printer
3 d printer
 
Home automation system
Home automation system Home automation system
Home automation system
 
Cruise control simulation using matlab
Cruise control simulation using matlabCruise control simulation using matlab
Cruise control simulation using matlab
 

Kürzlich hochgeladen

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

Kürzlich hochgeladen (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

Speaker recognition using MFCC

  • 1. SPEAKER RECOGNITION USING MFCC • Hira Shaukat 2010131  DSP Lab Project  Matlab-based programming • Attiya Rehman 2010079
  • 2. HUMAN SPEECH • The human speech contains numerous discriminative features that can be used to identify speakers. • Speech contains significant energy from zero frequency up to around 5 kHz. • Objective of automatic speaker recognition is to extract, characterize and recognize the information about speaker identity. • The property of speech signal changes markedly as a function of time.
  • 3. SPEECH DISCERNMENT • Speaker recognition systems contain two main modules: • • • feature extraction feature matching Feature extraction: Extract a small amount of data from the voice signal that can be used to represent each speaker • Feature matching: Procedure to identify the unknown speaker by comparing extracted features from his/her voice input with the ones from a set of known speakers
  • 5. INTRODUCTION • Speech signal - slowly timed varying signal (it is called quasistationary) • Signal-processing front end Conversion of speech waveform, using digital signal processing (DSP) tools, to a set of features (at a considerably lower information rate) for further analysis • Short-time spectral analysis Characterization of the speech signal
  • 6. CHOICE OF METHODOLOGY • Linear Predictive Coding (LPC) • Mel-Frequency Cepstrum Coefficients (MFCC) • Perceptual Linear Predictive Analysis (PLP)
  • 7. BASIC METHODOLOGY MFCC – MEL FREQUENCY CEPSTRUM COEFFICIENT
  • 8. MEL FREQUENCY CEPSTRUM CO-EFFICIENT (MFCC) Main purpose of the MFCC processor is to mimic the behavior of the human ears MFFC‟s - less susceptible to variations Speech input typically recorded at a sampling rate above 10000 Hz This sampling frequency chosen to minimize the effects of aliasing in the analog-to-digital conversion • Sampled signals can capture all frequencies up to 5 kHz, which cover most energy of sounds that are generated by humans • • • •
  • 9. FRAME BLOCKING • In this step the continuous speech signal is blocked into frames of N samples, with adjacent frames being separated by M (M < N) • The first frame consists of the first N samples • The second frame begins M samples after the first frame, and overlaps it by N - M samples • Process continues until all the speech is accounted for within one or more frames • Taken values for N and M are N = 256 and M = 100 • The result after this step is referred to as spectrum or periodogram.
  • 10. MEL-FREQUENCY WRAPPING • For each tone with an actual frequency, f, a subjective pitch is measured on a scale called the „mel‟ scale. • Mel-frequency scale is a linear frequency spacing below 1000 Hz and a logarithmic spacing above 1000 Hz • One approach to simulating the subjective spectrum is to use a filter bank, spaced uniformly on the mel-scale
  • 11. MEL-FREQUENCY WRAPPING • That filter bank has a triangular bandpass frequency response, and the spacing as well as the bandwidth is determined by a constant mel frequency interval • The number of mel spectrum coefficients, K, is typically chosen as 20. • Filter bank is applied in the frequency domain
  • 12. CEPSTRUM • In this final step, we convert the log mel spectrum back to time • Result - mel frequency cepstrum coefficients (MFCC) • Cepstral representation of speech spectrum provides good representation of the local spectral properties of the signal for the given frame analysis • Mel spectrum coefficients (and so their logarithm) are real numbers can be converted to the time domain using the Discrete Cosine Transform (DCT) • We exclude the first component, from the DCT since it represents the mean value of the input signal, which carries little speaker specific information
  • 14. FEATURE MATCHING • Comes under pattern recognition (The objects of interest are generically called patterns) • Patterns - sequences of acoustic vectors that are extracted from an input speech using extraction • Test Set - Patterns used to test the classification algorithm • Feature matching techniques used in speaker recognition - Dynamic Time Warping (DTW), Hidden Markov Modeling (HMM), and Vector Quantization (VQ) • VQ approach used due to: • ease of implementation • high accuracy VQ is a process of mapping vectors from a large vector space to a finite number of regions in that space. • • Each region is called a cluster and can be represented by its center called a codeword. The collection of all codewords is called a codebook.
  • 15. VECTOR QUANTIZATION CODE-BOOK FORMATION • • • • Two speakers and two dimensions of the acoustic space Circles - acoustic vectors from the speaker 1 Triangles - acoustic vectors from speaker 2 Training phase • using the clustering algorithm a speaker-specific VQ codebook is generated for each known speaker by clustering his/her training acoustic vectors • Result codewords (centroids) black circles and black triangles for speaker 1 and 2
  • 16. VECTOR QUANTIZATION CODE-BOOK FORMATION • • • Distance from a vector to the closest codeword of a codebook is called VQ-distortion Input utterance of an unknown voice is “vector-quantized” using each trained codebook and the total VQ distortion is computed The speaker corresponding to the VQ codebook with smallest total distortion is identified as the speaker of the input utterance.
  • 19. L.R. Rabiner and B.H. Juang, Fundamentals of Speech Recognition, Prentice-Hall, Englewood Cliffs, N.J., 1993.  L.R Rabiner and R.W. Schafer, Digital Processing of Speech Signals, Prentice-Hall, Englewood Cliffs, N.J., 1978.  REFERENCES  S.B. Davis and P. Mermelstein, “Comparison of parametric representations for monosyllabic word recognition in continuously spoken sentences”, IEEE Transactions on Acoustics, Speech, Signal Processing, Vol. ASSP-28, No. 4, August 1980.  Y. Linde, A. Buzo & R. Gray, “An algorithm for vector quantizer design”, IEEE Transactions on Communications, Vol. 28, pp.84-95, 1980.  S. Furui, “Speaker independent isolated word recognition using dynamic features of speech spectrum”, IEEE Transactions on Acoustic, Speech, Signal Processing, Vol. ASSP-34, No. 1, pp. 5259, February 1986. S. Furui, “An overview of speaker recognition technology”, ESCA Workshop on Automatic Speaker Recognition, Identification and Verification, pp. 1-9, 1994.   F.K. Song, A.E. Rosenberg and B.H. Juang, “A vector quantisation approach to speaker recognition”, AT&T Technical Journal, Vol. 66-2, pp. 14-26, March 1987.  comp.speech Frequently Asked Questions WWW site,  http://svr-www.eng.cam.ac.uk/comp.speech/

Hinweis der Redaktion

  1. An example of speech signal is shown in Figure 2. When examined over a sufficiently short period of time (between 5 and 100 msec), its characteristics are fairly stationary. However, over long periods of time (on the order of 1/5 seconds or more) the signal characteristic change to reflect the different speech sounds being spoken. Therefore, short-time spectral analysis is the most common way to characterize the speech signal.
  2. An example of speech signal is shown in Figure 2. When examined over a sufficiently short period of time (between 5 and 100 msec), its characteristics are fairly stationary. However, over long periods of time (on the order of 1/5 seconds or more) the signal characteristic change to reflect the different speech sounds being spoken. Therefore, short-time spectral analysis is the most common way to characterize the speech signal.
  3. MFCC’s are based on the known variation of the human ear’s critical bandwidths with frequency, filters spaced linearly at low frequencies and logarithmically at high frequencies have been used to capture the phonetically important characteristics of speech. This is expressed in the mel-frequency scale, which is a linear frequency spacing below 1000 Hz and a logarithmic spacing above 1000 Hz. The process of computing MFCCs is described in more detail next.
  4. As mentioned above, psychophysical studies have shown that human perception of the frequency contents of sounds for speech signals does not follow a linear scale. A useful way of thinking about this mel-wrapping filter bank is to view each filter as a histogram bin (where bins have overlap) in the frequency domain.
  5. As mentioned above, psychophysical studies have shown that human perception of the frequency contents of sounds for speech signals does not follow a linear scale. A useful way of thinking about this mel-wrapping filter bank is to view each filter as a histogram bin (where bins have overlap) in the frequency domain.