LAL  7.5.0.1-08ee4f4

Detailed Description

This structure stores the direct and recursive REAL8 filter coefficients, as well as the complex-valued history of the auxiliary sequence \(w\).

The length of the history vector gives the order of the filter

Definition at line 184 of file IIRFilter.h.

Data Fields

const CHARname
 User assigned name. More...
 
REAL8 deltaT
 Sampling time interval of the filter; If \(\leq0\), it will be ignored (ie it will be taken from the data stream). More...
 
REAL8VectordirectCoef
 The direct filter coefficients. More...
 
REAL8VectorrecursCoef
 The recursive filter coefficients. More...
 
COMPLEX16Vectorhistory
 The previous values of w. More...
 

Field Documentation

◆ name

const CHAR* COMPLEX16IIRFilter::name

User assigned name.

Definition at line 185 of file IIRFilter.h.

◆ deltaT

REAL8 COMPLEX16IIRFilter::deltaT

Sampling time interval of the filter; If \(\leq0\), it will be ignored (ie it will be taken from the data stream).

Definition at line 186 of file IIRFilter.h.

◆ directCoef

REAL8Vector* COMPLEX16IIRFilter::directCoef

The direct filter coefficients.

Definition at line 187 of file IIRFilter.h.

◆ recursCoef

REAL8Vector* COMPLEX16IIRFilter::recursCoef

The recursive filter coefficients.

Definition at line 188 of file IIRFilter.h.

◆ history

COMPLEX16Vector* COMPLEX16IIRFilter::history

The previous values of w.

Definition at line 189 of file IIRFilter.h.