Search the web
Sign In
New User? Sign Up
icsi-speech-tools
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
msgcalc patches   Message List  
Reply | Forward Message #54 of 162 |
I have made two patches to the msgcalc script, a front end for the
calculation of MSG (modulation spectrogram) features. I am posting
this to the icsi-speech-tools list since I do not know when the next
SPRACHcore release will be. msgcalc is generated by configure from
msgcalc.in.

First change:

-efilt $FILT_B \
-agctau1 $TAU1 -agctau2 $TAU2_A \

becomes

-efilt $FILT_B \
-agctau1 $TAU1 -agctau2 $TAU2_B \

fixing an apparent bug.

Second change:

if [ -z $LISTS ]; then

becomes

if [ -z "$LISTS" ]; then

since some shells require the quotes around $LISTS if the variable
is empty.

David Gelbart

PS To contact me, use my ICSI email address, not the yahoo address
at the top of this message.








Wed Jul 5, 2006 11:04 pm

zizazze
Offline Offline
Send Email Send Email

Forward
Message #54 of 162 |
Expand Messages Author Sort by Date

I have made two patches to the msgcalc script, a front end for the calculation of MSG (modulation spectrogram) features. I am posting this to the...
zizazze
Offline Send Email
Jul 5, 2006
11:07 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help