GNU Radio 3.6.4.1 C++ API
|
3DNow! version of gr_fir_fff More...
#include <gr_fir_fff_x86.h>
Public Member Functions | |
gr_fir_fff_3dnow () | |
gr_fir_fff_3dnow (const std::vector< float > &taps) | |
![]() | |
gr_fir_fff_simd () | |
gr_fir_fff_simd (const std::vector< float > &taps) | |
~gr_fir_fff_simd () | |
virtual void | set_taps (const std::vector< float > &taps) |
install new_taps as the current taps. More... | |
virtual float | filter (const float input[]) |
compute a single output value. More... | |
![]() | |
gr_fir_fff_generic () | |
gr_fir_fff_generic (const std::vector< float > &taps) | |
virtual void | filterN (float output[], const float input[], unsigned long n) |
compute an array of N output values. More... | |
virtual void | filterNdec (float output[], const float input[], unsigned long n, unsigned decimate) |
compute an array of N output values, decimating the input More... | |
![]() | |
gr_fir_fff () | |
construct new FIR with given taps. More... | |
gr_fir_fff (const std::vector< float > &taps) | |
virtual | ~gr_fir_fff () |
unsigned | ntaps () const |
virtual const std::vector< float > | get_taps () const |
Additional Inherited Members | |
![]() | |
typedef float(* | float_dotprod_t )(const float *input, const float *taps, unsigned n_4_float_blocks) |
![]() | |
float * | d_aligned_taps [4] |
float_dotprod_t | d_float_dotprod |
3DNow! version of gr_fir_fff
gr_fir_fff_3dnow::gr_fir_fff_3dnow | ( | ) |
gr_fir_fff_3dnow::gr_fir_fff_3dnow | ( | const std::vector< float > & | taps | ) |