|
Marsyas
0.6.0-alpha
|
#include <CARFAC_coeffs.h>
Public Member Functions | |
| AGC_state_class () | |
| ~AGC_state_class () | |
Data Fields | |
| std::vector< std::vector < double > > | AGC_memory |
| std::vector< double > | sum_AGC |
Friends | |
| std::ostream & | operator<< (std::ostream &, const AGC_state_class &) |
| std::ostream & | operator<< (std::ostream &, std::vector< double > a) |
Definition at line 80 of file CARFAC_coeffs.h.
| AGC_state_class | ( | ) |
Definition at line 139 of file CARFAC_coeffs.cpp.
| ~AGC_state_class | ( | ) |
Definition at line 143 of file CARFAC_coeffs.cpp.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const AGC_state_class & | l | ||
| ) | [friend] |
Definition at line 147 of file CARFAC_coeffs.cpp.
| std::ostream& operator<< | ( | std::ostream & | o, |
| std::vector< double > | a | ||
| ) | [friend] |
Definition at line 102 of file CARFAC_coeffs.cpp.
| std::vector<std::vector<double> > AGC_memory |
Definition at line 82 of file CARFAC_coeffs.h.
| std::vector<double> sum_AGC |
Definition at line 83 of file CARFAC_coeffs.h.
1.7.6.1