Mercurial > hg > aimc
view branches/carfac_cpp/include/unit_conversion.h @ 666:6ec6b50f13da
Build C++ CARFAC using scons.
Also fix Eigen syntax in ear.cc to get it to build.
Tested on Ubuntu Precise.
author | ronw@google.com |
---|---|
date | Tue, 21 May 2013 20:06:21 +0000 |
parents | 057946a60b91 |
children |
line wrap: on
line source
#ifndef UNIT_CONVERSION_H_ #define UNIT_CONVERSION_H_ float ERB_Hz(float cf_hz, float erb_break_freq, float erb_q); #endif