In file No file:

int stepup (int flag, const float x[], float y[], int n, int up_factor)

Up sampling of time series data

Documentation

The stepup function adds data points to a time series by repeatedly inserting the previous sampled value in between original samples. i.e. zero-order-hold.

Returns:
0 if successful, <0 otherwise
Parameters:
flag - unused for now, set to 0
x - input time series
y - output time series (return)
n - number of point in the input array
up_factor - up sampling factor

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++