65e5bd1e2e
Merge pull request #82 from devnulling/master
bistromath2016-05-03 23:39:55 -07:00
2b8451cbe2
Add PyZMQ to required dependencies
devnulling2016-05-03 21:26:43 -07:00
bdfcc42b39
Fix for bug 81 (SWIG implicit module naming). Thanks to Maitland Bottoms (bottoms@debian.org) for the patch.
Nick Foster2016-05-01 19:23:46 -07:00
514414f6b3
Fix integer truncation issue in tag_to_timestamp(). Thanks to John Ilig for finding it.
Nick Foster2015-09-03 17:39:33 -07:00
e82cf9d4de
Merge branch 'master' of github.com:bistromath/gr-air-modes
Nick Foster2015-07-10 09:29:15 -07:00
2c9ef501b8
Correctly use zero offset for devices that don't issue proper timestamp tags.
Nick Foster2015-07-09 13:08:00 -07:00
953a7ddded
Correctly return a zero timestamp tag instead of a null tag.
Nick Foster2015-07-09 13:03:10 -07:00
c96dea7fa0
preamble: Check to see if PMT key is actually a symbol before converting to string.
Nick Foster2015-07-09 12:23:52 -07:00
3d1b95832a
Fix crash with missing gr.udp_source() in gnuradio-companion 3.7.7.1. Changed to blocks.udp_source().
Ian Crawford2015-05-26 13:01:58 -07:00
9bdac2a499
Use whole/fractional timestamps in the whole chain. This prevents loss of precision when setting time to UTC.
Nick Foster2015-04-17 14:07:28 -07:00
2182e5c6b8
Update doxygen config to eliminate warning from current doxygen.
Philip Balister2015-01-29 14:33:22 +01:00
77f4245c35
Update cmake files from gnuradio master gr_modtool output.
Philip Balister2015-01-29 14:21:30 +01:00
da15a2daf2
Check for PyZMQ at runtime instead of compile time to support cross-compiling.
Nick Foster2015-01-21 12:32:39 -08:00
9891907e97
Spruce up the Javascript map handler so it doesn't just wipe the map and repopulate. No "flashing icons".
Nick Foster2014-09-28 15:09:07 -07:00
1536dae56e
Fix issue with stop/restart in modes_gui.
Nick Foster2014-09-28 10:43:54 -07:00
48f9c2a29a
Live sample rate changing for RTL devices in modes_gui
Nick Foster2014-09-21 19:28:44 -07:00
78c5500c80
Fix GUI rate picking logic for <4Msps devices (RTL)
Nick Foster2014-09-21 19:18:21 -07:00
6f11777724
Fix rate setting for devices with <4Msps rates (RTL).
Nick Foster2014-09-21 19:03:16 -07:00
cc0fa1801b
Fix enumeration in SBS1 list pruning.
Nick Foster2014-02-12 15:15:32 -08:00
27e0f87361
CMake fixes (force Python2, use GnuradioConfig.cmake).
Tom Rondeau2013-12-24 12:51:45 -08:00
585ecf1ba6
Remove FindZeroMQ as it's causing more trouble than it's worth. Zero_Chaos, this is my hat I'm eating.
next
Nick Foster2013-10-26 21:53:49 -07:00
ca4edd8808
look for zmq.h instead of zmq.hpp, which is apparently missing in some installs.
Nick Foster2013-10-02 22:14:44 -04:00
a528f375f7
Huge messy reorg to move things into the GR3.7 paradigm. Mostly in effort to get SWIG magic to work on member functions. Can change sample rate on the fly now.
Nick Foster2013-08-05 16:26:22 -07:00
1630e67c3b
Preamble subtracts average (LPF'ed) input from samples. This has the effect only of improving the slicer threshold to exactly 0.5.
Nick Foster2013-08-04 22:20:15 -07:00
640b13e62d
Switched to using complex_to_mag_squared vs. mag. Based on an observation that the optimal slicer threshold is 0.5(V**2)t. Less CPU load, better performance. Some configurations of threshold and --pmf result in slightly worse performance. Most result in better performance.
Nick Foster2013-08-04 22:09:34 -07:00
33349efd7f
GUI interface still not quite working. Two issues: * PyQt4.QtSql's SQLite interface doesn't appear to return the same results as the SQLite browser. This is probably me depending on a bad data ordering assumption. * QSqlQueryModel isn't set up to have the db change from underneath it, AFAIK -- have to add the ability to notify it there's new data.
Nick Foster2013-06-10 15:00:27 -07:00
dd3e1fe629
GUI model ripped up and replaced with QSqlQueryModel. Not working but committing before I kill the child in row 15.
Nick Foster2013-06-10 13:48:11 -07:00