![]() |
RTXI 1.3
|
#include <filtfunc.h>
Definition at line 14 of file filtfunc.h.
| FilterTransFunc::FilterTransFunc | ( | void | ) |
Definition at line 22 of file filtfunc.cpp.
| FilterTransFunc::FilterTransFunc | ( | int | order | ) |
Definition at line 36 of file filtfunc.cpp.
| void FilterTransFunc::DumpBiquads | ( | std::ofstream * | output_stream | ) |
Definition at line 276 of file filtfunc.cpp.
| void FilterTransFunc::FilterFrequencyResponse | ( | void | ) |
Definition at line 153 of file filtfunc.cpp.
| void FilterTransFunc::FrequencyPrewarp | ( | double | sampling_interval | ) |
Definition at line 111 of file filtfunc.cpp.
| Polynomial FilterTransFunc::GetDenomPoly | ( | void | ) |
Definition at line 323 of file filtfunc.cpp.
| float FilterTransFunc::GetHSubZero | ( | void | ) |
Definition at line 267 of file filtfunc.cpp.
| Polynomial FilterTransFunc::GetNumerPoly | ( | void | ) |
Definition at line 361 of file filtfunc.cpp.
| int FilterTransFunc::GetNumPoles | ( | void | ) |
Definition at line 222 of file filtfunc.cpp.
| int FilterTransFunc::GetNumZeros | ( | void | ) |
Definition at line 231 of file filtfunc.cpp.
| complex FilterTransFunc::GetPole | ( | int | pole_indx | ) |
Definition at line 73 of file filtfunc.cpp.
| complex * FilterTransFunc::GetPoles | ( | int * | num_poles | ) |
Definition at line 58 of file filtfunc.cpp.
| complex * FilterTransFunc::GetPrototypePoles | ( | int * | num_poles | ) |
Definition at line 50 of file filtfunc.cpp.
| complex * FilterTransFunc::GetPrototypeZeros | ( | int * | num_zeros | ) |
Definition at line 241 of file filtfunc.cpp.
| complex FilterTransFunc::GetZero | ( | int | zero_indx | ) |
Definition at line 92 of file filtfunc.cpp.
| complex * FilterTransFunc::GetZeros | ( | int * | num_zeros | ) |
Definition at line 249 of file filtfunc.cpp.
| void FilterTransFunc::LowpassDenorm | ( | double | cutoff_freq_hz | ) |
Definition at line 291 of file filtfunc.cpp.
double* FilterTransFunc::A_Biquad_Coef [protected] |
Definition at line 65 of file filtfunc.h.
double* FilterTransFunc::B_Biquad_Coef [protected] |
Definition at line 66 of file filtfunc.h.
double* FilterTransFunc::C_Biquad_Coef [protected] |
Definition at line 67 of file filtfunc.h.
int FilterTransFunc::Degree_Of_Denom [protected] |
Definition at line 57 of file filtfunc.h.
int FilterTransFunc::Degree_Of_Numer [protected] |
Definition at line 58 of file filtfunc.h.
Polynomial FilterTransFunc::Denom_Poly [protected] |
Definition at line 73 of file filtfunc.h.
double FilterTransFunc::Denorm_Cutoff_Freq_Rad [protected] |
Definition at line 64 of file filtfunc.h.
complex* FilterTransFunc::Denorm_Pole_Locs [protected] |
Definition at line 71 of file filtfunc.h.
complex* FilterTransFunc::Denorm_Zero_Locs [protected] |
Definition at line 72 of file filtfunc.h.
logical FilterTransFunc::Filter_Is_Denormalized [protected] |
Definition at line 62 of file filtfunc.h.
int FilterTransFunc::Filter_Order [protected] |
Definition at line 54 of file filtfunc.h.
double FilterTransFunc::H_Sub_Zero [protected] |
Definition at line 68 of file filtfunc.h.
int FilterTransFunc::Num_Biquad_Sects [protected] |
Definition at line 61 of file filtfunc.h.
int FilterTransFunc::Num_Denorm_Poles [protected] |
Definition at line 55 of file filtfunc.h.
int FilterTransFunc::Num_Denorm_Zeros [protected] |
Definition at line 56 of file filtfunc.h.
int FilterTransFunc::Num_Prototype_Poles [protected] |
Definition at line 59 of file filtfunc.h.
int FilterTransFunc::Num_Prototype_Zeros [protected] |
Definition at line 60 of file filtfunc.h.
Polynomial FilterTransFunc::Numer_Poly [protected] |
Definition at line 74 of file filtfunc.h.
complex* FilterTransFunc::Prototype_Pole_Locs [protected] |
Definition at line 69 of file filtfunc.h.
complex* FilterTransFunc::Prototype_Zero_Locs [protected] |
Definition at line 70 of file filtfunc.h.
std::ofstream* FilterTransFunc::Response_File [protected] |
Definition at line 75 of file filtfunc.h.