#include <gri_fft_filter_fff_generic.h>
List of all members.
Constructor & Destructor Documentation
Construct a FFT filter for float vectors with the given taps and decimation rate.
This is the basic implementation for performing FFT filter for fast convolution in other blocks for floating point vectors (such as gr_fft_filter_fff).
- Parameters:
-
decimation | The decimation rate of the filter (int) |
taps | The filter taps (float) |
nthreads | The number of threads for the FFT to use (int) |
Member Function Documentation
Perform the filter operation.
- Parameters:
-
nitems | The number of items to produce |
input | The input vector to be filtered |
output | The result of the filter operation |
Get number of threads being used.
Set number of threads to use.
Set new taps for the filter.
Sets new taps and resets the class properties to handle different sizes
- Parameters:
-
taps | The filter taps (float) |
The documentation for this class was generated from the following file: