![]() |
RTXI 1.3
|
#include <fs_dsgn.h>
Public Member Functions | |
| FreqSampFilterDesign () | |
| FreqSampFilterDesign (int band_config, int fir_type, int num_taps, double *imp_resp_coeff) | |
| FreqSampFilterDesign (FreqSampFilterSpec &filter_spec) | |
| void | ComputeCoefficients (FreqSampFilterSpec *filter_spec) |
Friends | |
| class | LinearPhaseFirResponse |
| class | FreqSampFilterResponse |
| FreqSampFilterDesign::FreqSampFilterDesign | ( | ) |
Definition at line 10 of file fs_dsgn.cpp.
| FreqSampFilterDesign::FreqSampFilterDesign | ( | int | band_config, |
| int | fir_type, | ||
| int | num_taps, | ||
| double * | imp_resp_coeff | ||
| ) |
Definition at line 14 of file fs_dsgn.cpp.
| FreqSampFilterDesign::FreqSampFilterDesign | ( | FreqSampFilterSpec & | filter_spec | ) |
Definition at line 33 of file fs_dsgn.cpp.
| void FreqSampFilterDesign::ComputeCoefficients | ( | FreqSampFilterSpec * | filter_spec | ) |
Definition at line 43 of file fs_dsgn.cpp.
friend class FreqSampFilterResponse [friend] |
friend class LinearPhaseFirResponse [friend] |