Program 1dUpsample: Upsamples a 1D time series (along the column direction) to a finer time grid. Usage: 1dUpsample [options] n fred.1D > ethel.1D
Where ‘n’ is the upsample factor (integer from 2..32)
(Why 7? It’s a nice number, and the code already existed.)
polynomials instead (i.e., linear interpolation).
Output is written to stdout.
transpose before input, then transpose the output.
1dUpsample 5 ‘1D: 4 5 4 3 4’ | 1dplot -stdin -dx 0.2
have n*M time points. The last n-1 of them will be past the end of the original time series.
Where are my Twizzlers?
Enter search terms or a module, class or function name.