In file No file:

int timedelay (const float x[], float y[], int n, int delay, float* prev, float** next)

Delay a time series

Documentation

The time delay function shifts a time series by any positive integral number of sampling points. The calling convention for allocating/passing/deallocating temporary storage is the same as for the decimate function. The input and output array can be the same.

Returns:
int (GDS_ERROR)
Parameters:
x - input time series
y - output time series (return)
n - number of point in the input array
delay - time delay of filter (in samples)
prev - temporary filter data from previous decimation
next - temporary filter data for next decimation (return)
Author:
DS, Sep 1999

alphabetic index hierarchy of classes


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


generated by doc++