LAL  7.5.0.1-fe68b98

Detailed Description

Plan to perform an FFT of COMPLEX8 data.

Plan to perform FFT of COMPLEX8 data.

Definition at line 124 of file ComplexFFT.c.

Data Fields

INT4 sign
 sign in transform exponential, -1 for forward, +1 for reverse More...
 
UINT4 size
 length of the complex data vector for this plan More...
 
fftwf_plan plan
 the FFTW plan More...
 
cufftHandle plan
 
COMPLEX8d_input
 
COMPLEX8d_output
 
void * junk
 

Field Documentation

◆ sign

INT4 COMPLEX8FFTPlan::sign

sign in transform exponential, -1 for forward, +1 for reverse

Definition at line 127 of file ComplexFFT.c.

◆ size

UINT4 COMPLEX8FFTPlan::size

length of the complex data vector for this plan

Definition at line 128 of file ComplexFFT.c.

◆ plan [1/2]

fftwf_plan COMPLEX8FFTPlan::plan

the FFTW plan

Definition at line 129 of file ComplexFFT.c.

◆ plan [2/2]

cufftHandle COMPLEX8FFTPlan::plan

Definition at line 22 of file CudaPlan.h.

◆ d_input

COMPLEX8* COMPLEX8FFTPlan::d_input

Definition at line 23 of file CudaPlan.h.

◆ d_output

COMPLEX8* COMPLEX8FFTPlan::d_output

Definition at line 24 of file CudaPlan.h.

◆ junk

void* COMPLEX8FFTPlan::junk

Definition at line 202 of file TimeFreqFFT.c.