Skip to content

Mel Frequency Cepstral Coefficients (MFCCs) are a feature widely used in automatic speech and speaker recognition. They were introduced by Davis and Mermelstein in the 1980s, and have been state-of-the-art ever since. In this project, we have implemented MFCC feature extraction in Matlab.

Notifications You must be signed in to change notification settings

divyansha1115/MFCC

Repository files navigation

MFCC

Implemenation of MFCC in matlab

File Description

  • dct.m - Function to Computer Discrete Cosine Transform.
  • filter_bank_energy.m - Computes the final cepstral coefficients.
  • formula.m - Helper function to compute Mel filter bank.
  • frame.m - Divides the singnal into frames of 25ms. Here you can input your sound file.
  • mel.m - Computes Mel filter bank.
  • plots_filter.m - Plots Mel filter bank.
  • window.m - Applies Hanning window to the given frames.

About

Mel Frequency Cepstral Coefficients (MFCCs) are a feature widely used in automatic speech and speaker recognition. They were introduced by Davis and Mermelstein in the 1980s, and have been state-of-the-art ever since. In this project, we have implemented MFCC feature extraction in Matlab.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published