In file preproc.h:

struct preproc_t

Preprocessing paramater structure

tainsec_t start
start time of preprocessing (nsec)
tainsec_t duration
duration of preprocessing (nsec): -1 for infinite
double datarate
input data rate (Hz)
double dt[4]
spacing of data points (sec): original time series, after up-sampling stage, after first decimation and after second decimation
int upfactor
up sampling factor
int decimationflag
flag for decimation filter
int decimate1
first decimation factor
int decimate2
second decimation factor
tainsec_t zoomstart
time zero for down-conversion (nsec)
double zoomfreq
frequency of down-conversion (Hz)
double decdelay
decimation delay (in sec)
int delaytaps
number of taps in the delay filter
tainsec_t delayshift
delay shift (in nsec)
tainsec_t delay1
accumulated delay after first decimation stage (in nsec)
tainsec_t tpart
duration of output partitions
tainsec_t dtpart
time spacing of output partitions
PartitionDataOut write
data output callback function
float* buf
buffer for holding data segments which are too small
tainsec_t bufTime
buffer time
int bufSize
size of data in buffer
float* tmpdelay1
temporary storage for delay filter
float* tmpdec1
temporary storage for 1st decimation filter
float* tmpdec2I
temporary storage for 2nd decimation filter, I phase
float* tmpdec2Q
temporary storage for 2nd decimation filter, Q phase
void* user
user data pointer

Documentation

Preprocessing paramater structure. This structure should not be accessed directly. This structure is used as a parameter to the preprocess function.
tainsec_t start
start time of preprocessing (nsec)

tainsec_t duration
duration of preprocessing (nsec): -1 for infinite

double datarate
input data rate (Hz)

double dt[4]
spacing of data points (sec): original time series, after up-sampling stage, after first decimation and after second decimation

int upfactor
up sampling factor

int decimationflag
flag for decimation filter

int decimate1
first decimation factor

int decimate2
second decimation factor

tainsec_t zoomstart
time zero for down-conversion (nsec)

double zoomfreq
frequency of down-conversion (Hz)

double decdelay
decimation delay (in sec)

int delaytaps
number of taps in the delay filter

tainsec_t delayshift
delay shift (in nsec)

tainsec_t delay1
accumulated delay after first decimation stage (in nsec)

tainsec_t tpart
duration of output partitions

tainsec_t dtpart
time spacing of output partitions

PartitionDataOut write
data output callback function

float* buf
buffer for holding data segments which are too small

tainsec_t bufTime
buffer time

int bufSize
size of data in buffer

float* tmpdelay1
temporary storage for delay filter

float* tmpdec1
temporary storage for 1st decimation filter

float* tmpdec2I
temporary storage for 2nd decimation filter, I phase

float* tmpdec2Q
temporary storage for 2nd decimation filter, Q phase

void* user
user data pointer

alphabetic index hierarchy of classes


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


generated by doc++