Mercurial > hg > aimc
diff matlab/bmm/carfac/CARFAC_AGC_Step.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 | 056df17e0898 |
children | b3118c9ed67f |
line wrap: on
line diff
--- a/matlab/bmm/carfac/CARFAC_AGC_Step.m Sat May 12 04:31:59 2012 +0000 +++ b/matlab/bmm/carfac/CARFAC_AGC_Step.m Thu May 24 22:26:56 2012 +0000 @@ -17,8 +17,8 @@ % See the License for the specific language governing permissions and % limitations under the License. -function [state, updated] = CARFAC_AGC_Step(coeffs, detects, state) -% function [state, updated] = CARFAC_AGC_Step(coeffs, detects, state) +function [state, updated] = CARFAC_AGC_Step(detects, coeffs, state) +% function [state, updated] = CARFAC_AGC_Step(detects, coeffs, state) % % one time step of the AGC state update; decimates internally