Mercurial > hg > aimc
comparison trunk/src/Configurations/nap_profile_features_osc.aimcopycfg @ 573:a2484513a535
Move script to a more sensible location.
author | tomwalters@google.com |
---|---|
date | Fri, 22 Jun 2012 12:28:31 +0000 |
parents | trunk/experiments/scripts/cnbh-syllables/feature_generation/nap_profile_features_osc.aimcopycfg@dfb6323af415 |
children |
comparison
equal
deleted
inserted
replaced
572:dfb6323af415 | 573:a2484513a535 |
---|---|
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 = SmoothNAP | |
11 | |
12 module3.name = SmoothNAP | |
13 module3.id = hcl | |
14 module3.parameters = <<<ENDPARAMS | |
15 nap.lowpass_cutoff = 100.0 | |
16 ENDPARAMS | |
17 module3.child1 = SmoothNAPProfile | |
18 | |
19 module4.name = SmoothNAPProfile | |
20 module4.id = slice | |
21 module4.parameters = <<<ENDPARAMS | |
22 slice.all = true | |
23 ENDPARAMS | |
24 module4.child1 = SmoothNAPFeatures | |
25 | |
26 module5.name = SmoothNAPFeatures | |
27 module5.id = gaussians | |
28 module5.child1 = SmoothNAPOutput | |
29 | |
30 module6.name = SmoothNAPOutput | |
31 module6.id = osc_out |