/*------------ Telecommunications & Signal Processing Lab -------------- McGill University Routine: GenNoise.h Description: Declarations for GenNoise Author / revision: P. Kabal Copyright (C) 1996 $Revision: 1.12 $ $Date: 1996/08/14 18:42:10 $ ----------------------------------------------------------------------*/ #ifndef GenNoise_h_ #define GenNoise_h_ #define PROGRAM "GenNoise" #define VERSION "v1r7 1996/08/13" #include /* p_ and const */ #ifdef __cplusplus extern "C" { #endif /* Prototypes */ void GNoptions p_((int argc, const char *argv[], int *Fformat, float *Sfreq, float *rms, int *seed, long int *Nsamp, const char **Hinfo, const char **Fname)); #ifdef __cplusplus } #endif #endif /* GenNoise_h_ */