Open source Very Long Baseline Interferometry
OpenVLBI
Loading...
Searching...
No Matches

Complex number array struct, used in Fourier Transform functions. More...

#include <dsp.h>

Public Attributes

struct { 
 
   double   real 
 Real part of the complex number.
 
   double   imaginary 
 Imaginary part of the complex number.
 
} * complex 
 Complex struct type array.
 
complex_tpairs
 Complex number type array used with libFFTW.
 
double * buf
 Linear double array containing complex numbers.
 

Detailed Description