Recognize speaker using MFCC and Kmean

조회 수: 5 (최근 30일)
Nhat NguyenDuy
Nhat NguyenDuy 2020년 5월 16일
답변: Pratik 2024년 11월 21일
I have a project: Recognize speaker using MFCC and Kmean. I need code for it. I am newbie to matlab .please help!

답변 (1개)

Pratik
Pratik 2024년 11월 21일
Hi Nhat,
I understand that you want to identify speaker using MFCC Feature and KMean Algorithm. Unfortunately it will not be possible to provide the complete code.
However, 'mfcc' function can be used to extract MFCC feature of speech signal.
Please refer to the documentation of 'mfcc' to understand usage of 'mfcc' function:
Then using cluster data task, the features can be clustered and it also provides the code to do the same. Please refer to the following documentation for more information:
Please refer to following documentation for more information on k-means clustering function of MATLAB:
I hope this helps!

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by