Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members
dsp_complex Union Reference

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

#include <dsp.h>

Public Attributes

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

Detailed Description

Complex number array struct, used in Fourier Transform functions.

See also
dsp_fourier_dft

Definition at line 297 of file dsp.h.


The documentation for this union was generated from the following file: