Low Pass Filter Example

From GNU Radio
Revision as of 22:07, 10 January 2022 by Mattcarrick (talk | contribs)
Jump to navigation Jump to search


This tutorial will describe how to use a low-pass filter in GNU Radio. The previous tutorial can be found here: Creating Your First Block

Begin by adding the following blocks to the GRC work space:

  1. Signal Source
  2. Low Pass Filter
  3. Throttle
  4. QT GUI Frequency Sink
  5. QT GUI Range

Connect the blocks in the following manner:

LPFTutorialFlowgraphStart.png