Mercurial > hg > aimc
comparison trunk/experiments/scripts/master.sh @ 360:b5cc3b21f8db
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 23:57:25 +0000 |
parents | 7074795fd2eb |
children | 59c85b6e9cd3 |
comparison
equal
deleted
inserted
replaced
359:7074795fd2eb | 360:b5cc3b21f8db |
---|---|
46 ./cnbh-syllables/feature_generation/convert_flac_to_wav.sh $SOUNDS_ROOT | 46 ./cnbh-syllables/feature_generation/convert_flac_to_wav.sh $SOUNDS_ROOT |
47 | 47 |
48 # Generate versions of the CNBH syllables spoke pattern with a range of | 48 # Generate versions of the CNBH syllables spoke pattern with a range of |
49 # signal-to-noise ratios (SNRs). The versions are put in the directory | 49 # signal-to-noise ratios (SNRs). The versions are put in the directory |
50 # ${SOUNDS_ROOT}/${SNR}_dB/ for each SNR in $SNRS. | 50 # ${SOUNDS_ROOT}/${SNR}_dB/ for each SNR in $SNRS. |
51 #SNRS="30 27 24 21 18 15 12 9 6 3 0" | 51 SNRS="30 27 24 21 18 15 12 9 6 3 0" |
52 SNRS="30" # For testing | 52 #SNRS="30" # For testing |
53 ./cnbh-syllables/feature_generation/pink_noise.sh $SOUNDS_ROOT/clean/ "$SNRS" | 53 ./cnbh-syllables/feature_generation/pink_noise.sh $SOUNDS_ROOT/clean/ "$SNRS" |
54 | 54 |
55 # Make the list of all feature drectories | 55 # Make the list of all feature drectories |
56 FEATURE_DIRS="clean" | 56 FEATURE_DIRS="clean" |
57 for SNR in $SNRS; do | 57 for SNR in $SNRS; do |
116 TESTING_ITERATIONS="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20" | 116 TESTING_ITERATIONS="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20" |
117 HMM_STATES="3 4 5 6 7 8" | 117 HMM_STATES="3 4 5 6 7 8" |
118 HMM_OUTPUT_COMPONENTS="1 2 3 4 5 6" | 118 HMM_OUTPUT_COMPONENTS="1 2 3 4 5 6" |
119 | 119 |
120 FEATURE_CLASS=mfcc | 120 FEATURE_CLASS=mfcc |
121 FEATURE_SUFFIX=mfc | 121 FEATURE_SUFFIX=htk |
122 FEATURE_SIZE=39 | 122 FEATURE_SIZE=39 |
123 FEATURE_TYPE=MFCC_0_D_A | 123 FEATURE_TYPE=MFCC_0_D_A |
124 | 124 |
125 TALKERS=inner_talkers | 125 TALKERS=inner_talkers |
126 WORK=$HMMS_ROOT/$FEATURE_CLASS/$FEATURE_SUFFIX/$SOURCE_SNR/$TALKERS/ | 126 WORK=$HMMS_ROOT/$FEATURE_CLASS/$FEATURE_SUFFIX/$SOURCE_SNR/$TALKERS/ |