4.9 Mini robot - mingsongli/acycle GitHub Wiki

This tiny tool can do some work automatically with default settings.
- Step 1: Click to select one data file (see 3.6 Data Requirement) in Acycle main window.
- Step 2: Click the mini-robot button.
- Step 3: Review parameters and click the “OK” button.

It will do:
-
Data preparation
Check selected data:
- remove NaN numbers
- sort data (based on the first column)
- remove duplicated numbers (replace with their mean value)
- remove empty values
-
Interpolation
- using the median sampling rate
-
Detrending
- removing a 25% LOWESS trend
-
Power spectral analysis
- showing significant frequencies;
- aided with a robust AR(1) red noise model using a log best-fit to the 20% median-smoothed spectrum.
-
Evolutionary FFT
- using an adjusted sliding window.
-
Wavelet transform
- using default settings.
-
Save results
-
Pause 0.5 seconds after each above step.