LAL  7.5.0.1-fe68b98

Detailed Description

Plan to perform an FFT of COMPLEX16 data.

Plan to perform FFT of COMPLEX16 data.

Definition at line 135 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...
 
fftw_plan plan
 the FFTW plan More...
 
void * junk
 

Field Documentation

◆ sign

INT4 COMPLEX16FFTPlan::sign

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

Definition at line 138 of file ComplexFFT.c.

◆ size

UINT4 COMPLEX16FFTPlan::size

length of the complex data vector for this plan

Definition at line 139 of file ComplexFFT.c.

◆ plan

fftw_plan COMPLEX16FFTPlan::plan

the FFTW plan

Definition at line 140 of file ComplexFFT.c.

◆ junk

void* COMPLEX16FFTPlan::junk

Definition at line 329 of file TimeFreqFFT.c.