#include <math.h>#include <lal/LALStdlib.h>#include <lal/LALError.h>#include <lal/Random.h>#include <lal/Inject.h>Include dependency graph for InjectVector.c:

Go to the source code of this file.
Functions | |
| NRCSID (INJECTVECTORC,"$Id: InjectVector.c,v 1.6 2007/06/08 14:41:47 bema Exp $") | |
| void | LALSI2InjectVector (LALStatus *stat, INT2Vector *output, REAL4Vector *signal, RandomParams *params) |
| void | LALSSInjectVector (LALStatus *stat, REAL4Vector *output, REAL4Vector *signal) |
| NRCSID | ( | INJECTVECTORC | , | |
| "$Id: InjectVector. | c, | |||
| v 1.6 2007/06/08 14:41:47 bema Exp $" | ||||
| ) |
| void LALSI2InjectVector | ( | LALStatus * | stat, | |
| INT2Vector * | output, | |||
| REAL4Vector * | signal, | |||
| RandomParams * | params | |||
| ) |
Definition at line 89 of file InjectVector.c.
| void LALSSInjectVector | ( | LALStatus * | stat, | |
| REAL4Vector * | output, | |||
| REAL4Vector * | signal | |||
| ) |
Definition at line 157 of file InjectVector.c.
1.5.2