|
GNU Radio 3.5.3.1 C++ API
|
3DNow! version of gr_fir_scc More...
#include <gr_fir_scc_x86.h>

Public Member Functions | |
| gr_fir_scc_3dnow () | |
| gr_fir_scc_3dnow (const std::vector< gr_complex > &taps) | |
Public Member Functions inherited from gr_fir_scc_simd | |
| gr_fir_scc_simd () | |
| gr_fir_scc_simd (const std::vector< gr_complex > &taps) | |
| ~gr_fir_scc_simd () | |
| virtual void | set_taps (const std::vector< gr_complex > &taps) |
install new_taps as the current taps. | |
| virtual gr_complex | filter (const short input[]) |
| compute a single output value. | |
Public Member Functions inherited from gr_fir_scc_generic | |
| gr_fir_scc_generic () | |
| gr_fir_scc_generic (const std::vector< gr_complex > &taps) | |
| virtual void | filterN (gr_complex output[], const short input[], unsigned long n) |
| compute an array of N output values. | |
| virtual void | filterNdec (gr_complex output[], const short input[], unsigned long n, unsigned decimate) |
| compute an array of N output values, decimating the input | |
Public Member Functions inherited from gr_fir_scc | |
| gr_fir_scc () | |
| construct new FIR with given taps. | |
| gr_fir_scc (const std::vector< gr_complex > &taps) | |
| virtual | ~gr_fir_scc () |
| unsigned | ntaps () const |
| virtual const std::vector < gr_complex > | get_taps () const |
Additional Inherited Members | |
Protected Types inherited from gr_fir_scc_simd | |
| typedef void(* | complex_dotprod_t )(const short *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
Protected Attributes inherited from gr_fir_scc_simd | |
| float * | d_aligned_taps [4] |
| complex_dotprod_t | d_complex_dotprod |
3DNow! version of gr_fir_scc
| gr_fir_scc_3dnow::gr_fir_scc_3dnow | ( | ) |
| gr_fir_scc_3dnow::gr_fir_scc_3dnow | ( | const std::vector< gr_complex > & | taps | ) |