GNU Radio Manual and C++ API Reference 3.8.5.0
The Free & Open Software Radio Ecosystem
Loading...
Searching...
No Matches
gr::fft::fft_real_fwd Class Reference

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

#include <gnuradio/fft/fft.h>

Public Member Functions

 fft_real_fwd (int fft_size, int nthreads=1)
virtual ~fft_real_fwd ()
float * get_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: real in, complex out.

Constructor & Destructor Documentation

◆ fft_real_fwd()

gr::fft::fft_real_fwd::fft_real_fwd ( int fft_size,
int nthreads = 1 )

References nthreads().

◆ ~fft_real_fwd()

virtual gr::fft::fft_real_fwd::~fft_real_fwd ( )
virtual

Member Function Documentation

◆ execute()

void gr::fft::fft_real_fwd::execute ( )

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

◆ get_inbuf()

float * gr::fft::fft_real_fwd::get_inbuf ( ) const
inline

◆ get_outbuf()

gr_complex * gr::fft::fft_real_fwd::get_outbuf ( ) const
inline

◆ inbuf_length()

int gr::fft::fft_real_fwd::inbuf_length ( ) const
inline

◆ nthreads()

int gr::fft::fft_real_fwd::nthreads ( ) const
inline

Get the number of threads being used by FFTW

Referenced by fft_real_fwd().

◆ outbuf_length()

int gr::fft::fft_real_fwd::outbuf_length ( ) const
inline

◆ set_nthreads()

void gr::fft::fft_real_fwd::set_nthreads ( int n)

Set the number of threads to use for caclulation.


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