Mercurial > hg > aimc
annotate trunk/src/Configurations/SAI_json_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 | e01caec17186 |
children |
rev | line source |
---|---|
sness@618 | 1 module1.name = FileInput |
sness@618 | 2 module1.id = file_input |
sness@618 | 3 module1.child1 = PZFCFilterbank |
sness@618 | 4 |
sness@618 | 5 module2.name = PZFCFilterbank |
sness@618 | 6 module2.id = pzfc |
sness@618 | 7 module2.child1 = NAP |
sness@618 | 8 |
sness@618 | 9 module3.name = NAP |
sness@618 | 10 module3.id = hcl |
sness@618 | 11 module3.child1 = Strobes |
sness@618 | 12 |
sness@618 | 13 module4.name = Strobes |
sness@618 | 14 module4.id = local_max |
sness@618 | 15 module4.parameters = <<<ENDPARAMS |
sness@618 | 16 ENDPARAMS |
sness@618 | 17 module4.child1 = SAI |
sness@618 | 18 |
sness@618 | 19 module5.name = SAI |
sness@618 | 20 module5.id = weighted_sai |
sness@618 | 21 module5.child1 = SAIOutput |
sness@618 | 22 |
sness@618 | 23 module6.name = SAIOutput |
sness@618 | 24 module6.id = json_out |
sness@618 | 25 module6.parameters = <<<ENDPARAMS |
sness@618 | 26 ENDPARAMS |