gr_fir_fff_altivec Class Reference

altivec version of gr_fir_fff More...

#include <gr_fir_fff_altivec.h>

Inheritance diagram for gr_fir_fff_altivec:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 gr_fir_fff_altivec ()
 gr_fir_fff_altivec (const std::vector< float > &taps)
 ~gr_fir_fff_altivec ()
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.

Protected Attributes

size_t d_naligned_taps
float * d_aligned_taps

Detailed Description

altivec version of gr_fir_fff


Constructor & Destructor Documentation

gr_fir_fff_altivec::gr_fir_fff_altivec (  ) 
gr_fir_fff_altivec::gr_fir_fff_altivec ( const std::vector< float > &  taps  ) 
gr_fir_fff_altivec::~gr_fir_fff_altivec (  ) 

Member Function Documentation

virtual float gr_fir_fff_altivec::filter ( const float  input[]  )  [virtual]

compute a single output value.

input must have ntaps() valid entries. input[0] .. input[ntaps() - 1] are referenced to compute the output value.

Returns:
the filtered input value.

Reimplemented from gr_fir_fff_generic.

virtual void gr_fir_fff_altivec::set_taps ( const std::vector< float > &  taps  )  [virtual]

install new_taps as the current taps.

Reimplemented from gr_fir_fff.


Member Data Documentation


The documentation for this class was generated from the following file:
Generated on Sat Oct 23 17:28:43 2010 for GNU Radio 3.3.0 C++ API by  doxygen 1.6.3