In file No file:

void winCoeffGen (int timeseries_length, int window, float* win_array)

This function generates a set of windowing coefficients for a data set of a given length using one of various windowing functions

Documentation

This function generates a set of windowing coefficients for a data set of a given length using one of various windowing functions.

Parameters:
timeseries_length - The number of real or complex components to the time series.
window - An integer specifying which window. The windowing functions currently included are specified by setting this integer to WINDOW_<HANNING, WELCH, BARTLETT, UNIFORM, FLATTOP, BMH>. See Numerical Recipes section 13.4 and the manual for the SRS SR785 spectrum analyzer, page 2-14 for definitions of these windowing functions.
win_array - A pointer to the array of window coefficients.
Author:
Edward Daw, June 1999

alphabetic index hierarchy of classes


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


generated by doc++