GNU Radio 3.4.0 C++ API
gr_filter_delay_fc.h File Reference
#include <gr_sync_block.h>
#include <gr_io_signature.h>
#include <gr_types.h>
Include dependency graph for gr_filter_delay_fc.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...

Functions

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

Function Documentation

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