Mercurial > hg > aimc
comparison trunk/experiments/scripts/cnbh-syllables/feature_generation/nap_profile_features.aimcopycfg @ 365:2f4530363f7a
- 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 | edcbb7769ab9 |
comparison
equal
deleted
inserted
replaced
364:5a12172dcb73 | 365:2f4530363f7a |
---|---|
1 module1.name = FileInput | |
2 module1.id = file_input | |
3 module1.parameters = <<<ENDPARAMS | |
4 input.buffersize = 512 | |
5 ENDPARAMS | |
6 module1.child1 = GammatoneFilterbank | |
7 | |
8 module2.name = GammatoneFilterbank | |
9 module2.id = gt | |
10 module2.child1 = StandardNAP | |
11 module2.child2 = SmoothNAP | |
12 | |
13 module3.name = SmoothNAP | |
14 module3.id = nap | |
15 module3.parameters = <<<ENDPARAMS | |
16 nap.lowpass_cutoff = 100.0 | |
17 ENDPARAMS | |
18 module3.child1 = SmoothNAPProfile | |
19 | |
20 module4.name = SmoothNAPProfile | |
21 module4.id = slice | |
22 module4.parameters = <<<ENDPARAMS | |
23 slice.all = true | |
24 ENDPARAMS | |
25 module4.child1 = SmoothNAPFeatures | |
26 | |
27 module5.name = SmoothNAPFeatures | |
28 module5.id = gaussians | |
29 module5.child1 = SmoothNAPOutput | |
30 | |
31 moudule6.name = SmoothNAPOutput | |
32 module6.id = htk_out |