Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Frame Blocking, Hamming Window & MFCC Help

Status
Not open for further replies.

oiyela

Junior Member level 3
Joined
Mar 7, 2012
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,554
Melcespt Help!!! Matlab Help

Hi, Please i need help with this Matlab code.
i am using this melcept function for different samples of me saying the word "one"
here is my code
Code:
[aaaaa1,fs]=wavread('one.wav'); %Read In Sample 
a=0.95;
aaaa1=filter([1,-a],1,aaaaa1); 
aaa1= melcepst(aaaa1,fs);

i get an output for the different samples of me saying one as 54x12 , 44x12, 50x12, 49x12
please for melcepst is possible to generate the same number of points for each row, i.e. nx12,
n is the same for each sample.
here is the link to the description of the melcept function - http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/doc/voicebox/melcepst.html
Help
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top