Mercurial > hg > aimc
annotate experiments/scripts/cnbh-syllables/feature_generation/nap_profile_features.aimcopycfg @ 157:ce97ae23c66b
- Added support for a very basic AIM-C file format
author | tomwalters@google.com |
---|---|
date | Thu, 27 May 2010 07:25:03 +0000 |
parents | 3cdaa81c3aca |
children | 0db637cac96b |
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@114 | 10 module2.child1 = SmoothNAP |
tomwalters@84 | 11 |
tomwalters@84 | 12 module3.name = SmoothNAP |
tomwalters@121 | 13 module3.id = hcl |
tomwalters@84 | 14 module3.parameters = <<<ENDPARAMS |
tomwalters@84 | 15 nap.lowpass_cutoff = 100.0 |
tomwalters@84 | 16 ENDPARAMS |
tomwalters@84 | 17 module3.child1 = SmoothNAPProfile |
tomwalters@84 | 18 |
tomwalters@84 | 19 module4.name = SmoothNAPProfile |
tomwalters@84 | 20 module4.id = slice |
tomwalters@84 | 21 module4.parameters = <<<ENDPARAMS |
tomwalters@84 | 22 slice.all = true |
tomwalters@84 | 23 ENDPARAMS |
tomwalters@84 | 24 module4.child1 = SmoothNAPFeatures |
tomwalters@84 | 25 |
tomwalters@84 | 26 module5.name = SmoothNAPFeatures |
tomwalters@84 | 27 module5.id = gaussians |
tomwalters@84 | 28 module5.child1 = SmoothNAPOutput |
tomwalters@84 | 29 |
tomwalters@121 | 30 module6.name = SmoothNAPOutput |
tomwalters@121 | 31 module6.id = htk_out |