Mercurial > hg > aimc
comparison experiments/scripts/master.sh @ 77:3dcc10af731d
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 23:11:27 +0000 |
parents | 37b084ec9770 |
children | 41640b18c99c |
comparison
equal
deleted
inserted
replaced
76:37b084ec9770 | 77:3dcc10af731d |
---|---|
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 ./cnbh-syllables/feature_generation/pink_noise.sh $SOUNDS_ROOT/clean/ "$SNRS" | 53 ./cnbh-syllables/feature_generation/pink_noise.sh $SOUNDS_ROOT/clean/ "$SNRS" |
53 | 54 |
54 # Make the list of all feature drectories | 55 # Make the list of all feature drectories |
55 FEATURE_DIRS="clean" | 56 FEATURE_DIRS="clean" |
56 for SNR in $SNRS; do | 57 for SNR in $SNRS; do |