view experiments/scripts/cnbh-syllables/feature_generation/nap_profile_features.aimcopycfg @ 232:af531fc3f280

- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author tomwalters
date Mon, 18 Oct 2010 04:42:28 +0000
parents 503b6f40d0aa
children
line wrap: on
line source
module1.name = FileInput
module1.id = file_input
module1.parameters = <<<ENDPARAMS
input.buffersize = 512
ENDPARAMS
module1.child1 = GammatoneFilterbank

module2.name = GammatoneFilterbank
module2.id = gt
module2.child1 = SmoothNAP

module3.name = SmoothNAP
module3.id = hcl
module3.parameters = <<<ENDPARAMS
nap.lowpass_cutoff = 100.0
ENDPARAMS
module3.child1 = SmoothNAPProfile

module4.name = SmoothNAPProfile
module4.id = slice
module4.parameters = <<<ENDPARAMS
slice.all = true
ENDPARAMS
module4.child1 = SmoothNAPFeatures

module5.name = SmoothNAPFeatures
module5.id = gaussians
module5.child1 = SmoothNAPOutput

module6.name = SmoothNAPOutput
module6.id = htk_out