tidus747 / gnuradio-examples

Practical examples and simulations developed at GNURadio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU Radio Examples

Practical examples and simulations developed at GNURadio

Descripction

Repository to store all the examples developed in GNU Radio. The examples contain both simulations on basic analogue modulations and real working examples using software defined radio cards such as HackRF.

Available files

The following directories with their corresponding source files can be found in this repository:

  • BB: Example on the transmission of a baseband signal.
  • AM: Example on the transmission of an amplitude-modulated signal.
  • FM: Example on the transmission of a frequency modulated signal.
  • PWM: Example on the transmission of a pulse-width modulated signal.
  • FM-Receiver: Example using the HackRF card for the reception of a commercial FM signal.
  • FM-Transmiter: Example using the HackRF card to broadcast a commercial FM signal.

Installation

To install GNU Radio, it is best to follow these instructions.

Usage

To use each of the examples all you need to do is open the necessary source file using GNU Radio and run it

About

Practical examples and simulations developed at GNURadio


Languages

Language:Python 100.0%