In file No file:

int windowData (int flag, int timeseries_length, int data_type, const float* win_array, const float* data, float* wdata)

This function multiplies a data set by a windowing function

Documentation

This function multiplies a data set by a windowing function. The function takes real or complex data of the same length as the windowing function already created by win_coeff_gen().

Returns:
s 0 if successful, -2 if data type not DATA_REAL or DATA_COMPLEX
Parameters:
flag - if equal to WINDOW_REMOVE_DC the mean of the time series will be removed before applying the window
timeseries_length - The number of real or complex components in the time series
data_type - 1 = real data, 2 = complex data
win_array - the windowing function
data - A pointer to the unwindowed (input) data set
wdata - A pointer to the data set that has been multiplied by the window function (output)
Author:
Edward Daw, June 1999

alphabetic index hierarchy of classes


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


generated by doc++