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 127 forks source link

switch in spur filter for DBSRX #3

Closed bistromath closed 11 years ago

bistromath commented 13 years ago

Instead of repeatedly adding & deleting the spur filter, make uhd_modes.py read the connected dboard out of the properties interface and if it's a DBSRX, use the filter. In addition, make the filter after the demod blk so you can use NEON-optimized FFF filters.