Significance

Trouble understanding an article about MFCC

Trouble understanding an article about MFCC
  1. What is the significance of MFCC?
  2. Why do we use DCT in MFCC?

What is the significance of MFCC?

MFCCs are commonly used as features in speech recognition systems, such as the systems which can automatically recognize numbers spoken into a telephone. MFCCs are also increasingly finding uses in music information retrieval applications such as genre classification, audio similarity measures, etc.

Why do we use DCT in MFCC?

DCT is the last step of the main process of MFCC feature extraction. The basic concept of DCT is correlating value of mel spectrum so as to produce a good representation of property spectral local. Basically the concept of DCT is the same as inverse fourier transform.

What is the dominant frequency of recurring symbols spaced in time by X samples using an FFT?
How do you find the dominant frequency?How do you find the dominant frequency of a signal in Python?What does the amplitude of FFT mean?How do you fi...
Downsampling a binary file
How to downsample data?What is meant by down sampling? How to downsample data?y = downsample( x , n ) decreases the sample rate of x by keeping the ...
Relationship / Connection Between Machine Learning / Deep Learning and Computer Vision [closed]
What is the relation between computer vision and machine learning?How does deep learning help computer vision?Is machine learning and computer vision...