Sample Rate Change: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
# ''QT Frequency GUI Sink''
# ''QT Frequency GUI Sink''


[[File:InterpolationFlowgraphStart.png|700px]]





Revision as of 21:35, 12 January 2022

Template:TutorialNavigation

This tutorial describes how to implement sample rate change within GNU Radio.

The previous tutorial, Designing Filter Taps, demonstrates how to design filter taps and use them in signal processing blocks. Please complete the Designing Filter Taps tutorial before completing this one.


  • next tutorial link

Interpolation

Interpolation is the process of increasing the sampling rate and thus the available bandwidth. Start by adding the following blocks to the flowgraph and connect them:

  1. Variable
  2. Low-Pass Filter Taps
  3. QT GUI Range
  4. Signal Source
  5. Interpolating FIR Filter
  6. Throttle
  7. QT Frequency GUI Sink

InterpolationFlowgraphStart.png


Decimation

Rational Rate Resampling

Arbitrary Rate Resampling

  • updating sample rate variable