필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

can anyone help to solve this?

조회 수: 1 (최근 30일)
Ravi Sharma
Ravi Sharma 2015년 4월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
i was trying MFCC code from one website in which following parameters are defined.
% Define variables
Tw = 25; % analysis frame duration (ms)
Ts = 10; % analysis frame shift (ms)
alpha = 0.97; % preemphasis coefficient
M = 20; % number of filterbank channels
C = 12; % number of cepstral coefficients
L = 22; % cepstral sine lifter parameter
LF = 300; % lower frequency limit (Hz)
HF = 3700; % upper frequency limit (Hz)
wav_file = 'P0021.wav'; % input audio filename
its giving output as MFCCs--<13x3498 double>. what is that value 12=C? what are these so many output coefficients? how to get few coefficients?how to represent them as cluster?please help me.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by