In file No file:

void sDataCopy (float* dest, const float* src, int cmplx, int start, int len, int bin, int logbin)

Data copy with selection and binning

Documentation

Data copy routine.

Copies a data array from source to destination. Additional parameters describe the start index in source and the number of data points to be extracted. Furthermore, a binning can be specified, with either linear or logarithmic spacing. The destination array must hold at least len/bin data points.

Returns:
void
Parameters:
dest - destination array
src - source array
cmplx - complex numbers?
start - start index in source
len - number of points to extract from source
bin - number of points to bin
logbin - logarithmic bin spacing?
Author:
DS, May 2000

alphabetic index hierarchy of classes


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


generated by doc++