#include <gr_fir_CCF_generic.h>
Inheritance diagram for gr_fir_CCF_generic:
Public Member Functions | |
gr_fir_CCF_generic () | |
gr_fir_CCF_generic (const std::vector< float > &taps) | |
virtual VrComplex | filter (const VrComplex input[]) |
compute a single output value. | |
virtual void | filterN (VrComplex output[], const VrComplex input[], unsigned long n) |
compute an array of N output values. | |
virtual void | filterNdec (VrComplex output[], const VrComplex 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_CCF.
|
|
compute an array of N output values.
Implements gr_fir_CCF.
|
|
compute an array of N output values, decimating the input
Implements gr_fir_CCF.
|