gr-air-modes/python
Johnathan Corgan 686078bf72 Added option for pulse matched filtering
Pulse matched filtering places a boxcar filter upstream of the
averager and preamble detector.  The filter length is equivalent
to the number of samples in one Mode S chip (0.5us).  This
technique enhances operation when using sample rates > 4Msps.

* rx_path.py now takes 'use_pmf', defaults to False

* modes_rx has new CLI option '-p' or '--pmf' to turn on PMF

* modes_gui has new checkbox on Setup tab
2012-10-27 11:28:06 -07:00
..
__init__.py Refactor flowgraph into hierarchical block 2012-10-15 09:27:22 -07:00
altitude.py Renamed everything in python/ for consistent namespace 2012-07-16 20:59:37 -07:00
CMakeLists.txt Refactor flowgraph into hierarchical block 2012-10-15 09:27:22 -07:00
cpr.py CPR decoder: Keep a separate list for sfc and air positions to keep them from stepping on each other. 2012-10-17 09:24:15 -07:00
exceptions.py Renamed everything in python/ for consistent namespace 2012-07-16 20:59:37 -07:00
flightgear.py Renamed everything in python/ for consistent namespace 2012-07-16 20:59:37 -07:00
gui_model.py Renamed everything in python/ for consistent namespace 2012-07-16 20:59:37 -07:00
kml.py Use a common lock for the KMLgen and SQL threads to keep them from stepping on each other when reading the SQLite db 2012-10-09 23:31:02 -07:00
mlat.py Move multilateration test code into mlat.py 2012-06-18 18:43:53 -07:00
msprint.py Fix for TCAS unknown report type. 2012-10-17 23:05:20 -07:00
parse.py Pull RAC bits correctly in parse_tcas 2012-10-17 23:07:56 -07:00
qa_gr-air-modes.py CMakeified almost everything. Test code in python/ and apps other than uhd_modes.py still need minor updating. 2011-12-14 10:17:16 -08:00
Quaternion.py Backport Flightgear server from private tx branch, collapse commits. 2012-06-13 07:49:22 -07:00
raw_server.py Renamed everything in python/ for consistent namespace 2012-07-16 20:59:37 -07:00
rx_path.py Added option for pulse matched filtering 2012-10-27 11:28:06 -07:00
sbs1.py Merge branch 'master' into qtapp 2012-10-07 17:54:03 -07:00
sql.py Fix SQL for merge-induced breakage. 2012-10-10 08:21:17 -07:00