#include <lal/LALDatatypes.h>Include dependency graph for RealFFT.h:

Go to the source code of this file.
| #define REALFFTH_MSGESLEN "Invalid/mismatched sequence lengths" |
| #define REALFFTH_MSGESAME "Input/Output data vectors are the same" |
| #define REALFFTH_MSGEDATA "Bad input data: DC/Nyquist should be real" |
| #define REALFFTH_MSGESNGL "FFTW library is not single-precision" |
| #define tagRealFFTPlan tagREAL4FFTPlan |
| #define RealFFTPlan REAL4FFTPlan |
| #define LALCreateForwardRealFFTPlan LALCreateForwardREAL4FFTPlan |
| #define LALCreateReverseRealFFTPlan LALCreateReverseREAL4FFTPlan |
| typedef struct tagREAL4FFTPlan REAL4FFTPlan |
| typedef struct tagREAL8FFTPlan REAL8FFTPlan |
| NRCSID | ( | REALFFTH | , | |
| "$Id: RealFFT. | h, | |||
| v 1.18 2007/06/08 14:41:44 bema Exp $" | ||||
| ) |
| REAL4FFTPlan* XLALCreateREAL4FFTPlan | ( | UINT4 | size, | |
| int | fwdflg, | |||
| int | measurelvl | |||
| ) |
Definition at line 198 of file CudaRealFFT.c.
| REAL4FFTPlan* XLALCreateForwardREAL4FFTPlan | ( | UINT4 | size, | |
| int | measurelvl | |||
| ) |
Definition at line 246 of file CudaRealFFT.c.
| REAL4FFTPlan* XLALCreateReverseREAL4FFTPlan | ( | UINT4 | size, | |
| int | measurelvl | |||
| ) |
Definition at line 257 of file CudaRealFFT.c.
| void XLALDestroyREAL4FFTPlan | ( | REAL4FFTPlan * | plan | ) |
Definition at line 268 of file CudaRealFFT.c.
| int XLALREAL4ForwardFFT | ( | COMPLEX8Vector * | output, | |
| const REAL4Vector * | input, | |||
| const REAL4FFTPlan * | plan | |||
| ) |
Definition at line 286 of file CudaRealFFT.c.
| int XLALREAL4ReverseFFT | ( | REAL4Vector * | output, | |
| const COMPLEX8Vector * | input, | |||
| const REAL4FFTPlan * | plan | |||
| ) |
Definition at line 324 of file CudaRealFFT.c.
| int XLALREAL4VectorFFT | ( | REAL4Vector * | output, | |
| const REAL4Vector * | input, | |||
| const REAL4FFTPlan * | plan | |||
| ) |
Definition at line 359 of file CudaRealFFT.c.
| int XLALREAL4PowerSpectrum | ( | REAL4Vector * | spec, | |
| const REAL4Vector * | data, | |||
| const REAL4FFTPlan * | plan | |||
| ) |
Definition at line 429 of file CudaRealFFT.c.
| REAL8FFTPlan* XLALCreateREAL8FFTPlan | ( | UINT4 | size, | |
| int | fwdflg, | |||
| int | measurelvl | |||
| ) |
Definition at line 492 of file CudaRealFFT.c.
| REAL8FFTPlan* XLALCreateForwardREAL8FFTPlan | ( | UINT4 | size, | |
| int | measurelvl | |||
| ) |
Definition at line 559 of file CudaRealFFT.c.
| REAL8FFTPlan* XLALCreateReverseREAL8FFTPlan | ( | UINT4 | size, | |
| int | measurelvl | |||
| ) |
Definition at line 571 of file CudaRealFFT.c.
| void XLALDestroyREAL8FFTPlan | ( | REAL8FFTPlan * | plan | ) |
Definition at line 583 of file CudaRealFFT.c.
| int XLALREAL8ForwardFFT | ( | COMPLEX16Vector * | output, | |
| REAL8Vector * | input, | |||
| const REAL8FFTPlan * | plan | |||
| ) |
Definition at line 600 of file CudaRealFFT.c.
| int XLALREAL8ReverseFFT | ( | REAL8Vector * | output, | |
| COMPLEX16Vector * | input, | |||
| const REAL8FFTPlan * | plan | |||
| ) |
Definition at line 649 of file CudaRealFFT.c.
| int XLALREAL8VectorFFT | ( | REAL8Vector * | output, | |
| REAL8Vector * | input, | |||
| const REAL8FFTPlan * | plan | |||
| ) |
Definition at line 699 of file CudaRealFFT.c.
| int XLALREAL8PowerSpectrum | ( | REAL8Vector * | spec, | |
| REAL8Vector * | data, | |||
| const REAL8FFTPlan * | plan | |||
| ) |
Definition at line 718 of file CudaRealFFT.c.
| void LALCreateForwardREAL4FFTPlan | ( | LALStatus * | status, | |
| REAL4FFTPlan ** | plan, | |||
| UINT4 | size, | |||
| INT4 | measure | |||
| ) |
Definition at line 779 of file CudaRealFFT.c.
| void LALCreateReverseREAL4FFTPlan | ( | LALStatus * | status, | |
| REAL4FFTPlan ** | plan, | |||
| UINT4 | size, | |||
| INT4 | measure | |||
| ) |
Definition at line 817 of file CudaRealFFT.c.
| void LALDestroyREAL4FFTPlan | ( | LALStatus * | status, | |
| REAL4FFTPlan ** | plan | |||
| ) |
Definition at line 855 of file CudaRealFFT.c.
| void LALForwardREAL4FFT | ( | LALStatus * | status, | |
| COMPLEX8Vector * | output, | |||
| REAL4Vector * | input, | |||
| REAL4FFTPlan * | plan | |||
| ) |
Definition at line 884 of file CudaRealFFT.c.
| void LALReverseREAL4FFT | ( | LALStatus * | status, | |
| REAL4Vector * | output, | |||
| COMPLEX8Vector * | input, | |||
| REAL4FFTPlan * | plan | |||
| ) |
Definition at line 947 of file CudaRealFFT.c.
| void LALREAL4PowerSpectrum | ( | LALStatus * | status, | |
| REAL4Vector * | spec, | |||
| REAL4Vector * | data, | |||
| REAL4FFTPlan * | plan | |||
| ) |
Definition at line 1015 of file CudaRealFFT.c.
| void LALREAL4VectorFFT | ( | LALStatus * | status, | |
| REAL4Vector * | output, | |||
| REAL4Vector * | input, | |||
| REAL4FFTPlan * | plan | |||
| ) |
Definition at line 1072 of file CudaRealFFT.c.
| void LALCreateForwardREAL8FFTPlan | ( | LALStatus * | status, | |
| REAL8FFTPlan ** | plan, | |||
| UINT4 | size, | |||
| INT4 | measure | |||
| ) |
Definition at line 1141 of file CudaRealFFT.c.
| void LALCreateReverseREAL8FFTPlan | ( | LALStatus * | status, | |
| REAL8FFTPlan ** | plan, | |||
| UINT4 | size, | |||
| INT4 | measure | |||
| ) |
Definition at line 1178 of file CudaRealFFT.c.
| void LALDestroyREAL8FFTPlan | ( | LALStatus * | status, | |
| REAL8FFTPlan ** | plan | |||
| ) |
Definition at line 1215 of file CudaRealFFT.c.
| void LALForwardREAL8FFT | ( | LALStatus * | status, | |
| COMPLEX16Vector * | output, | |||
| REAL8Vector * | input, | |||
| REAL8FFTPlan * | plan | |||
| ) |
Definition at line 1244 of file CudaRealFFT.c.
| void LALReverseREAL8FFT | ( | LALStatus * | status, | |
| REAL8Vector * | output, | |||
| COMPLEX16Vector * | input, | |||
| REAL8FFTPlan * | plan | |||
| ) |
Definition at line 1306 of file CudaRealFFT.c.
| void LALREAL8PowerSpectrum | ( | LALStatus * | status, | |
| REAL8Vector * | spec, | |||
| REAL8Vector * | data, | |||
| REAL8FFTPlan * | plan | |||
| ) |
Definition at line 1373 of file CudaRealFFT.c.
| void LALREAL8VectorFFT | ( | LALStatus * | status, | |
| REAL8Vector * | output, | |||
| REAL8Vector * | input, | |||
| REAL8FFTPlan * | plan | |||
| ) |
Definition at line 1429 of file CudaRealFFT.c.
1.5.2