GNU Radio 3.6.4.1 C++ API
|
SSE version of gr_fir_fcc. More...
#include <gr_fir_fcc_x86.h>
Public Member Functions | |
gr_fir_fcc_sse () | |
gr_fir_fcc_sse (const std::vector< gr_complex > &taps) | |
![]() | |
gr_fir_fcc_simd () | |
gr_fir_fcc_simd (const std::vector< gr_complex > &taps) | |
~gr_fir_fcc_simd () | |
virtual void | set_taps (const std::vector< gr_complex > &taps) |
install new_taps as the current taps. More... | |
virtual gr_complex | filter (const float input[]) |
compute a single output value. More... | |
![]() | |
gr_fir_fcc_generic () | |
gr_fir_fcc_generic (const std::vector< gr_complex > &taps) | |
virtual void | filterN (gr_complex output[], const float input[], unsigned long n) |
compute an array of N output values. More... | |
virtual void | filterNdec (gr_complex output[], const float input[], unsigned long n, unsigned decimate) |
compute an array of N output values, decimating the input More... | |
![]() | |
gr_fir_fcc () | |
construct new FIR with given taps. More... | |
gr_fir_fcc (const std::vector< gr_complex > &taps) | |
virtual | ~gr_fir_fcc () |
unsigned | ntaps () const |
virtual const std::vector < gr_complex > | get_taps () const |
Additional Inherited Members | |
![]() | |
typedef void(* | fcomplex_dotprod_t )(const float *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
![]() | |
float * | d_aligned_taps [4] |
fcomplex_dotprod_t | d_fcomplex_dotprod |
SSE version of gr_fir_fcc.
gr_fir_fcc_sse::gr_fir_fcc_sse | ( | ) |
gr_fir_fcc_sse::gr_fir_fcc_sse | ( | const std::vector< gr_complex > & | taps | ) |