int rand_filter (randBlock *rb, int type, int order, double f1, double f2) Sets the filter coefficients for a random number generator
Sets the filter coefficients for a random number generator. Currently supported filter types/orders:type order Description 0 - no filter 1 2,4,6,8 Butterworth bandpass, lowpass, highpassCorner frequencies are specified in units of the sampling frequency, i.e., values are between 0 and 0.5. Filters are selected as follows:0 < f1 < f2 < 0.45 bandpass f1 = 0 && 0 < f2 < 0.45 lowpass 0 < f1 < 0.45 && f2 >= 0.45 highpass
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++