Sample Rate Change: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) No edit summary |
Mattcarrick (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This tutorial describes how to implement sample rate change within GNU Radio. | |||
The previous tutorial, [[Designing_Filter_Taps|Designing Filter Taps]], demonstrates how to design filter taps and use them in signal processing blocks. Please complete the [[Designing_Filter_Taps|Designing Filter Taps]] tutorial before completing this one. | |||
* next tutorial link | * next tutorial link | ||
== Interpolation == | |||
Interpolation is the process of increasing the sampling rate and available bandwidth. | |||
* interpolation | * interpolation | ||
* decimation | * decimation |
Revision as of 21:17, 12 January 2022
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 available bandwidth.
- interpolation
- decimation
- rational rate resampler
- arbit rate resampler
- updating sample rate variable