diff trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh @ 382:068e33a65f8d

- Pretty-plotting - Test on everything - Generalised beyond standard AMI
author tomwalters
date Tue, 14 Sep 2010 00:18:47 +0000
parents 995089081160
children
line wrap: on
line diff
--- a/trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh	Mon Sep 13 18:34:23 2010 +0000
+++ b/trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh	Tue Sep 14 00:18:47 2010 +0000
@@ -132,7 +132,8 @@
 WARPLCUTOFF = 10 
 # Upper frequency is the Nyquist freq. (24000Hz) 
 # so choose the break freq. close to that
-WARPUCUTOFF = 23000
+#WARPUCUTOFF = 23000
+WARPUCUTOFF = 10500
 EOF
 
 for TALKER in $(cat $FEATURES_DIR/${TALKERS}.tmp); do
@@ -158,4 +159,4 @@
 rm $FEATURES_DIR/$SYLLIST.tmp
 rm $FEATURES_DIR/${TALKERS}.tmp
 touch $FEATURES_DIR/.features_script_success
-fi
\ No newline at end of file
+fi