Practical examples and simulations developed at GNURadio
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.
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.
To install GNU Radio, it is best to follow these instructions.
To use each of the examples all you need to do is open the necessary source file using GNU Radio and run it