gr_filter_delay_fc.h File Reference

#include <gr_sync_block.h>
#include <gr_io_signature.h>
#include <gr_types.h>

Go to the source code of this file.

Classes

class  gr_filter_delay_fc
 Filter-Delay Combination Block.

The block takes one or two float stream and outputs a complex stream. If only one float stream is input, the real output is a delayed version of this input and the imaginary output is the filtered output. If two floats are connected to the input, then the real output is the delayed version of the first input, and the imaginary output is the filtered output. The delay in the real path accounts for the group delay introduced by the filter in the imaginary path. The filter taps needs to be calculated before initializing this block. More...


Typedefs

typedef boost::shared_ptr<
gr_filter_delay_fc
gr_filter_delay_fc_sptr

Functions

gr_filter_delay_fc_sptr gr_make_filter_delay_fc (const std::vector< float > &taps)


Typedef Documentation

typedef boost::shared_ptr<gr_filter_delay_fc> gr_filter_delay_fc_sptr
 


Function Documentation

gr_filter_delay_fc_sptr gr_make_filter_delay_fc const std::vector< float > &  taps  ) 
 


Generated on Mon Jan 30 00:51:38 2006 for GNU Radio 2.x by  doxygen 1.4.6