#include <fft_filter_fff_impl.h>
List of all members.
Additional Inherited Members |
typedef boost::shared_ptr
< fft_filter_fff > | sptr |
static sptr | make (int decimation, const std::vector< float > &taps, int nthreads=1) |
| Fast FFT filter with float input, float output and float tapsThis block implements a real-value 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_fff_impl::fft_filter_fff_impl |
( |
int |
decimation, |
|
|
const std::vector< float > & |
taps, |
|
|
int |
nthreads = 1 |
|
) |
| |
gr::filter::fft_filter_fff_impl::~fft_filter_fff_impl |
( |
| ) |
|
Member Function Documentation
int gr::filter::fft_filter_fff_impl::nthreads |
( |
| ) |
const |
|
virtual |
void gr::filter::fft_filter_fff_impl::set_nthreads |
( |
int |
n | ) |
|
|
virtual |
void gr::filter::fft_filter_fff_impl::set_taps |
( |
const std::vector< float > & |
taps | ) |
|
|
virtual |
std::vector<float> gr::filter::fft_filter_fff_impl::taps |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: