Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | controlport: Added probes for byte, short, and int data types | Tom Rondeau | 2013-07-16 | 2 | -40/+49 | |
| | | | | | | | | | | (ctrlport_probe2_x). Had to add some more plumbing to ControlPort to handle different data types to support the new probes. TODO: in 3.8, we will remove ctrlport_probe_c and make a single GRC file for all data types and remove blocks_ctrlport_probe2_c.xml. | |||||
* | grc: added special variable objects to represent constellations. | Tom Rondeau | 2013-07-16 | 1 | -1/+1 | |
| | | | | | | | | "Constellation Object": represents the 'calcdist' version, which is generic but uses Euclidean distance to make decisions. "Constellation Rect. Object": special rectangular constellation with a simpler decision calculation. digital: also updated documentation for constellation classes. | |||||
* | ctrlport: removed 'New Plot' toolbar button. Needs work to be useful and was ↵ | Tom Rondeau | 2013-07-16 | 1 | -6/+0 | |
| | | | | actually broken. | |||||
* | ctrlport: Improved display handling for gr-ctrlport-monitor. | Tim Newman | 2013-07-16 | 1 | -10/+49 | |
| | ||||||
* | controlport: added support for complex data types. | Tom Rondeau | 2013-06-18 | 2 | -18/+53 | |
| | | | | | | Vectors of complex are still passed as interleaved. Single values can be passed as GNURadio::complex. ControlPort can translate these in GNU Radio to gr_complex; Python programs need to convert themselves. gr-ctrl-monitor updated to handle this. multiply_const_cc block updated to export get and set of k value through ControlPort. | |||||
* | runtime: update gr-perfmonitor-x to display message ports - currently they ↵ | Tim O'Shea | 2013-06-07 | 1 | -14/+52 | |
| | | | | do not show any performance statistics | |||||
* | runtime: adding clock-type selection drop down to gr-perf-monitorx tool | Tim O'Shea | 2013-06-05 | 1 | -0/+36 | |
| | ||||||
* | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 5 | -32/+37 | |
| | | | | uninstalled import works with recent changes. | |||||
* | uninstalled imports: Fixed gr-audio and gr-atsc. | Ben Reynwar | 2013-06-03 | 1 | -2/+2 | |
| | ||||||
* | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 2 | -1/+5 | |
| | ||||||
* | channels: Setting up channels module for uninstalled import. | Ben Reynwar | 2013-06-03 | 4 | -55/+31 | |
| | ||||||
* | Merged in master. | Ben Reynwar | 2013-06-03 | 3 | -7/+9 | |
|\ | ||||||
| * | Merge remote-tracking branch 'osh/next' into next | Tom Rondeau | 2013-05-23 | 2 | -4/+5 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/lib/CMakeLists.txt gnuradio-runtime/lib/gr_block_detail.cc gnuradio-runtime/lib/gr_realtime.cc gr-analog/swig/analog_swig.i | |||||
| | * | runtime: allow "-p ###" as well as "###" syntax for gr-ctrlport-monitor port ↵ | Tim O'Shea | 2013-05-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | args | |||||
| | * | runtime: gr-perf-monitorx, make very sure we are using the right matplotlib ↵ | Tim O'Shea | 2013-04-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | backend before causing any problems by defaulting to a different one | |||||
| | * | remove scipy references from gr-perf-monitorx | Tim O'Shea | 2013-04-20 | 1 | -3/+1 | |
| | | | ||||||
| * | | runtime: exception safe python blocking top block calls | Josh Blum | 2013-05-23 | 1 | -3/+4 | |
| | | | ||||||
* | | | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 6 | -20/+20 | |
|\| | | ||||||
| * | | cleaning up files and references to gnuradio-core. | Tom Rondeau | 2013-05-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 6 | -19/+19 | |
| |/ | ||||||
* | | Merged in 'next' branch. | Ben Reynwar | 2013-05-10 | 3 | -9/+10 | |
|\| | ||||||
| * | gr: Adding pubsub.py to CMakeLists.txt so it gets installed. | Ben Reynwar | 2013-04-06 | 1 | -0/+1 | |
| | | ||||||
| * | cmake: fix packaging categories to use runtime vs. core | Johnathan Corgan | 2013-04-03 | 2 | -9/+9 | |
| | | ||||||
* | | runtime: Updating __init__.py's for uninstalled import. | Ben Reynwar | 2013-04-03 | 2 | -2/+2 | |
| | | ||||||
* | | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 4 | -9/+57 | |
|/ | ||||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 2 | -7/+2 | |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | |||||
* | adding a grc block for launch performance monitorx | Tim O'Shea | 2013-04-01 | 1 | -3/+16 | |
| | ||||||
* | install gr-perf-monitorx to bin dir | Tim O'Shea | 2013-04-01 | 1 | -0/+1 | |
| | ||||||
* | runtime: adding block_gateway back into project. | Tom Rondeau | 2013-03-27 | 2 | -1/+2 | |
| | ||||||
* | runtime: adding in some Python stuff to run code. | Tom Rondeau | 2013-03-27 | 4 | -3/+141 | |
| | ||||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 41 | -0/+7338 | |