Mercurial > hg > aimc
annotate trunk/src/Configurations/PZFC_dump.aimcconfig @ 441:0e84ec2606fc
- A few more example config files
author | tom@acousticscale.org |
---|---|
date | Thu, 04 Nov 2010 21:28:26 +0000 |
parents | |
children |
rev | line source |
---|---|
tom@441 | 1 module1.name = FileInput |
tom@441 | 2 module1.id = file_input |
tom@441 | 3 module1.child1 = PZFCFilterbank |
tom@441 | 4 |
tom@441 | 5 module2.name = PZFCFilterbank |
tom@441 | 6 module2.id = pzfc |
tom@441 | 7 module2.child1 = FilterbankOutput |
tom@441 | 8 |
tom@441 | 9 module3.name = FilterbankOutput |
tom@441 | 10 module3.id = aimc_out |
tom@441 | 11 module3.parameters = <<<ENDPARAMS |
tom@441 | 12 output.suffix=nap |
tom@441 | 13 ENDPARAMS |