Mercurial > hg > aimc
annotate trunk/src/Configurations/SSI_movie.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 | a908972d234e |
children |
rev | line source |
---|---|
tomwalters@411 | 1 module1.name = FileInput |
tomwalters@411 | 2 module1.id = file_input |
tomwalters@411 | 3 module1.child1 = PZFCFilterbank |
tomwalters@411 | 4 |
tomwalters@411 | 5 module2.name = PZFCFilterbank |
tomwalters@411 | 6 module2.id = pzfc |
tomwalters@411 | 7 module2.child1 = NAP |
tomwalters@411 | 8 |
tomwalters@411 | 9 module3.name = NAP |
tomwalters@411 | 10 module3.id = hcl |
tomwalters@411 | 11 module3.child1 = Strobes |
tomwalters@411 | 12 |
tomwalters@411 | 13 module4.name = Strobes |
tomwalters@411 | 14 module4.id = local_max |
tomwalters@411 | 15 module4.parameters = <<<ENDPARAMS |
tomwalters@411 | 16 ENDPARAMS |
tomwalters@411 | 17 module4.child1 = SAI |
tomwalters@411 | 18 |
tomwalters@411 | 19 module5.name = SAI |
tomwalters@411 | 20 module5.id = weighted_sai |
tomwalters@411 | 21 module5.child1 = SSI |
tomwalters@411 | 22 |
tomwalters@411 | 23 module6.name = SSI |
tomwalters@411 | 24 module6.id = ssi |
tomwalters@411 | 25 module6.parameters = <<<ENDPARAMS |
tomwalters@411 | 26 ssi.pitch_cutoff=true |
tomwalters@411 | 27 ssi.do_smooth_offset=true |
tomwalters@411 | 28 ss.smooth_offset_cycles=3.0 |
tomwalters@411 | 29 ENDPARAMS |
tomwalters@411 | 30 module6.child1 = SSIMovie |
tomwalters@411 | 31 |
tomwalters@411 | 32 module7.name = SSIMovie |
tomwalters@411 | 33 module7.id = graphics_time |
tomwalters@411 | 34 module7.parameters = <<<ENDPARAMS |
tomwalters@411 | 35 graph.y.min=0 |
tomwalters@411 | 36 graph.y.max=1 |
tomwalters@411 | 37 graph.freq.label=Cochlear Channel |
tomwalters@411 | 38 graph.x.label=Cycles of the impulse response |
tomwalters@411 | 39 graph.type=colormap |
tomwalters@411 | 40 ENDPARAMS |