Utility functions#
Global utility functions.
Time-series processing#
|
Data downsampling for DataArray. |
|
Compute the autocorrelation function. |
Data smoothing#
|
Filter the data using Savitzky-Golay polynomial method. |
|
Apply a kernel smoothing using the fftconvolve. |
Data selection#
|
Convert values from time to sample space. |
|
Get the sample of closest value in a reference time vector. |
|
Split data group. |