LAL  7.5.0.1-08ee4f4

Detailed Description

This structure stores data used for constructing a low- or high-pass filter: either the order and characteristic frequency of the filter, or the frequencies and desired attenuations at the ends of some transition band.

In the latter case, a nonzero filter order parameter n indicates a maximum allowed order

Definition at line 77 of file BandPassTimeSeries.h.

Data Fields

CHARname
 A user-assigned name. More...
 
INT4 nMax
 The maximum desired filter order (actual order may be less if specified attenuations do not require a high order) More...
 
REAL8 f1
 The reference frequencies of the transition band. More...
 
REAL8 f2
 The reference frequencies of the transition band. More...
 
REAL8 a1
 The minimal desired attenuation factors at the reference frequencies. More...
 
REAL8 a2
 The minimal desired attenuation factors at the reference frequencies. More...
 

Field Documentation

◆ name

CHAR* PassBandParamStruc::name

A user-assigned name.

Definition at line 78 of file BandPassTimeSeries.h.

◆ nMax

INT4 PassBandParamStruc::nMax

The maximum desired filter order (actual order may be less if specified attenuations do not require a high order)

Definition at line 79 of file BandPassTimeSeries.h.

◆ f1

REAL8 PassBandParamStruc::f1

The reference frequencies of the transition band.

Definition at line 80 of file BandPassTimeSeries.h.

◆ f2

REAL8 PassBandParamStruc::f2

The reference frequencies of the transition band.

Definition at line 81 of file BandPassTimeSeries.h.

◆ a1

REAL8 PassBandParamStruc::a1

The minimal desired attenuation factors at the reference frequencies.

Definition at line 82 of file BandPassTimeSeries.h.

◆ a2

REAL8 PassBandParamStruc::a2

The minimal desired attenuation factors at the reference frequencies.

Definition at line 83 of file BandPassTimeSeries.h.