calculating the MFCC and BFCC for a signal

11 visualizaciones (últimos 30 días)
neamah al-naffakh
neamah al-naffakh el 9 de Ag. de 2016
Respondida: Brian Hemmat el 12 de Feb. de 2020
Hi guys, I'm wondering, is there any function in Matlab to extract the Mel Frequency Cepstral Coefficients (MFCC) and Bark Frequency Cepstral Coefficients (BFCC) from a signal.
here is an example of my data

Respuestas (1)

Brian Hemmat
Brian Hemmat el 12 de Feb. de 2020
Starting from R2018a, you can use the mfcc function in Audio Toolbox to extract mel-frequency cepstral coefficients.
To design a Bark filter bank, use the designAuditoryFilterBank function (requires Audio Toolbox R2019b or later)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by