Mercurial > hg > aimc
annotate trunk/src/Configurations/SAI_dump.aimcconfig @ 614:b5dca605c3d5
Add option to dump strobes
author | tomwalters@google.com |
---|---|
date | Tue, 07 May 2013 14:24:33 +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 = NAP |
tom@441 | 8 |
tom@441 | 9 module3.name = NAP |
tom@441 | 10 module3.id = hcl |
tom@441 | 11 module3.child1 = Strobes |
tom@441 | 12 |
tom@441 | 13 module4.name = Strobes |
tom@441 | 14 module4.id = local_max |
tom@441 | 15 module4.parameters = <<<ENDPARAMS |
tom@441 | 16 ENDPARAMS |
tom@441 | 17 module4.child1 = SAI |
tom@441 | 18 |
tom@441 | 19 module5.name = SAI |
tom@441 | 20 module5.id = weighted_sai |
tom@441 | 21 module5.child1 = SAIOutput |
tom@441 | 22 |
tom@441 | 23 module6.name = SAIOutput |
tom@441 | 24 module6.id = aimc_out |
tom@441 | 25 module6.parameters = <<<ENDPARAMS |
tom@441 | 26 ENDPARAMS |