diff C++/AGCCoeff.H @ 601:d838de2ce1b1

Added AGC::designAGC() This new method is not debugged ... that is the next step.
author flatmax
date Tue, 02 Apr 2013 08:38:23 +0000
parents 40934f897a56
children c692afd86cc9
line wrap: on
line diff
--- a/C++/AGCCoeff.H	Tue Feb 26 10:43:26 2013 +0000
+++ b/C++/AGCCoeff.H	Tue Apr 02 08:38:23 2013 +0000
@@ -1,5 +1,5 @@
 // Copyright 2013 Matt R. Flax <flatmax\@> All Rights Reserved.
-// Author Matt Flax <flatmax@>
+// Author Matt Flax <flatmax@>s
 //
 // This C++ file is part of an implementation of Lyon's cochlear model:
 // "Cascade of Asymmetric Resonators with Fast-Acting Compression"
@@ -29,6 +29,8 @@
 */
 class AGCCoeff : public Coefficients {
 public:
+    Array<FP_TYPE, 1, Dynamic> AGC_epsilon; ///< the 1/(tau*fs) roughly
+
     AGCCoeff();
     virtual ~AGCCoeff();
 };