diff src/CARFAC.h @ 487:d56da20c09ae carfac_cpp

Implemented all but g0 initialisation in CAR class
author Ulf.Hammarqvist@gmail.com
date Sat, 07 Apr 2012 09:35:10 +0000
parents c6bd1d58e72e
children 24828350536a
line wrap: on
line diff
--- a/src/CARFAC.h	Sat Mar 31 18:15:17 2012 +0000
+++ b/src/CARFAC.h	Sat Apr 07 09:35:10 2012 +0000
@@ -13,6 +13,7 @@
 public:
   CARFAC(int, CAR_parameters*, IHC_parameters*, AGC_parameters*, float, float);
   virtual ~CARFAC();
+  static float ERB_Hz(float);
   static float ERB_Hz(float, float, float);
 
   float fs_;