log

age author description
Fri, 19 Apr 2013 00:26:23 +0000 sness Changes to allow compilation on Ubuntu 12.10.
Tue, 02 Apr 2013 08:38:23 +0000 flatmax Added AGC::designAGC()
Tue, 26 Feb 2013 10:43:26 +0000 flatmax Updated Matrix resizing and Zeroing using rif@google's suggestions.
Wed, 20 Feb 2013 22:34:13 +0000 flatmax updated the documentation
Wed, 20 Feb 2013 22:30:19 +0000 flatmax Fixed certain minor documentation bugs.
Sat, 09 Feb 2013 23:53:48 +0000 flatmax First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++.
Wed, 06 Feb 2013 15:41:24 +0000 tomwalters - Allow the SAI to use double-buffering, as was originally intended.
Tue, 26 Feb 2013 10:43:26 +0000 flatmax Updated Matrix resizing and Zeroing using rif@google's suggestions.
Wed, 20 Feb 2013 22:34:13 +0000 flatmax updated the documentation
Wed, 20 Feb 2013 22:30:19 +0000 flatmax Fixed certain minor documentation bugs.
Sat, 09 Feb 2013 23:53:48 +0000 flatmax First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++.
Wed, 06 Feb 2013 15:41:24 +0000 tomwalters - Allow the SAI to use double-buffering, as was originally intended.
Thu, 11 Oct 2012 21:40:17 +0000 Ulf Hammarqvist (none)
Thu, 11 Oct 2012 21:33:57 +0000 Ulf Hammarqvist (none)
Thu, 11 Oct 2012 21:32:30 +0000 Ulf Hammarqvist (none)
Thu, 11 Oct 2012 21:28:34 +0000 Ulf Hammarqvist some more refactor, and stubbed more unit test.
Thu, 11 Oct 2012 20:55:03 +0000 Ulf Hammarqvist some refactoring
Thu, 11 Oct 2012 19:37:10 +0000 Ulf Hammarqvist seemingly mingw likes tabs for makefiles ...?
Wed, 10 Oct 2012 19:30:59 +0000 Ulf Hammarqvist (none)
Thu, 11 Oct 2012 21:40:17 +0000 Ulf Hammarqvist (none) carfac_cpp
Thu, 11 Oct 2012 21:33:57 +0000 Ulf Hammarqvist (none) carfac_cpp
Thu, 11 Oct 2012 21:32:30 +0000 Ulf Hammarqvist (none) carfac_cpp
Thu, 11 Oct 2012 21:28:34 +0000 Ulf Hammarqvist some more refactor, and stubbed more unit test. carfac_cpp
Thu, 11 Oct 2012 20:55:03 +0000 Ulf Hammarqvist some refactoring carfac_cpp
Thu, 11 Oct 2012 19:37:10 +0000 Ulf Hammarqvist seemingly mingw likes tabs for makefiles ...? carfac_cpp
Wed, 10 Oct 2012 19:30:59 +0000 Ulf Hammarqvist (none) carfac_cpp
Tue, 10 Jul 2012 07:44:29 +0000 tom - Add limits.h
Tue, 10 Jul 2012 07:39:24 +0000 tom - Remove oscpack support until it works everywhere.
Mon, 25 Jun 2012 11:14:08 +0000 tom Update copyright lines on Google files.
Fri, 22 Jun 2012 12:28:31 +0000 tomwalters Move script to a more sensible location.
Fri, 22 Jun 2012 12:27:44 +0000 tomwalters Example config for OSC
Fri, 22 Jun 2012 12:26:11 +0000 tomwalters Make OSC support build
Fri, 22 Jun 2012 12:22:08 +0000 tomwalters Add support for outputting featutes using OSC (for use with the Wekinator, etc).
Fri, 22 Jun 2012 12:17:24 +0000 tomwalters Re-add support for plotting strobes (untested).
Wed, 30 May 2012 20:54:57 +0000 dicklyon Update Design example result to agree with latest version
Wed, 30 May 2012 20:49:47 +0000 dicklyon Update OHC_NLF parameterization and parameter values
Fri, 25 May 2012 11:34:55 +0000 Ulf Hammarqvist * CARFAC_unittest.cpp
Thu, 24 May 2012 22:26:56 +0000 dicklyon Major update to how the DOHC works; like in recent book OHC chapter; Design Doc update (a bit)
Sun, 20 May 2012 22:36:47 +0000 Ulf Hammarqvist * Added class Ear, and moved the CARFAC members AGC CAR IHC into Ear. CARFAC now holds an array of Ear. TBD what is best.
Sat, 12 May 2012 04:31:59 +0000 dicklyon Separate the OHC nonlinear function into new file CARFAC_OHC_NLF.m. Update Design doc a bit. Add optional outputs and hacks that I used with Roy to look at distortion effects in OHC.
Tue, 01 May 2012 23:32:24 +0000 tomwalters Fixed ffmpeg frame-rate bug
Mon, 23 Apr 2012 22:58:40 +0000 dicklyon add an ears array level everywhere
Mon, 23 Apr 2012 21:02:04 +0000 dicklyon fix some bugs I left in IHC one-cap and just-hwr modes
Tue, 10 Apr 2012 05:40:18 +0000 dicklyon Simplify AGC_Step, moving multi-aural cross coupling to new function CARFAC_Cross_Couple
Mon, 09 Apr 2012 13:22:28 +0000 pfh1976 Compute member detect_scale_ in AGC_coefficients
Mon, 09 Apr 2012 09:43:02 +0000 Ulf Hammarqvist * SUGGESTED re-factor of the FIR_coeffs calls (old code remains in commented out form for easy comparison).
Mon, 09 Apr 2012 06:15:05 +0000 dicklyon update how loop gain gets calculated, to remove dependency of AGC coeffs on IHC behavior, and speech up design by replacing iterations to convergence with DC models.
Sun, 08 Apr 2012 19:40:13 +0000 Ulf Hammarqvist Fixed the ERB_Hz default parameter bug also in c++
Sun, 08 Apr 2012 14:28:55 +0000 pfh1976 Adding code to AGC_coefficients(AGC_params*, float, int)
Sun, 08 Apr 2012 04:15:27 +0000 dicklyon fix bug in ERB_Hz defaulting in min_zeta computation; move top_level params into CAR_params
Sat, 07 Apr 2012 10:00:56 +0000 Ulf Hammarqvist (none)
Sat, 07 Apr 2012 09:59:35 +0000 Ulf Hammarqvist comments
Sat, 07 Apr 2012 09:52:04 +0000 Ulf Hammarqvist Added the initialization of g0, but parting from the MATLAB way of doing it. (temporary measure)
Sat, 07 Apr 2012 09:41:39 +0000 Ulf Hammarqvist (none)
Sat, 07 Apr 2012 09:35:10 +0000 Ulf Hammarqvist Implemented all but g0 initialisation in CAR class
Sat, 31 Mar 2012 18:15:17 +0000 Ulf Hammarqvist stubbed CAR_coefficients constructor
Sat, 31 Mar 2012 17:36:22 +0000 Ulf Hammarqvist (none)
Sat, 31 Mar 2012 17:24:08 +0000 Ulf Hammarqvist stubbed some more, and tidying
Thu, 29 Mar 2012 19:43:36 +0000 Ulf Hammarqvist style
Wed, 28 Mar 2012 20:26:15 +0000 Ulf Hammarqvist (none)