Go to the source code of this file.
Namespaces | |
| namespace | hrl_lib::data_process |
Functions | |
| def | hrl_lib::data_process.equalize_times |
| Given a list of 1d time arrays, find the sequence that started first and subtract all sequences from its first time recording. | |
| def | hrl_lib::data_process.filter |
| filter a list given indices | |
| def | hrl_lib::data_process.gradient |
| calc dx/dt | |
| def | hrl_lib::data_process.histogram |
| def | hrl_lib::data_process.histogram_get_bin_numb |
| Given a histogram with params, calculate. | |
| def | hrl_lib::data_process.interpolate_1d |
| 1D interpolation | |
| def | hrl_lib::data_process.signal_list_variance |
| TODO docs Returns the variance of the series x given mean function y over a window of size window_len. | |
| def | hrl_lib::data_process.signal_smooth |
| smooth the data using a window with requested size. | |
| def | hrl_lib::data_process.signal_variance |
| Returns the variance of the series x given mean function y over a window of size window_len. | |