gri_fft_complex Class Reference

#include <gri_fft.h>

List of all members.


Detailed Description

FFT: complex in, complex out.

Public Member Functions

 gri_fft_complex (int fft_size, bool forward=true)
virtual ~gri_fft_complex ()
gr_complexget_inbuf () const
gr_complexget_outbuf () const
int inbuf_length () const
int outbuf_length () const
void execute ()

Constructor & Destructor Documentation

gri_fft_complex::gri_fft_complex ( int  fft_size,
bool  forward = true 
)

References inbuf_length(), NULL, and outbuf_length().

gri_fft_complex::~gri_fft_complex (  )  [virtual]


Member Function Documentation

gr_complex* gri_fft_complex::get_inbuf (  )  const [inline]

gr_complex* gri_fft_complex::get_outbuf (  )  const [inline]

int gri_fft_complex::inbuf_length (  )  const [inline]

Referenced by gri_fft_complex().

int gri_fft_complex::outbuf_length (  )  const [inline]

Referenced by gri_fft_complex().

void gri_fft_complex::execute (  ) 

compute FFT. The input comes from inbuf, the output is placed in outbuf.

Referenced by gr_fft_vfc::work(), gr_fft_vcc::work(), and gr_fft_filter_ccc::work().


The documentation for this class was generated from the following files:

Generated on Wed Oct 8 09:09:08 2008 for GNU Radio 3.0.4 by  doxygen 1.5.6