#include <fft_filter_ccc_impl.h>
List of all members.
Additional Inherited Members |
typedef boost::shared_ptr
< fft_filter_ccc > | sptr |
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.
|
Constructor & Destructor Documentation
gr::filter::fft_filter_ccc_impl::fft_filter_ccc_impl |
( |
int |
decimation, |
|
|
const std::vector< gr_complex > & |
taps, |
|
|
int |
nthreads = 1 |
|
) |
| |
gr::filter::fft_filter_ccc_impl::~fft_filter_ccc_impl |
( |
| ) |
|
Member Function Documentation
int gr::filter::fft_filter_ccc_impl::nthreads |
( |
| ) |
const |
|
virtual |
void gr::filter::fft_filter_ccc_impl::set_nthreads |
( |
int |
n | ) |
|
|
virtual |
void gr::filter::fft_filter_ccc_impl::set_taps |
( |
const std::vector< gr_complex > & |
taps | ) |
|
|
virtual |
std::vector<gr_complex> gr::filter::fft_filter_ccc_impl::taps |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: