![]() |
NEURON
|
#include <../../nrnconf.h>#include <math.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>#include "nrngsl_real_radix2.cpp"#include "nrngsl_hc_radix2.cpp"Go to the source code of this file.
Macros | |
| #define | _USE_MATH_DEFINES |
| #define | myfabs fabs |
| #define | WINDOW(j, a, b) (1.0-myfabs((((j)-1)-(a))*(b))) /* Bartlett */ |
Functions | |
| static double | SQUARE (double a) |
| void | hoc_execerror (const char *, const char *) |
| void | nrn_exit (int) |
| void | nrngsl_realft (double *data, unsigned long n, int direction) |
| void | nrn_gsl2nrc (double *x, double *y, unsigned long n) |
| void | nrn_nrc2gsl (double *x, double *y, unsigned long n) |
| void | nrn_convlv (double *data, unsigned long n, double *respns, unsigned long m, int isign, double *ans) |
| void | nrn_correl (double *x, double *y, unsigned long n, double *z) |
| void | nrn_spctrm (double *data, double *psd, int setsize, int numsegpairs) |
| #define _USE_MATH_DEFINES |
Definition at line 6 of file fourier.cpp.
| #define myfabs fabs |
Definition at line 26 of file fourier.cpp.
Definition at line 143 of file fourier.cpp.
| void nrn_convlv | ( | double * | data, |
| unsigned long | n, | ||
| double * | respns, | ||
| unsigned long | m, | ||
| int | isign, | ||
| double * | ans | ||
| ) |
Definition at line 81 of file fourier.cpp.
Definition at line 122 of file fourier.cpp.
Definition at line 55 of file fourier.cpp.
Definition at line 66 of file fourier.cpp.
Definition at line 146 of file fourier.cpp.
Definition at line 41 of file fourier.cpp.
|
inlinestatic |
Definition at line 31 of file fourier.cpp.