gr_fir_filter_fsf Class Reference
[Filters]

#include <gr_fir_filter_fsf.h>

Inheritance diagram for gr_fir_filter_fsf:

gr_sync_decimator gr_sync_block gr_block

List of all members.


Detailed Description

FIR filter with float input, short output and float taps.

Public Member Functions

 ~gr_fir_filter_fsf ()
void set_taps (const std::vector< float > &taps)
int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 just like gr_block::general_work, only this arranges to call consume_each for you

Friends

gr_fir_filter_fsf_sptr gr_make_fir_filter_fsf (int decimation, const std::vector< float > &taps)

Constructor & Destructor Documentation

gr_fir_filter_fsf::~gr_fir_filter_fsf (  ) 


Member Function Documentation

void gr_fir_filter_fsf::set_taps ( const std::vector< float > &  taps  ) 

int gr_fir_filter_fsf::work ( int  noutput_items,
gr_vector_const_void_star input_items,
gr_vector_void_star output_items 
) [virtual]

just like gr_block::general_work, only this arranges to call consume_each for you

The user must override work to define the signal processing code

Implements gr_sync_block.

References gr_sync_decimator::decimation(), gr_fir_fsf::filterN(), gr_fir_fsf::filterNdec(), gr_fir_fsf::ntaps(), gr_block::set_history(), and gr_fir_fsf::set_taps().


Friends And Related Function Documentation

gr_fir_filter_fsf_sptr gr_make_fir_filter_fsf ( int  decimation,
const std::vector< float > &  taps 
) [friend]


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

Generated on Wed Oct 8 09:09:06 2008 for GNU Radio 3.0.4 by  doxygen 1.5.6