|
GNU Radio 3.5.3.1 C++ API
|
SSE version of gr_fir_fff. More...
#include <gr_fir_fff_x86.h>

Public Member Functions | |
| gr_fir_fff_sse () | |
| gr_fir_fff_sse (const std::vector< float > &taps) | |
Public Member Functions inherited from gr_fir_fff_simd | |
| 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. | |
| virtual float | filter (const float input[]) |
| compute a single output value. | |
Public Member Functions inherited from gr_fir_fff_generic | |
| 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. | |
| virtual void | filterNdec (float output[], const float input[], unsigned long n, unsigned decimate) |
| compute an array of N output values, decimating the input | |
Public Member Functions inherited from gr_fir_fff | |
| gr_fir_fff () | |
| construct new FIR with given taps. | |
| 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 | |
Protected Types inherited from gr_fir_fff_simd | |
| typedef float(* | float_dotprod_t )(const float *input, const float *taps, unsigned n_4_float_blocks) |
Protected Attributes inherited from gr_fir_fff_simd | |
| float * | d_aligned_taps [4] |
| float_dotprod_t | d_float_dotprod |
SSE version of gr_fir_fff.
| gr_fir_fff_sse::gr_fir_fff_sse | ( | ) |
| gr_fir_fff_sse::gr_fir_fff_sse | ( | const std::vector< float > & | taps | ) |