bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
445 stars 129 forks source link

Refactor flowgraph into hierarchical block #21

Closed jmcorgan closed 12 years ago

jmcorgan commented 12 years ago

This commit creates air_modes.rx_path, which is the common portion of the flowgraph once the sample source and possible resampler are created. It takes baseband I/Q and emits Mode-S packets into the supplied message queue.