Mercurial > hg > aimc
comparison matlab/bmm/carfac/CARFAC_Run_Segment.m @ 504:a0869cb1c99b
Major update to how the DOHC works; like in recent book OHC chapter; Design Doc update (a bit)
author | dicklyon@google.com |
---|---|
date | Thu, 24 May 2012 22:26:56 +0000 |
parents | 37c007925536 |
children |
comparison
equal
deleted
inserted
replaced
502:37c007925536 | 504:a0869cb1c99b |
---|---|
85 [ihc_out, CF.ears(ear).IHC_state] = CARFAC_IHC_Step( ... | 85 [ihc_out, CF.ears(ear).IHC_state] = CARFAC_IHC_Step( ... |
86 car_out, CF.ears(ear).IHC_coeffs, CF.ears(ear).IHC_state); | 86 car_out, CF.ears(ear).IHC_coeffs, CF.ears(ear).IHC_state); |
87 | 87 |
88 % run the AGC update step, decimating internally, | 88 % run the AGC update step, decimating internally, |
89 [CF.ears(ear).AGC_state, updated] = CARFAC_AGC_Step( ... | 89 [CF.ears(ear).AGC_state, updated] = CARFAC_AGC_Step( ... |
90 CF.ears(ear).AGC_coeffs, ihc_out, CF.ears(ear).AGC_state); | 90 ihc_out, CF.ears(ear).AGC_coeffs, CF.ears(ear).AGC_state); |
91 | 91 |
92 % save some output data: | 92 % save some output data: |
93 naps(k, :, ear) = ihc_out; % output to neural activity pattern | 93 naps(k, :, ear) = ihc_out; % output to neural activity pattern |
94 if do_BM | 94 if do_BM |
95 BM(k, :, ear) = car_out; | 95 BM(k, :, ear) = car_out; |