Low Pass Filter Example: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with " This tutorial will describe how to use a low-pass filter in GNU Radio.")
 
No edit summary
Line 1: Line 1:




This tutorial will describe how to use a low-pass filter in GNU Radio.
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|Creating Your First Block]]
 
Begin by adding the following blocks to the GRC work space:
# Signal Source
# Low Pass Filter
# Throttle
# QT GUI Frequency Sink
# QT GUI Range
 
Connect the blocks in the following manner:
 
[[File:LPFTutorialFlowgraphStart.png|700px]]

Revision as of 22:07, 10 January 2022


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