mfcc extraction of speech signal

1 view (last 30 days)
VNM Suhail
VNM Suhail on 28 Jul 2013
Hi all...Iam doing matlab code for extracting mfcc coefficient of a speech signal.For the following error "attempted to access y(10001);index out of bounds because numel(y)=10000" For the following line i=1; while abs(y(i))<0.05 i=i+1;end
expecting your assistance ASAP.

Answers (0)

Community Treasure Hunt

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

Start Hunting!