mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50:34 -05:00
27 lines
631 B
Markdown
27 lines
631 B
Markdown
---
|
|
title: "FM Radio Tuner"
|
|
date: 2019-05-21T22:08:54-04:00
|
|
draft: true
|
|
tags: [ "Amateur Radio" ]
|
|
---
|
|
|
|
I recently bought a [RTL-SDR Receiver](https://www.amazon.com/RTL-SDR-Blog-RTL2832U-Software-Telescopic/dp/B011HVUEME/ref=sr_1_3) off of Amazon to get started with [Software Defined Radio](https://en.wikipedia.org/wiki/Software-defined_radio). To start off, I thought that it would be great if I can write a fm receiver.
|
|
|
|
To begin you will need to install `gnuradio` and follow the following [instructions](https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr).
|
|
|
|
## GNURadio
|
|
|
|
|
|
|
|
|
|
|
|
## QT
|
|
|
|
|
|
|
|
|
|
|
|
## Modifying GNURadio Python Script
|
|
|
|
|
|
|