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_CORE_API gr_filter_delay_fc_sptr | gr_make_filter_delay_fc (const std::vector< float > &taps) |
Function Documentation