![]() |
RTXI 1.3
|
#include <lin_dsgn.h>
Public Member Functions | |
| LinearPhaseFirDesign () | |
| LinearPhaseFirDesign (int num_taps) | |
| BAND_CONFIG_TYPE | GetBandConfig (void) |
| int | GetFirType (void) |
Protected Attributes | |
| BAND_CONFIG_TYPE | Band_Config |
| int | Fir_Type |
Definition at line 10 of file lin_dsgn.h.
| LinearPhaseFirDesign::LinearPhaseFirDesign | ( | ) |
Definition at line 13 of file lin_dsgn.cpp.
| LinearPhaseFirDesign::LinearPhaseFirDesign | ( | int | num_taps | ) |
Definition at line 17 of file lin_dsgn.cpp.
| BAND_CONFIG_TYPE LinearPhaseFirDesign::GetBandConfig | ( | void | ) |
Definition at line 23 of file lin_dsgn.cpp.
| int LinearPhaseFirDesign::GetFirType | ( | void | ) |
Definition at line 27 of file lin_dsgn.cpp.
BAND_CONFIG_TYPE LinearPhaseFirDesign::Band_Config [protected] |
Definition at line 27 of file lin_dsgn.h.
int LinearPhaseFirDesign::Fir_Type [protected] |
Definition at line 29 of file lin_dsgn.h.