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 429 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 430 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 431 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 432 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 433 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 Thu Jan 10 10:18:36 2008 for libbpm by  doxygen 1.5.1