Mercurial > hg > aimc
view branches/carfac_cpp/include/unit_conversion.h @ 702:7acfa23cde23
Factor out common test utility functions and clean up carfac_test.
author | ronw@google.com |
---|---|
date | Mon, 01 Jul 2013 19:02:32 +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