#include <gr_fir_ccf_generic.h>
Inheritance diagram for gr_fir_ccf_generic:
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' (gr_complex), 'i' (int)
Public Member Functions | |
gr_fir_ccf_generic () | |
gr_fir_ccf_generic (const std::vector< float > &taps) | |
virtual gr_complex | filter (const gr_complex input[]) |
compute a single output value. | |
virtual void | filterN (gr_complex output[], const gr_complex input[], unsigned long n) |
compute an array of N output values. | |
virtual void | filterNdec (gr_complex output[], const gr_complex input[], unsigned long n, unsigned decimate) |
compute an array of N output values, decimating the input |
|
|
|
|
|
compute a single output value.
Implements gr_fir_ccf. Reimplemented in gr_fir_ccf_simd. |
|
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. |