GNU Radio 3.7.0 C++ API
gr::filter::kernel::adaptive_fir_ccc Class Reference

Adaptive FIR filter kernel with gr_complex input, gr_complex output and gr_complex taps. More...

#include <adaptive_fir.h>

Inheritance diagram for gr::filter::kernel::adaptive_fir_ccc:

List of all members.

Public Member Functions

 adaptive_fir_ccc (int decimation, const std::vector< gr_complex > &taps)
 ~adaptive_fir_ccc ()

Protected Member Functions

virtual gr_complex error (const gr_complex &out)=0
virtual void update_tap (gr_complex &tap, const gr_complex &in)=0

Protected Attributes

gr_complex d_error

Detailed Description

Adaptive FIR filter kernel with gr_complex input, gr_complex output and gr_complex taps.

This class implements an adaptive FIR filter. Any class actually wanting to use adaptive FIRs will contain an object of this class.


Constructor & Destructor Documentation

gr::filter::kernel::adaptive_fir_ccc::adaptive_fir_ccc ( int  decimation,
const std::vector< gr_complex > &  taps 
)

Member Function Documentation

virtual gr_complex gr::filter::kernel::adaptive_fir_ccc::error ( const gr_complex out) [protected, pure virtual]
virtual void gr::filter::kernel::adaptive_fir_ccc::update_tap ( gr_complex tap,
const gr_complex in 
) [protected, pure virtual]

Member Data Documentation


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