GNU Radio 3.6.4.1 C++ API
gr_fir_ccc_3dnow Class Reference

3DNow! version of gr_fir_ccc More...

#include <gr_fir_ccc_x86.h>

Inheritance diagram for gr_fir_ccc_3dnow:
gr_fir_ccc_simd gr_fir_ccc_generic gr_fir_ccc

Public Member Functions

 gr_fir_ccc_3dnow ()
 
 gr_fir_ccc_3dnow (const std::vector< gr_complex > &taps)
 
- Public Member Functions inherited from gr_fir_ccc_simd
 gr_fir_ccc_simd ()
 
 gr_fir_ccc_simd (const std::vector< gr_complex > &taps)
 
 ~gr_fir_ccc_simd ()
 
virtual void set_taps (const std::vector< gr_complex > &taps)
 install new_taps as the current taps. More...
 
virtual gr_complex filter (const gr_complex input[])
 compute a single output value. More...
 
- Public Member Functions inherited from gr_fir_ccc_generic
 gr_fir_ccc_generic ()
 
 gr_fir_ccc_generic (const std::vector< gr_complex > &taps)
 
virtual void filterN (gr_complex output[], const gr_complex input[], unsigned long n)
 compute an array of N output values. More...
 
virtual void filterNdec (gr_complex output[], const gr_complex input[], unsigned long n, unsigned decimate)
 compute an array of N output values, decimating the input More...
 
- Public Member Functions inherited from gr_fir_ccc
 gr_fir_ccc ()
 construct new FIR with given taps. More...
 
 gr_fir_ccc (const std::vector< gr_complex > &taps)
 
virtual ~gr_fir_ccc ()
 
unsigned ntaps () const
 
virtual const std::vector
< gr_complex
get_taps () const
 

Additional Inherited Members

- Protected Types inherited from gr_fir_ccc_simd
typedef void(* ccomplex_dotprod_t )(const float *input, const float *taps, unsigned n_2_ccomplex_blocks, float *result)
 
- Protected Attributes inherited from gr_fir_ccc_simd
float * d_aligned_taps [4]
 
ccomplex_dotprod_t d_ccomplex_dotprod
 

Detailed Description

3DNow! version of gr_fir_ccc

Constructor & Destructor Documentation

gr_fir_ccc_3dnow::gr_fir_ccc_3dnow ( )
gr_fir_ccc_3dnow::gr_fir_ccc_3dnow ( const std::vector< gr_complex > &  taps)

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