#include <bpm_dsp.h>
Definition at line 427 of file bpm_dsp.h.
Data Fields | |
int | npoles |
int | nzeros |
complex_t | pole [MAXPZ] |
complex_t | zero [MAXPZ] |
The number of filter poles
Definition at line 428 of file bpm_dsp.h.
Referenced by calculate_filter_coefficients(), create_filter(), create_resonator_representation(), create_splane_representation(), normalise_filter(), print_filter_representation(), and zplane_transform().
The number of filter zeros
Definition at line 429 of file bpm_dsp.h.
Referenced by calculate_filter_coefficients(), create_resonator_representation(), normalise_filter(), print_filter_representation(), and zplane_transform().
complex_t filterrep_t::pole[MAXPZ] |
Array of the filter's complex poles
Definition at line 430 of file bpm_dsp.h.
Referenced by calculate_filter_coefficients(), create_resonator_representation(), create_splane_representation(), normalise_filter(), print_filter_representation(), and zplane_transform().
complex_t filterrep_t::zero[MAXPZ] |
Array of the filter's complex zeros
Definition at line 431 of file bpm_dsp.h.
Referenced by calculate_filter_coefficients(), create_resonator_representation(), normalise_filter(), print_filter_representation(), and zplane_transform().