GNU Radio 3.7.1 C++ API
gr::fft::fft_complex Class Reference

FFT: complex in, complex out. More...

#include <fft.h>

List of all members.

Public Member Functions

 fft_complex (int fft_size, bool forward=true, int nthreads=1)
virtual ~fft_complex ()
gr_complexget_inbuf () const
gr_complexget_outbuf () const
int inbuf_length () const
int outbuf_length () const
void set_nthreads (int n)
int nthreads () const
void execute ()

Detailed Description

FFT: complex in, complex out.


Constructor & Destructor Documentation

gr::fft::fft_complex::fft_complex ( int  fft_size,
bool  forward = true,
int  nthreads = 1 
)
virtual gr::fft::fft_complex::~fft_complex ( ) [virtual]

Member Function Documentation

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

int gr::fft::fft_complex::inbuf_length ( ) const [inline]
int gr::fft::fft_complex::nthreads ( ) const [inline]

Get the number of threads being used by FFTW

int gr::fft::fft_complex::outbuf_length ( ) const [inline]

Set the number of threads to use for caclulation.


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