IIR Filter

From GNU Radio
Revision as of 10:44, 3 August 2019 by Notou (talk | contribs)
Jump to navigation Jump to search

Construct an IIR with the given taps.

Parameters

(R): Run-time adjustable

Feed-Forward taps (R)
Feedback taps (R)
Old style of taps
The old style of the IIR filter uses feedback taps that are negative of what most definitions use (scipy and Matlab among them). This parameter keeps using the old GNU Radio style and is set to TRUE by default. When taps generated from scipy, Matlab, or gr_filter_design, use the new style by setting this to FALSE.

Example Flowgraph

Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.

Source Files

C++ files
Main file
Public header files
Main file
Block definition
[1]