GNU Radio v3.6.2-149-ga6d285d9 C++ API
gr::fft::fft_vcc Class Reference

#include <fft_vcc.h>

Inheritance diagram for gr::fft::fft_vcc:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::fft::fft_vcc_fftw

List of all members.

Public Types

typedef boost::shared_ptr
< fft_vcc
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, bool shift=false, int nthreads=1)
 Compute forward or reverse FFT. complex vector in / complex vector out.

Member Typedef Documentation


Member Function Documentation

virtual int gr::fft::fft_vcc::nthreads ( ) const [pure virtual]

Implemented in gr::fft::fft_vcc_fftw.

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

Implemented in gr::fft::fft_vcc_fftw.

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

Implemented in gr::fft::fft_vcc_fftw.


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