#include <gr_fir_FCC_generic.h>
Inheritance diagram for gr_fir_FCC_generic:
Public Member Functions | |
gr_fir_FCC_generic () | |
gr_fir_FCC_generic (const std::vector< VrComplex > &taps) | |
virtual VrComplex | filter (const float input[]) |
compute a single output value. | |
virtual void | filterN (VrComplex output[], const float input[], unsigned long n) |
compute an array of N output values. | |
virtual void | filterNdec (VrComplex output[], const float input[], unsigned long n, unsigned decimate) |
compute an array of N output values, decimating the input |
The trailing suffix has the form _IOT where I codes the input type, O codes the output type, and T codes the tap type. I,O,T are elements of the set 'S' (short), 'F' (float), 'C' (VrComplex), 'I' (int)
|
|
|
|
|
compute a single output value.
Implements gr_fir_FCC. |
|
compute an array of N output values.
Implements gr_fir_FCC. |
|
compute an array of N output values, decimating the input
Implements gr_fir_FCC. |