SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4297
Device Activation based on Voice Recognition using Mel Frequency
Cepstral Coefficients (MFCC’s) Algorithm
Hassan Mohammed Obaid Al Marzuqi 1, Shaik Mazhar Hussain2, Dr Anilloy Frank3
1,2,3Middle East College, Muscat, Oman
2,3Faculty, Dept. of Electronics and Communication Engineering, Middle East College, Muscat, Oman
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract-Theproposedpaperpresentsthedesignand
Implementation of a SecuritybasedsystemusingVoice
to activate any Device/circuit. This system is
implemented using MATLAB and Arduino Uno as a
testing component. The proposed system consists of
two phases one is recording the user’s voice signals.
The extracted voice features are stored in the data
base. In the second phase, the stored voice samplesare
compared with the samples in the database and
determines whether it is matched or not. Mel
Frequency Cepstral Coefficients (MFCC) Algorithm is
used to extract the features of speaker’s voice as it is
found to be one of the most accurate techniques that
could simulate the human audibility behavior. The
testing device used in the proposed system is Ardunio
Uno. Finally, The detailed simulation results were
presented in this paper
Key Words: Mel Frequency Cepstral Coefficients;
Device/circuit activation; Arduino Uno
1. INTRODUCTION
Security and Privacy are the major challenges that
needs to ensure of handling any kind of sensitive
information in any sector that includes managing
Medical records, financial data, personnel information
etc. So far, various technologies have been developed
for security applications such as face scanning, voice
printing and hand printing as discussed in [1]. One of
the popular methods of securing the data is Password
and User ID protectionasdiscussedin[1].Withtherise
of artificial intelligence, Voice recognition system has
gained a lot of prominence. This technology gives
friendly access to the users simply by speaking and
enabling the devices. Neural and Fuzzy logic based
automatic speaker recognition system is designed in
MATLAB as discussed in [2]. A voice recognition
system is a system where the voice characteristics of a
person is identified. Voice recognition system is of two
types, one is text dependent and the other one is text
independent. In literature, Researchers have defined
Speech/voice recognition in different ways. As in [3],
Speech recognition isdefinedastheuseofamachineto
identify a person’s voice based on his spoken phrases.
Several algorithms have been developed forthedesign
and implementation of voice recognition system. As in
[4], a voice recognition system is developed for
developing navigation autopilot system. To extractthe
voice features Linear Predictive Coding (LPC)
algorithm is used and implemented using MATLAB. In
[5], A Voice recognition system is developed for
activated ground control station using MATLAB. An
open source tool called Hidden Markov Model Tool Kit
(HMMT) is used for voice recognition system. Similar
to speech recognition system for security
EXISTING WORKS
Severalliteraturesurveyswerestudiedandanalyzed.A
detailed comparative analysis is done.Asmentionedin
[10] , Home appliances are controlled using Zig bee
through Voice commands. The system is designed
using smartphoneapplications.However,theuseofzig
bee can lead to rigid problems. One of the problem
could be loss of connectivity. In one of the article [11],
voice recognition system is discussed based on word
matching. However, this approachisnoteffectivesince
it does not guarantee for Privacy. In a couple of papers
[12] [13] , Speaker recognition methods were
discussed which were not rely on specific audio
patterns. In some of the papers [14] [15] , Mel
Frequency Cepstral Coefficient technique (MFCC) is
used for music modelling. In another article [16] ,
features of Speech and music have been extracted
using MFCC to discriminate them. Very similar to this,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4298
several authors in [17] [18] have used Mel frequency
Cepstral Coefficients (MFCC) for feature extraction
which is found to be more effective method.
PROPOSED METHOD
The proposed block diagram is shown below in figure
1. The proposed work is carried out in two phases one
is extraction phase and the second is Matching phase.
Figure 1 Proposed block diagram
Feature Extraction Phase
In this phase, The voice characteristics of a person is
extracted through microphone andstoredindatabase.
The speech processing techniquesareappliedafterthe
first stage. Speech processing is carried out by
sampling the signals inframeandreducingthespectral
distortion. The signal is then converted to frequency
domain. Filtering is done to get triangular shape and
finally the signal can be retrieved through Discrete
Cosine Transform (DCT) technique.
Matching Feature Phase
In this phase, a data base is generated by extracting
voice features. The voice features are compared with
the data base using an algorithm called Mel Frequency
Celpstral Coefficients (MFCC) algorithm.Ifthefeatures
are matched then Device is activated orelseremainsin
deactivation mode. Figure 2 below shows MFCC block
diagram that shows all the stages involved in
processing the voice.
Figure 2 MFCC Block Diagram
Figure 2 above shows MFCC block diagram consists of
various stages which is discussed in detail.
When the signal isreceived,Specificdetailsaboutvoice
is extracted using MFCC whichwerediscussedindetail
below.
Frame Blocking: The received signal is separated in
Frames and then sampled. Each frame contains ‘N’
Samples and continues till N-M samples and continues
till speech signal is completed. The ‘N’ Samples has a
value of 256 and ‘M’ has a value of 1000.
Windowing: This stage is used to reduce the spectral
distortion
Fast Fourier Transform (FFT): This technique is used
to convert Time domain to Frequency domain
Mel Frequency Wrapping: This technique is applied to
convert wave shape to triangular wave.
Figure 3 Triangular Wave
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4299
Cepstrum: In this stage, Discrete Cosine Transform
(DCT) method is used to convert time domain to
frequency domain. Using this process, Speakers Voice
features can be used.
All the steps mentioned above are repeated for each
frame for every 30mSec and compute a set of MFCC.
This set is called as an Acoustic Vector.
Matching Phase
In this phase, Vector QuantizationTechniqueisusedas
shown in Figure 4. Speaker voice recognition is
identified with black circles and black triangles as a
code word. The distance between the code words is
called as VQ distortion and speaker with low VQ
distortion is selected.
Figure 4 Vector Quantization (VQ)
The acoustic vectors are extracted from the input
stages and assigns a set of Training Vector. A VQ code
book is generated from the Training Vector. LBG
Algorithm is used and ‘L’ Training Vector and ‘M’ Code
book vector is clustered.
Figure 6 below shows the proposed flow chart. The
flow chart shown below depicts the flow of proposed
work. To testify the working of proposed system, An
LED glow alarms the working of the system.
Figure 5 Flow chart of proposed system
Implementation Results
Figure 6 below shows the input voice signals that are
used for testing.
Input Voice Signals
Figure 6 Input Voice Signals [7]
The below Figure 7 shows Prototype Voice signals and
feature vectors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4300
Figure 7 Voice signals and feature vectors [7]
The Simulation Result of the proposed system is
depicted in the Figure 8 below.
Figure 8 Simulation results of the proposed
system
CONCLUSION
The research work is carried out in this paper is about
activating any device using voice commands which
could be used in societal applications to make the
things secure . A detailed study is done on existing
works. The work is executed in two phases. One is
ExtractionPhaseandthesecondisMatchingPhase.Mel
Frequency Celpstral coefficients (MFCC) algorithm is
used for extraction and matching the voicesamples.As
a part of testing, few voice samples are taken and their
voice features are stored in data base and compared.
Once matched, the device will be activated .The major
contribution of our research work is based on security
applications.
REFERENCES
[1] N. H. M. M. A. S. A. A. A. A. Rozeha A. Rashid,
"Security System Using Biometric Technology:
Design and Implementation of Voice," in
Proceedings of the International Conference on
ComputerandCommunicationEngineering2008,
Kuala Lumpur, Malaysia , 2008.
[2] S. Jain, P. Jha and R. Suresh, "Design and
implementation of an Automatic Speaker
recognition system using neural and fuzzy logic
in Matlab," in 2013 INTERNATIONAL
CONFERENCE ON SIGNAL PROCESSING AND
COMMUNICATION (ICSC), Noida, India, 2013.
[3] J. Campbell, "Speaker recognition: a tutorial,"
Proceedings of the IEEE, vol. 85, no. 9, pp. 1437 -
1462, 1987.
[4] H. K. Tezer and M. Yağımlı, "Navigation autopilot
with real time voice command recognition
system," in 2013 21st Signal Processing and
Communications Applications Conference (SIU),
Haspolat, Turkey, 2013.
[5] K. S, V. S and R. Kumaraswamy, "Development of
automatic speech recognition system for voice
activated Ground Control system," in 2015
International Conference on Trends in
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4301
Automation, Communications and Computing
Technology (I-TACT-15), Bangalore, India, 2015.
[6] A. F. Haque, M. M. Rahman, A. Khatun, M. Younus
and J. F. Chowdhury, "Voice and Irish based
automatic moving camera," in 2015 4th
International Conference on Reliability, Infocom
TechnologiesandOptimization(ICRITO)(Trends
and Future Directions), Noida, India, 2015.
[7] T. Barbu, "Comparing various voice recognition
techniques," in 2009 Proceedings of the 5-th
Conference on Speech Technology and Human-
Computer Dialogue, Constant, Romania, 2009.
[8] T.Barbu, "Speech-dependent voice recognition
system using a nonlinear metric," International
Journal of Applied Mathematics, vol. 18, no.4,pp.
501-514, 2005.
[9] R. D.A.Reynolds, "A supervised text-independent
speaker," IEEE Transactions, vol. 3, no. 1, pp. 72-
83, 1995.
[10] S. B. M. F. K. Faisal Baig, "Zigbee Based Home
Appliances Controlling Through Spoken
Commands Using Handheld Devices,"
International Journal of Smart Home, vol.7,no.1,
pp. 19-26, 2013.
[11] N. Gupta, S. Rawat and D. Arya, "VOICE
RECOGNITION SYSTEM".
[12] J. M. H. U. A. Z. a. A. Z. R. A. Cole, "“Survey of the
state of the art inHumanLanguageTechnology","
Cambrdige university press, Cambridge, 1997.
[13] C. S. B. Squires, "“Automatic speaker recognition:
An application of machine learning"," in In
Proceeding of the 12th International Conference
on Machine Learning, 1995.
[14] O. Mubarak, E. Ambikairajah and J. Epps, "Novel
Features for Effective Speech and Music
Discrimination," in 2006 IEEE International
ConferenceonEngineeringofIntelligentSystems,
Islamabad , Pakistan, 2006.
[15] B. Logan, "“Mel Frequency Cepstral Coefficients
for Music Modelling”," in In Proceedings of Int.
Symposium on Music Information Retrieval,
Plymouth, MA, 2000.
[16] O. Mubarak, E. Ambikairajah and J. Epps, "Novel
Features for Effective Speech and Music
Discrimination," in 2006 IEEE International
ConferenceonEngineeringofIntelligentSystems,
Islamabad,pakistan, 2006.
[17] H. Zhou, A. Sadka and R. M. Jiang, "Feature
extraction for speech and music discrimination,"
in 2008 International Workshop on Content-
Based Multimedia Indexing, London , UK, 2008.
[18] L. Jiqing, D. Yuan, H. Jun, Z. Xianyu and W. Haila,
"Sports audio classification based on MFCC and
GMM," in 2009 2nd IEEE International
ConferenceonBroadbandNetwork&Multimedia
Technology, Beijing,China, 2009.

More Related Content

What's hot

A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
Journal Papers
 
F5242832
F5242832F5242832
F5242832
IOSR-JEN
 
G010413945
G010413945G010413945
G010413945
IOSR Journals
 
Limited Data Speaker Verification: Fusion of Features
Limited Data Speaker Verification: Fusion of FeaturesLimited Data Speaker Verification: Fusion of Features
Limited Data Speaker Verification: Fusion of Features
IJECEIAES
 
Real-Time, Non-Intrusive Evaluation of VoIP Using Genetic Programming
Real-Time, Non-Intrusive Evaluation of VoIP Using Genetic ProgrammingReal-Time, Non-Intrusive Evaluation of VoIP Using Genetic Programming
Real-Time, Non-Intrusive Evaluation of VoIP Using Genetic Programming
adil raja
 
Adaptive wavelet thresholding with robust hybrid features for text-independe...
Adaptive wavelet thresholding with robust hybrid features  for text-independe...Adaptive wavelet thresholding with robust hybrid features  for text-independe...
Adaptive wavelet thresholding with robust hybrid features for text-independe...
IJECEIAES
 
Area Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT methodArea Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT method
IJMER
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technology
iosrjce
 
IRJET- Fault- Tolerant Fir Filter Implementation
IRJET-	 Fault- Tolerant Fir Filter ImplementationIRJET-	 Fault- Tolerant Fir Filter Implementation
IRJET- Fault- Tolerant Fir Filter Implementation
IRJET Journal
 
Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...
IJECEIAES
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
iosrjce
 
Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...
eSAT Publishing House
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
cscpconf
 
Db31706711
Db31706711Db31706711
Db31706711
IJERA Editor
 
Grant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research PresentationGrant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research Presentation
amin azari
 
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia TrafficAnalysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
IOSR Journals
 
An analysis of a large scale wireless image distribution system deployment
An analysis of a large scale wireless image distribution system deploymentAn analysis of a large scale wireless image distribution system deployment
An analysis of a large scale wireless image distribution system deployment
Conference Papers
 
IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...
IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...
IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...
IRJET Journal
 

What's hot (20)

A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
 
F5242832
F5242832F5242832
F5242832
 
G010413945
G010413945G010413945
G010413945
 
Limited Data Speaker Verification: Fusion of Features
Limited Data Speaker Verification: Fusion of FeaturesLimited Data Speaker Verification: Fusion of Features
Limited Data Speaker Verification: Fusion of Features
 
Real-Time, Non-Intrusive Evaluation of VoIP Using Genetic Programming
Real-Time, Non-Intrusive Evaluation of VoIP Using Genetic ProgrammingReal-Time, Non-Intrusive Evaluation of VoIP Using Genetic Programming
Real-Time, Non-Intrusive Evaluation of VoIP Using Genetic Programming
 
FYP presentation
FYP presentationFYP presentation
FYP presentation
 
Adaptive wavelet thresholding with robust hybrid features for text-independe...
Adaptive wavelet thresholding with robust hybrid features  for text-independe...Adaptive wavelet thresholding with robust hybrid features  for text-independe...
Adaptive wavelet thresholding with robust hybrid features for text-independe...
 
Area Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT methodArea Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT method
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technology
 
IRJET- Fault- Tolerant Fir Filter Implementation
IRJET-	 Fault- Tolerant Fir Filter ImplementationIRJET-	 Fault- Tolerant Fir Filter Implementation
IRJET- Fault- Tolerant Fir Filter Implementation
 
Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
 
Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
Db31706711
Db31706711Db31706711
Db31706711
 
Grant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research PresentationGrant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research Presentation
 
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia TrafficAnalysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
 
An analysis of a large scale wireless image distribution system deployment
An analysis of a large scale wireless image distribution system deploymentAn analysis of a large scale wireless image distribution system deployment
An analysis of a large scale wireless image distribution system deployment
 
IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...
IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...
IRJET- Design of Low Complexity Channel Estimation and Reduced BER in 5G Mass...
 
Remote Monitoring 2020 Vison
Remote Monitoring 2020 VisonRemote Monitoring 2020 Vison
Remote Monitoring 2020 Vison
 

Similar to IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepstral Coefficients (MFCC’s) Algorithm

Intelligent Arabic letters speech recognition system based on mel frequency c...
Intelligent Arabic letters speech recognition system based on mel frequency c...Intelligent Arabic letters speech recognition system based on mel frequency c...
Intelligent Arabic letters speech recognition system based on mel frequency c...
IJECEIAES
 
IRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent LiftIRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent Lift
IRJET Journal
 
A Survey On Audio Watermarking Methods
A Survey On Audio Watermarking  MethodsA Survey On Audio Watermarking  Methods
A Survey On Audio Watermarking Methods
IRJET Journal
 
IRJET- Smart Home System using Voice Recognition
IRJET-  	  Smart Home System using Voice RecognitionIRJET-  	  Smart Home System using Voice Recognition
IRJET- Smart Home System using Voice Recognition
IRJET Journal
 
A Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming StrategiesA Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming Strategies
IRJET Journal
 
IRJET- Emotion recognition using Speech Signal: A Review
IRJET-  	  Emotion recognition using Speech Signal: A ReviewIRJET-  	  Emotion recognition using Speech Signal: A Review
IRJET- Emotion recognition using Speech Signal: A Review
IRJET Journal
 
Speaker Identification & Verification Using MFCC & SVM
Speaker Identification & Verification Using MFCC & SVMSpeaker Identification & Verification Using MFCC & SVM
Speaker Identification & Verification Using MFCC & SVM
IRJET Journal
 
Voice Signal Synthesis using Non Negative Matrix Factorization
Voice Signal Synthesis using Non Negative Matrix FactorizationVoice Signal Synthesis using Non Negative Matrix Factorization
Voice Signal Synthesis using Non Negative Matrix Factorization
IRJET Journal
 
Intelligence System for Disfluency
Intelligence System for DisfluencyIntelligence System for Disfluency
Intelligence System for Disfluency
IRJET Journal
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...
IOSR Journals
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...
IOSR Journals
 
Enhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition applicationEnhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition application
IRJET Journal
 
IRJET- Public Addressing System
IRJET- Public Addressing SystemIRJET- Public Addressing System
IRJET- Public Addressing System
IRJET Journal
 
D04812125
D04812125D04812125
D04812125
IOSR-JEN
 
Comparative Study of Different Techniques in Speaker Recognition: Review
Comparative Study of Different Techniques in Speaker Recognition: ReviewComparative Study of Different Techniques in Speaker Recognition: Review
Comparative Study of Different Techniques in Speaker Recognition: Review
IJAEMSJORNAL
 
IRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANNIRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANN
IRJET Journal
 
IRJET- Musical Instrument Recognition using CNN and SVM
IRJET-  	  Musical Instrument Recognition using CNN and SVMIRJET-  	  Musical Instrument Recognition using CNN and SVM
IRJET- Musical Instrument Recognition using CNN and SVM
IRJET Journal
 
ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION
ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION
ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION
ijcsit
 
Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system
IJECEIAES
 
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Ericsson
 

Similar to IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepstral Coefficients (MFCC’s) Algorithm (20)

Intelligent Arabic letters speech recognition system based on mel frequency c...
Intelligent Arabic letters speech recognition system based on mel frequency c...Intelligent Arabic letters speech recognition system based on mel frequency c...
Intelligent Arabic letters speech recognition system based on mel frequency c...
 
IRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent LiftIRJET-Voice Operated Intelligent Lift
IRJET-Voice Operated Intelligent Lift
 
A Survey On Audio Watermarking Methods
A Survey On Audio Watermarking  MethodsA Survey On Audio Watermarking  Methods
A Survey On Audio Watermarking Methods
 
IRJET- Smart Home System using Voice Recognition
IRJET-  	  Smart Home System using Voice RecognitionIRJET-  	  Smart Home System using Voice Recognition
IRJET- Smart Home System using Voice Recognition
 
A Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming StrategiesA Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming Strategies
 
IRJET- Emotion recognition using Speech Signal: A Review
IRJET-  	  Emotion recognition using Speech Signal: A ReviewIRJET-  	  Emotion recognition using Speech Signal: A Review
IRJET- Emotion recognition using Speech Signal: A Review
 
Speaker Identification & Verification Using MFCC & SVM
Speaker Identification & Verification Using MFCC & SVMSpeaker Identification & Verification Using MFCC & SVM
Speaker Identification & Verification Using MFCC & SVM
 
Voice Signal Synthesis using Non Negative Matrix Factorization
Voice Signal Synthesis using Non Negative Matrix FactorizationVoice Signal Synthesis using Non Negative Matrix Factorization
Voice Signal Synthesis using Non Negative Matrix Factorization
 
Intelligence System for Disfluency
Intelligence System for DisfluencyIntelligence System for Disfluency
Intelligence System for Disfluency
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...
 
Enhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition applicationEnhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition application
 
IRJET- Public Addressing System
IRJET- Public Addressing SystemIRJET- Public Addressing System
IRJET- Public Addressing System
 
D04812125
D04812125D04812125
D04812125
 
Comparative Study of Different Techniques in Speaker Recognition: Review
Comparative Study of Different Techniques in Speaker Recognition: ReviewComparative Study of Different Techniques in Speaker Recognition: Review
Comparative Study of Different Techniques in Speaker Recognition: Review
 
IRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANNIRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANN
 
IRJET- Musical Instrument Recognition using CNN and SVM
IRJET-  	  Musical Instrument Recognition using CNN and SVMIRJET-  	  Musical Instrument Recognition using CNN and SVM
IRJET- Musical Instrument Recognition using CNN and SVM
 
ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION
ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION
ADAPTIVE WATERMARKING TECHNIQUE FOR SPEECH SIGNAL AUTHENTICATION
 
Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system
 
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
itech2017
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 

Recently uploaded (20)

Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 

IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepstral Coefficients (MFCC’s) Algorithm

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4297 Device Activation based on Voice Recognition using Mel Frequency Cepstral Coefficients (MFCC’s) Algorithm Hassan Mohammed Obaid Al Marzuqi 1, Shaik Mazhar Hussain2, Dr Anilloy Frank3 1,2,3Middle East College, Muscat, Oman 2,3Faculty, Dept. of Electronics and Communication Engineering, Middle East College, Muscat, Oman ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract-Theproposedpaperpresentsthedesignand Implementation of a SecuritybasedsystemusingVoice to activate any Device/circuit. This system is implemented using MATLAB and Arduino Uno as a testing component. The proposed system consists of two phases one is recording the user’s voice signals. The extracted voice features are stored in the data base. In the second phase, the stored voice samplesare compared with the samples in the database and determines whether it is matched or not. Mel Frequency Cepstral Coefficients (MFCC) Algorithm is used to extract the features of speaker’s voice as it is found to be one of the most accurate techniques that could simulate the human audibility behavior. The testing device used in the proposed system is Ardunio Uno. Finally, The detailed simulation results were presented in this paper Key Words: Mel Frequency Cepstral Coefficients; Device/circuit activation; Arduino Uno 1. INTRODUCTION Security and Privacy are the major challenges that needs to ensure of handling any kind of sensitive information in any sector that includes managing Medical records, financial data, personnel information etc. So far, various technologies have been developed for security applications such as face scanning, voice printing and hand printing as discussed in [1]. One of the popular methods of securing the data is Password and User ID protectionasdiscussedin[1].Withtherise of artificial intelligence, Voice recognition system has gained a lot of prominence. This technology gives friendly access to the users simply by speaking and enabling the devices. Neural and Fuzzy logic based automatic speaker recognition system is designed in MATLAB as discussed in [2]. A voice recognition system is a system where the voice characteristics of a person is identified. Voice recognition system is of two types, one is text dependent and the other one is text independent. In literature, Researchers have defined Speech/voice recognition in different ways. As in [3], Speech recognition isdefinedastheuseofamachineto identify a person’s voice based on his spoken phrases. Several algorithms have been developed forthedesign and implementation of voice recognition system. As in [4], a voice recognition system is developed for developing navigation autopilot system. To extractthe voice features Linear Predictive Coding (LPC) algorithm is used and implemented using MATLAB. In [5], A Voice recognition system is developed for activated ground control station using MATLAB. An open source tool called Hidden Markov Model Tool Kit (HMMT) is used for voice recognition system. Similar to speech recognition system for security EXISTING WORKS Severalliteraturesurveyswerestudiedandanalyzed.A detailed comparative analysis is done.Asmentionedin [10] , Home appliances are controlled using Zig bee through Voice commands. The system is designed using smartphoneapplications.However,theuseofzig bee can lead to rigid problems. One of the problem could be loss of connectivity. In one of the article [11], voice recognition system is discussed based on word matching. However, this approachisnoteffectivesince it does not guarantee for Privacy. In a couple of papers [12] [13] , Speaker recognition methods were discussed which were not rely on specific audio patterns. In some of the papers [14] [15] , Mel Frequency Cepstral Coefficient technique (MFCC) is used for music modelling. In another article [16] , features of Speech and music have been extracted using MFCC to discriminate them. Very similar to this,
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4298 several authors in [17] [18] have used Mel frequency Cepstral Coefficients (MFCC) for feature extraction which is found to be more effective method. PROPOSED METHOD The proposed block diagram is shown below in figure 1. The proposed work is carried out in two phases one is extraction phase and the second is Matching phase. Figure 1 Proposed block diagram Feature Extraction Phase In this phase, The voice characteristics of a person is extracted through microphone andstoredindatabase. The speech processing techniquesareappliedafterthe first stage. Speech processing is carried out by sampling the signals inframeandreducingthespectral distortion. The signal is then converted to frequency domain. Filtering is done to get triangular shape and finally the signal can be retrieved through Discrete Cosine Transform (DCT) technique. Matching Feature Phase In this phase, a data base is generated by extracting voice features. The voice features are compared with the data base using an algorithm called Mel Frequency Celpstral Coefficients (MFCC) algorithm.Ifthefeatures are matched then Device is activated orelseremainsin deactivation mode. Figure 2 below shows MFCC block diagram that shows all the stages involved in processing the voice. Figure 2 MFCC Block Diagram Figure 2 above shows MFCC block diagram consists of various stages which is discussed in detail. When the signal isreceived,Specificdetailsaboutvoice is extracted using MFCC whichwerediscussedindetail below. Frame Blocking: The received signal is separated in Frames and then sampled. Each frame contains ‘N’ Samples and continues till N-M samples and continues till speech signal is completed. The ‘N’ Samples has a value of 256 and ‘M’ has a value of 1000. Windowing: This stage is used to reduce the spectral distortion Fast Fourier Transform (FFT): This technique is used to convert Time domain to Frequency domain Mel Frequency Wrapping: This technique is applied to convert wave shape to triangular wave. Figure 3 Triangular Wave
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4299 Cepstrum: In this stage, Discrete Cosine Transform (DCT) method is used to convert time domain to frequency domain. Using this process, Speakers Voice features can be used. All the steps mentioned above are repeated for each frame for every 30mSec and compute a set of MFCC. This set is called as an Acoustic Vector. Matching Phase In this phase, Vector QuantizationTechniqueisusedas shown in Figure 4. Speaker voice recognition is identified with black circles and black triangles as a code word. The distance between the code words is called as VQ distortion and speaker with low VQ distortion is selected. Figure 4 Vector Quantization (VQ) The acoustic vectors are extracted from the input stages and assigns a set of Training Vector. A VQ code book is generated from the Training Vector. LBG Algorithm is used and ‘L’ Training Vector and ‘M’ Code book vector is clustered. Figure 6 below shows the proposed flow chart. The flow chart shown below depicts the flow of proposed work. To testify the working of proposed system, An LED glow alarms the working of the system. Figure 5 Flow chart of proposed system Implementation Results Figure 6 below shows the input voice signals that are used for testing. Input Voice Signals Figure 6 Input Voice Signals [7] The below Figure 7 shows Prototype Voice signals and feature vectors.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4300 Figure 7 Voice signals and feature vectors [7] The Simulation Result of the proposed system is depicted in the Figure 8 below. Figure 8 Simulation results of the proposed system CONCLUSION The research work is carried out in this paper is about activating any device using voice commands which could be used in societal applications to make the things secure . A detailed study is done on existing works. The work is executed in two phases. One is ExtractionPhaseandthesecondisMatchingPhase.Mel Frequency Celpstral coefficients (MFCC) algorithm is used for extraction and matching the voicesamples.As a part of testing, few voice samples are taken and their voice features are stored in data base and compared. Once matched, the device will be activated .The major contribution of our research work is based on security applications. REFERENCES [1] N. H. M. M. A. S. A. A. A. A. Rozeha A. Rashid, "Security System Using Biometric Technology: Design and Implementation of Voice," in Proceedings of the International Conference on ComputerandCommunicationEngineering2008, Kuala Lumpur, Malaysia , 2008. [2] S. Jain, P. Jha and R. Suresh, "Design and implementation of an Automatic Speaker recognition system using neural and fuzzy logic in Matlab," in 2013 INTERNATIONAL CONFERENCE ON SIGNAL PROCESSING AND COMMUNICATION (ICSC), Noida, India, 2013. [3] J. Campbell, "Speaker recognition: a tutorial," Proceedings of the IEEE, vol. 85, no. 9, pp. 1437 - 1462, 1987. [4] H. K. Tezer and M. Yağımlı, "Navigation autopilot with real time voice command recognition system," in 2013 21st Signal Processing and Communications Applications Conference (SIU), Haspolat, Turkey, 2013. [5] K. S, V. S and R. Kumaraswamy, "Development of automatic speech recognition system for voice activated Ground Control system," in 2015 International Conference on Trends in
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4301 Automation, Communications and Computing Technology (I-TACT-15), Bangalore, India, 2015. [6] A. F. Haque, M. M. Rahman, A. Khatun, M. Younus and J. F. Chowdhury, "Voice and Irish based automatic moving camera," in 2015 4th International Conference on Reliability, Infocom TechnologiesandOptimization(ICRITO)(Trends and Future Directions), Noida, India, 2015. [7] T. Barbu, "Comparing various voice recognition techniques," in 2009 Proceedings of the 5-th Conference on Speech Technology and Human- Computer Dialogue, Constant, Romania, 2009. [8] T.Barbu, "Speech-dependent voice recognition system using a nonlinear metric," International Journal of Applied Mathematics, vol. 18, no.4,pp. 501-514, 2005. [9] R. D.A.Reynolds, "A supervised text-independent speaker," IEEE Transactions, vol. 3, no. 1, pp. 72- 83, 1995. [10] S. B. M. F. K. Faisal Baig, "Zigbee Based Home Appliances Controlling Through Spoken Commands Using Handheld Devices," International Journal of Smart Home, vol.7,no.1, pp. 19-26, 2013. [11] N. Gupta, S. Rawat and D. Arya, "VOICE RECOGNITION SYSTEM". [12] J. M. H. U. A. Z. a. A. Z. R. A. Cole, "“Survey of the state of the art inHumanLanguageTechnology"," Cambrdige university press, Cambridge, 1997. [13] C. S. B. Squires, "“Automatic speaker recognition: An application of machine learning"," in In Proceeding of the 12th International Conference on Machine Learning, 1995. [14] O. Mubarak, E. Ambikairajah and J. Epps, "Novel Features for Effective Speech and Music Discrimination," in 2006 IEEE International ConferenceonEngineeringofIntelligentSystems, Islamabad , Pakistan, 2006. [15] B. Logan, "“Mel Frequency Cepstral Coefficients for Music Modelling”," in In Proceedings of Int. Symposium on Music Information Retrieval, Plymouth, MA, 2000. [16] O. Mubarak, E. Ambikairajah and J. Epps, "Novel Features for Effective Speech and Music Discrimination," in 2006 IEEE International ConferenceonEngineeringofIntelligentSystems, Islamabad,pakistan, 2006. [17] H. Zhou, A. Sadka and R. M. Jiang, "Feature extraction for speech and music discrimination," in 2008 International Workshop on Content- Based Multimedia Indexing, London , UK, 2008. [18] L. Jiqing, D. Yuan, H. Jun, Z. Xianyu and W. Haila, "Sports audio classification based on MFCC and GMM," in 2009 2nd IEEE International ConferenceonBroadbandNetwork&Multimedia Technology, Beijing,China, 2009.