#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <string.h>#include <math.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/RealFFT.h>#include "make_sft_global.h"#include "op_method.h"Include dependency graph for op_method.c:

Go to the source code of this file.
Defines | |
| #define | __USE_ISOC99 1 |
Functions | |
| void | compute_test_fft (REAL4Vector *data_in, COMPLEX8Vector **phi, int approx, long freq_start, long freq_stop) |
| void | compute_calibrated_periodogram3 (COMPLEX8Vector **phi, long freq_start, long freq_stop, COMPLEX8Vector *pgram, double window_sum) |
| #define __USE_ISOC99 1 |
Definition at line 29 of file op_method.c.
| void compute_test_fft | ( | REAL4Vector * | data_in, | |
| COMPLEX8Vector ** | phi, | |||
| int | approx, | |||
| long | freq_start, | |||
| long | freq_stop | |||
| ) |
Definition at line 41 of file op_method.c.
| void compute_calibrated_periodogram3 | ( | COMPLEX8Vector ** | phi, | |
| long | freq_start, | |||
| long | freq_stop, | |||
| COMPLEX8Vector * | pgram, | |||
| double | window_sum | |||
| ) |
Definition at line 81 of file op_method.c.
1.5.2