Utility functions¶
- gerbls.resample(data, t_samp)¶
Returns a copy of the input data, resampled to the specified time cadence.
- Parameters:
data (gerbls.pyDataContainer) – Input data.
t_samp (float) – Desired time cadence.
- Return type:
Returns a copy of the input data, resampled to the specified time cadence.
data (gerbls.pyDataContainer) – Input data.
t_samp (float) – Desired time cadence.