GNU Radio 3.5.3.1 C++ API
gr_fir_fsf_3dnow Class Reference

3DNow! version of gr_fir_fsf More...

#include <gr_fir_fsf_x86.h>

Inheritance diagram for gr_fir_fsf_3dnow:

List of all members.

Public Member Functions

 gr_fir_fsf_3dnow ()
 gr_fir_fsf_3dnow (const std::vector< float > &taps)
- Public Member Functions inherited from gr_fir_fsf_simd
 gr_fir_fsf_simd ()
 gr_fir_fsf_simd (const std::vector< float > &taps)
 ~gr_fir_fsf_simd ()
virtual void set_taps (const std::vector< float > &taps)
 install new_taps as the current taps.
virtual short filter (const float input[])
 compute a single output value.
- Public Member Functions inherited from gr_fir_fsf_generic
 gr_fir_fsf_generic ()
 gr_fir_fsf_generic (const std::vector< float > &taps)
virtual void filterN (short output[], const float input[], unsigned long n)
 compute an array of N output values.
virtual void filterNdec (short 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_fsf
 gr_fir_fsf ()
 construct new FIR with given taps.
 gr_fir_fsf (const std::vector< float > &taps)
virtual ~gr_fir_fsf ()
unsigned ntaps () const
virtual const std::vector< float > get_taps () const

Additional Inherited Members

- Protected Types inherited from gr_fir_fsf_simd
typedef float(* float_dotprod_t )(const float *input, const float *taps, unsigned n_4_float_blocks)
- Protected Attributes inherited from gr_fir_fsf_simd
float * d_aligned_taps [4]
float_dotprod_t d_float_dotprod

Detailed Description

3DNow! version of gr_fir_fsf


Constructor & Destructor Documentation

gr_fir_fsf_3dnow::gr_fir_fsf_3dnow ( )
gr_fir_fsf_3dnow::gr_fir_fsf_3dnow ( const std::vector< float > &  taps)

The documentation for this class was generated from the following file: