Mercurial > hg > aimc
annotate trunk/src/Configurations/PZFC_dump.aimcconfig @ 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 | 0e84ec2606fc |
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 |