filterrep_t Struct Reference
[Digital signal processing routines]

#include <bpm_dsp.h>

Collaboration diagram for filterrep_t:

Collaboration graph
[legend]

Detailed Description

The filter representation in the complex plane (poles/zeros).

Definition at line 65 of file bpm_dsp.h.

Data Fields

int npoles
int nzeros
complex_t pole [MAXPZ]
complex_t zero [MAXPZ]


Field Documentation

int filterrep_t::npoles

The number of filter poles

Definition at line 66 of file bpm_dsp.h.

Referenced by _add_splane_pole(), calculate_filter_coefficients(), create_filter(), create_resonator_representation(), create_splane_representation(), normalise_filter(), print_filter_representation(), and zplane_transform().

int filterrep_t::nzeros

The number of filter zeros

Definition at line 67 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 68 of file bpm_dsp.h.

Referenced by _add_splane_pole(), calculate_filter_coefficients(), create_resonator_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 69 of file bpm_dsp.h.

Referenced by calculate_filter_coefficients(), create_resonator_representation(), normalise_filter(), print_filter_representation(), and zplane_transform().


The documentation for this struct was generated from the following file:
Generated on Fri Nov 9 21:17:24 2007 for libbpm by  doxygen 1.5.1