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... | |
| REAL8 ResampleTSParams::deltaT |
The sample interval desired in the down sampled time series.
Definition at line 126 of file ResampleTimeSeries.h.
| ResampleTSFilter ResampleTSParams::filterType |
The type of filter with which to perform the low pass filtering.
Definition at line 127 of file ResampleTimeSeries.h.
| ResampleTSFilterParams ResampleTSParams::filterParams |
Filter parameters for the low pass filter (Presently ignored)
Definition at line 128 of file ResampleTimeSeries.h.