Marsyas
0.6.0-alpha
|
#include <CARFAC_coeffs.h>
Public Member Functions | |
filter_coeffs_class () | |
void | init (double velocity_scale, int n_ch) |
~filter_coeffs_class () | |
Data Fields | |
std::vector< double > | a_coeffs |
std::vector< double > | c_coeffs |
std::vector< double > | g_coeffs |
std::vector< double > | h_coeffs |
std::vector< double > | r_coeffs |
double | velocity_scale |
Friends | |
std::ostream & | operator<< (std::ostream &, const filter_coeffs_class &) |
Definition at line 110 of file CARFAC_coeffs.h.
Definition at line 185 of file CARFAC_coeffs.cpp.
~filter_coeffs_class | ( | ) |
Definition at line 189 of file CARFAC_coeffs.cpp.
void init | ( | double | velocity_scale, |
int | n_ch | ||
) |
Definition at line 193 of file CARFAC_coeffs.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
const filter_coeffs_class & | l | ||
) | [friend] |
Definition at line 205 of file CARFAC_coeffs.cpp.
std::vector<double> a_coeffs |
Definition at line 115 of file CARFAC_coeffs.h.
std::vector<double> c_coeffs |
Definition at line 116 of file CARFAC_coeffs.h.
std::vector<double> g_coeffs |
Definition at line 118 of file CARFAC_coeffs.h.
std::vector<double> h_coeffs |
Definition at line 117 of file CARFAC_coeffs.h.
std::vector<double> r_coeffs |
Definition at line 114 of file CARFAC_coeffs.h.
double velocity_scale |
Definition at line 112 of file CARFAC_coeffs.h.