LAL  7.5.0.1-08ee4f4
ResampleTSFilterParams Union Reference

Detailed Description

This union is provided so that the code can store the parameters of the filter in a place accessible by the user for user designed low pass filters.

This is not presently implemented and this structure may be ignored.

Definition at line 108 of file ResampleTimeSeries.h.

Data Fields

PassBandParamStruc butterworth
 A structure of type PassBandParamStruc used to store the parameters of the butterworth filter used to perform low pass filtering. More...
 
REAL8IIRFilter iirfilter
 A structure of type REAL8IIRFilter used to store the parameters of the IIR or FIR filter used to perform low pass filtering. More...
 

Field Documentation

◆ butterworth

PassBandParamStruc ResampleTSFilterParams::butterworth

A structure of type PassBandParamStruc used to store the parameters of the butterworth filter used to perform low pass filtering.

Definition at line 111 of file ResampleTimeSeries.h.

◆ iirfilter

REAL8IIRFilter ResampleTSFilterParams::iirfilter

A structure of type REAL8IIRFilter used to store the parameters of the IIR or FIR filter used to perform low pass filtering.

Definition at line 114 of file ResampleTimeSeries.h.