comparison trunk/C++/EarComponent.C @ 598:34dccba19c54

Fixed certain minor documentation bugs. Added the CAR::designFilters and CAR::stageG methods. These methods design the CAR.coeff coefficients. They have been compared to be the same as the matlab coefficients. An Ear is now contructed with a specific FS or, it uses the default. Added the PsychoAcoustics class to do ERB and Hz conversions. Added the EarTest.C main which allows the construction of an Ear class for testing.
author flatmax
date Wed, 20 Feb 2013 22:30:19 +0000
parents 359bcd461dd1
children 33c6f1921171
comparison
equal deleted inserted replaced
597:359bcd461dd1 598:34dccba19c54
1 // Copyright 2013 Matt R. Flax <flatmax\@> All Rights Reserved. 1 // Copyright 2013 Matt R. Flax <flatmax\@> All Rights Reserved.
2 // Author Matt Flax <flatmax\@> 2 // Author Matt Flax <flatmax@>
3 // 3 //
4 // This C++ file is part of an implementation of Lyon's cochlear model: 4 // This C++ file is part of an implementation of Lyon's cochlear model:
5 // "Cascade of Asymmetric Resonators with Fast-Acting Compression" 5 // "Cascade of Asymmetric Resonators with Fast-Acting Compression"
6 // to supplement Lyon's upcoming book "Human and Machine Hearing" 6 // to supplement Lyon's upcoming book "Human and Machine Hearing"
7 // 7 //