Prototypes | |
int | main (void) |
Make some frames with random Gaussian noise.
This program makes some frames with one ADC channel containing random Gaussian noise.
Definition in file MakeFrames.c.
Go to the source code of this file.
Macros | |
#define | TESTSTATUS(pstat) if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
#define | CHANNEL "H1:LSC-AS_Q" |
#define TESTSTATUS | ( | pstat | ) | if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
Definition at line 48 of file MakeFrames.c.
#define CHANNEL "H1:LSC-AS_Q" |
Definition at line 52 of file MakeFrames.c.
int main | ( | void | ) |
Definition at line 56 of file MakeFrames.c.