Mercurial > hg > aimc
annotate trunk/experiments/scripts/cnbh-syllables/feature_generation/nap_profile_features.aimcopycfg @ 706:f8e90b5d85fd tip
Delete CARFAC code from this repository.
It has been moved to https://github.com/google/carfac
Please email me with your github username to get access.
I've also created a new mailing list to discuss CARFAC development:
https://groups.google.com/forum/#!forum/carfac-dev
author | ronw@google.com |
---|---|
date | Thu, 18 Jul 2013 20:56:51 +0000 |
parents | 69466da9745e |
children |
rev | line source |
---|---|
tomwalters@365 | 1 module1.name = FileInput |
tomwalters@365 | 2 module1.id = file_input |
tomwalters@365 | 3 module1.parameters = <<<ENDPARAMS |
tomwalters@365 | 4 input.buffersize = 512 |
tomwalters@365 | 5 ENDPARAMS |
tomwalters@365 | 6 module1.child1 = GammatoneFilterbank |
tomwalters@365 | 7 |
tomwalters@365 | 8 module2.name = GammatoneFilterbank |
tomwalters@365 | 9 module2.id = gt |
tomwalters@395 | 10 module2.child1 = SmoothNAP |
tomwalters@365 | 11 |
tomwalters@365 | 12 module3.name = SmoothNAP |
tomwalters@402 | 13 module3.id = hcl |
tomwalters@365 | 14 module3.parameters = <<<ENDPARAMS |
tomwalters@365 | 15 nap.lowpass_cutoff = 100.0 |
tomwalters@365 | 16 ENDPARAMS |
tomwalters@365 | 17 module3.child1 = SmoothNAPProfile |
tomwalters@365 | 18 |
tomwalters@365 | 19 module4.name = SmoothNAPProfile |
tomwalters@365 | 20 module4.id = slice |
tomwalters@365 | 21 module4.parameters = <<<ENDPARAMS |
tomwalters@365 | 22 slice.all = true |
tomwalters@365 | 23 ENDPARAMS |
tomwalters@365 | 24 module4.child1 = SmoothNAPFeatures |
tomwalters@365 | 25 |
tomwalters@365 | 26 module5.name = SmoothNAPFeatures |
tomwalters@365 | 27 module5.id = gaussians |
tomwalters@365 | 28 module5.child1 = SmoothNAPOutput |
tomwalters@365 | 29 |
tomwalters@402 | 30 module6.name = SmoothNAPOutput |
tomwalters@402 | 31 module6.id = htk_out |