LAL  7.5.0.1-08ee4f4

Detailed Description

This structure controls the behaviour of the resampling function.

Definition at line 123 of file ResampleTimeSeries.h.

Data Fields

REAL8 deltaT
 The sample interval desired in the down sampled time series. More...
 
ResampleTSFilter filterType
 The type of filter with which to perform the low pass filtering. More...
 
ResampleTSFilterParams filterParams
 Filter parameters for the low pass filter (Presently ignored) More...
 

Field Documentation

◆ deltaT

REAL8 ResampleTSParams::deltaT

The sample interval desired in the down sampled time series.

Definition at line 126 of file ResampleTimeSeries.h.

◆ filterType

ResampleTSFilter ResampleTSParams::filterType

The type of filter with which to perform the low pass filtering.

Definition at line 127 of file ResampleTimeSeries.h.

◆ filterParams

ResampleTSFilterParams ResampleTSParams::filterParams

Filter parameters for the low pass filter (Presently ignored)

Definition at line 128 of file ResampleTimeSeries.h.