LAL  7.5.0.1-08ee4f4

Detailed Description

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

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

Definition at line 152 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...
 
REAL4VectordirectCoef
 The direct filter coefficients. More...
 
REAL4VectorrecursCoef
 The recursive filter coefficients. More...
 
REAL4Vectorhistory
 The previous values of w. More...
 

Field Documentation

◆ name

const CHAR* REAL4IIRFilter::name

User assigned name.

Definition at line 153 of file IIRFilter.h.

◆ deltaT

REAL8 REAL4IIRFilter::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 154 of file IIRFilter.h.

◆ directCoef

REAL4Vector* REAL4IIRFilter::directCoef

The direct filter coefficients.

Definition at line 155 of file IIRFilter.h.

◆ recursCoef

REAL4Vector* REAL4IIRFilter::recursCoef

The recursive filter coefficients.

Definition at line 156 of file IIRFilter.h.

◆ history

REAL4Vector* REAL4IIRFilter::history

The previous values of w.

Definition at line 157 of file IIRFilter.h.