Mercurial > hg > aimc
comparison trunk/matlab/bmm/carfac/SmoothDoubleExponential.m @ 523:2b96cb7ea4f7
Major AGC improvements mostly
author | dicklyon@google.com |
---|---|
date | Thu, 01 Mar 2012 19:49:24 +0000 |
parents | 68c15d43fcc8 |
children | 101289a936be |
comparison
equal
deleted
inserted
replaced
522:c3c85000f804 | 523:2b96cb7ea4f7 |
---|---|
60 input = signal_vecs(index, :); | 60 input = signal_vecs(index, :); |
61 state = state + (1 - polez1) * (input - state); | 61 state = state + (1 - polez1) * (input - state); |
62 signal_vecs(index, :) = state; | 62 signal_vecs(index, :) = state; |
63 end | 63 end |
64 end | 64 end |
65 |