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

Compute forward or reverse FFT. float vector in / complex vector out. More...

#include <fft_vfc.h>

Inheritance diagram for gr::fft::fft_vfc:

List of all members.

Public Types

typedef boost::shared_ptr
< fft_vfc
sptr

Public Member Functions

virtual void set_nthreads (int n)=0
virtual int nthreads () const =0
virtual bool set_window (const std::vector< float > &window)=0

Static Public Member Functions

static sptr make (int fft_size, bool forward, const std::vector< float > &window, int nthreads=1)

Detailed Description

Compute forward or reverse FFT. float vector in / complex vector out.


Member Typedef Documentation


Member Function Documentation

static sptr gr::fft::fft_vfc::make ( int  fft_size,
bool  forward,
const std::vector< float > &  window,
int  nthreads = 1 
) [static]
virtual int gr::fft::fft_vfc::nthreads ( ) const [pure virtual]

Implemented in gr::fft::fft_vfc_fftw.

virtual void gr::fft::fft_vfc::set_nthreads ( int  n) [pure virtual]

Implemented in gr::fft::fft_vfc_fftw.

virtual bool gr::fft::fft_vfc::set_window ( const std::vector< float > &  window) [pure virtual]

Implemented in gr::fft::fft_vfc_fftw.


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