Mercurial > hg > aimc
annotate experiments/scripts/cnbh-syllables/feature_generation/nap_profile_features.aimcopycfg @ 84:bee31e7ebf4b
- Added as-yet-unfinished support for a proper configuraiton file format
- Added a couple of pythin scripts to generate HMM configuration files
- Variable name changes and other cosmetic things
- Added the option for the noise generation to do pink noise (untested)
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 11:28:11 +0000 |
parents | |
children | 077c7ecc2d5f |
rev | line source |
---|---|
tomwalters@84 | 1 module1.name = FileInput |
tomwalters@84 | 2 module1.id = file_input |
tomwalters@84 | 3 module1.parameters = <<<ENDPARAMS |
tomwalters@84 | 4 input.buffersize = 512 |
tomwalters@84 | 5 ENDPARAMS |
tomwalters@84 | 6 module1.child1 = GammatoneFilterbank |
tomwalters@84 | 7 |
tomwalters@84 | 8 module2.name = GammatoneFilterbank |
tomwalters@84 | 9 module2.id = gt |
tomwalters@84 | 10 module2.child1 = StandardNAP |
tomwalters@84 | 11 module2.child2 = SmoothNAP |
tomwalters@84 | 12 |
tomwalters@84 | 13 module3.name = SmoothNAP |
tomwalters@84 | 14 module3.id = nap |
tomwalters@84 | 15 module3.parameters = <<<ENDPARAMS |
tomwalters@84 | 16 nap.lowpass_cutoff = 100.0 |
tomwalters@84 | 17 ENDPARAMS |
tomwalters@84 | 18 module3.child1 = SmoothNAPProfile |
tomwalters@84 | 19 |
tomwalters@84 | 20 module4.name = SmoothNAPProfile |
tomwalters@84 | 21 module4.id = slice |
tomwalters@84 | 22 module4.parameters = <<<ENDPARAMS |
tomwalters@84 | 23 slice.all = true |
tomwalters@84 | 24 ENDPARAMS |
tomwalters@84 | 25 module4.child1 = SmoothNAPFeatures |
tomwalters@84 | 26 |
tomwalters@84 | 27 module5.name = SmoothNAPFeatures |
tomwalters@84 | 28 module5.id = gaussians |
tomwalters@84 | 29 module5.child1 = SmoothNAPOutput |
tomwalters@84 | 30 |
tomwalters@84 | 31 moudule6.name = SmoothNAPOutput |
tomwalters@84 | 32 module6.id = htk_out |