GNU Radio v3.6.2-149-ga6d285d9 C++ API
gr::filter::fft_filter_ccc Class Reference

#include <fft_filter_ccc.h>

Inheritance diagram for gr::filter::fft_filter_ccc:
gr_sync_decimator gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::filter::fft_filter_ccc_impl

List of all members.

Public Types

typedef boost::shared_ptr
< fft_filter_ccc
sptr

Public Member Functions

virtual void set_taps (const std::vector< gr_complex > &taps)=0
virtual std::vector< gr_complextaps () const =0
virtual void set_nthreads (int n)=0
 Set number of threads to use.
virtual int nthreads () const =0
 Get number of threads being used.

Static Public Member Functions

static sptr make (int decimation, const std::vector< gr_complex > &taps, int nthreads=1)
 Fast FFT filter with gr_complex input, gr_complex output and gr_complex tapsThis block implements a complex decimating filter using the fast convolution method via an FFT. The decimation factor is an interger that is greater than or equal to 1.

Member Typedef Documentation


Member Function Documentation

virtual int gr::filter::fft_filter_ccc::nthreads ( ) const [pure virtual]

Get number of threads being used.

Implemented in gr::filter::fft_filter_ccc_impl.

virtual void gr::filter::fft_filter_ccc::set_nthreads ( int  n) [pure virtual]

Set number of threads to use.

Implemented in gr::filter::fft_filter_ccc_impl.

virtual void gr::filter::fft_filter_ccc::set_taps ( const std::vector< gr_complex > &  taps) [pure virtual]
virtual std::vector<gr_complex> gr::filter::fft_filter_ccc::taps ( ) const [pure virtual]

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