Comments

Flat
Doubt regarding the output of hcopy
User: Tom George
Date: 11/28/2010 1:46 pm
Views: 3841
Rating: 17

I used to hcopy command to extract the features of a wave file. But instead of getting numerical output i got a mfc file of illegible characters. 

Can anyone help me solve this problem?

Re: Doubt regarding the output of hcopy
User: Kevin Finity
Date: 12/31/2010 12:56 pm
Views: 120
Rating: 19

That's because HCOPY outputs a binary file. You can look at the description of the file format here: http://labrosa.ee.columbia.edu/doc/HTKBook21/node58.html#SECTION03271000000000000000

If you want to look at the numerical values of the feature vectors it generates, you could either view the file using a hex editor, or write a script to parse the mfc files and output the vectors. I'm not sure if there's a better way to do it.

Re: Doubt regarding the output of hcopy
User: kmaclean
Date: 12/31/2010 1:17 pm
Views: 140
Rating: 16

Thanks for the reply Kevin!

>if you want to look at the numerical values of the feature vectors it generates

I beleive HList can be used to display the contents of a wav file

PreviousNext