Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: executor fixes for tag propagation | Tom Rondeau | 2016-06-14 | 1 | -0/+1145 |
| | | | | | | | Executor uses information about the number of items produced/consumed to update the relative rate. This makes sure tags are being propagated by all blocks correctly. Needed for pfb_clock_sync to use the correlate_and_sync block's tags. | ||||
* | gr-blocks: add tag propagation flowgraph to examples | Andrej Rode | 2016-04-27 | 2 | -0/+1290 |
| | |||||
* | uhd: Added controlport interface for UHD sink's "command" message handler. | Tom Rondeau | 2015-12-06 | 3 | -11/+78 |
| | | | | | | | | Also added an example, usrp_sink_controller.py, to excercise this feature. Fixed up the source example, too, to better manage parsing options and setting the UHD source block alias (defaults to 'gr uhd usrp source0', which is the default for any flowgraph with a single UHD source block). | ||||
* | ctrlport: adding new examples. | Tom Rondeau | 2015-10-16 | 5 | -2/+2677 |
| | | | | | Explore simple cases of passing messages to message handlers over controlport. Installed into standard examples directory. | ||||
* | blocks: more fixups to peak_detector2. | Tom Rondeau | 2015-04-26 | 2 | -377/+384 |
| | | | | Fixes some issues from setting parameters while running. | ||||
* | blocks: better implementation of peak_detector2. Address #783. | Achilleas Anastasopoulos | 2015-04-26 | 1 | -0/+1039 |
| | | | | | | In the original form, work function in peak_detector2 block sometimes returns -1. For more details, see the mailing list thread: - http://lists.gnu.org/archive/html/discuss-gnuradio/2015-04/msg00197.html | ||||
* | blocks: remove slider from tag variable example | Johnathan Corgan | 2015-04-06 | 1 | -85/+26 |
| | |||||
* | blocks: adding a variable tag_object to help build tags. | Tom Rondeau | 2015-04-05 | 1 | -99/+230 |
| | | | | | | Edit boxes to set the tag's offset, key, value, and source id to make it easier to create and use tags in a flwograph. the gr-blocks example vector_source_with_tags.grc has been updated to use this. | ||||
* | blocks: Made pdu_to_tagged_stream a TSB source | Martin Braun | 2014-12-09 | 1 | -50/+132 |
| | |||||
* | blocks: better handling of srcid with vector_source blocks. | Tom Rondeau | 2014-10-02 | 1 | -22/+106 |
| | | | | | | - vector_source now adds the srcid of the tag to the actual tag stream. - tag_utils' python_to_tag can now be called with just 3 parameters by omitting the srcid; gets filled in with PMT_F. - updated vector_source_with_tags example to have tags with and without srcid set. | ||||
* | blocks: added example of how to construct and add a tag to a vector_source. | Tom Rondeau | 2014-09-24 | 2 | -0/+622 |
| | |||||
* | Merge remote-tracking branch 'martin/blocks/mult_matrix' | Johnathan Corgan | 2014-07-24 | 1 | -0/+1110 |
|\ | |||||
| * | blocks: Added multiply_matrix_ff | Martin Braun | 2014-07-07 | 1 | -0/+1110 |
| | | | | | | | | | | This block maps inputs to outputs by matrix multiplication. Also includes QA. | ||||
* | | examples: Ported examples in GNU Radio tree to QT. | Martin Braun | 2014-07-12 | 2 | -1018/+350 |
|/ | |||||
* | qtgui: changed all examples to start wtih empty name fields. | Tom Rondeau | 2014-07-02 | 2 | -2/+2 |
| | | | | Don't want to have QT GUI Plot show up for every plot now. | ||||
* | block: fix msg_passing/hier/ example | Sebastian Koslowski | 2013-12-20 | 1 | -7/+7 |
| | |||||
* | replace use of deprecated fractional_interpolator. | Tom Rondeau | 2013-05-23 | 1 | -90/+90 |
| | |||||
* | cmake: fix packaging categories to use runtime vs. core | Johnathan Corgan | 2013-04-03 | 3 | -3/+3 |
| | |||||
* | cleaning up, converting examples, etc. | Tom Rondeau | 2013-03-17 | 5 | -252/+275 |
| | |||||
* | blocks: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core. | Tom Rondeau | 2013-03-17 | 5 | -0/+1918 |
| | |||||
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 4 | -20/+20 |
| | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 2 | -6/+6 |
| | | | | moved all refs to gr-blocks. | ||||
* | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵ | Tom Rondeau | 2013-03-09 | 1 | -1/+1 |
| | | | | in gr-blocks. | ||||
* | blocks: removing burst_tagger from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 3 | -0/+84 |
| | |||||
* | blocks: removing gr_tag_debug from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 2 | -6/+6 |
| | | | | Also removes stray reference to gri_fft.h. | ||||
* | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 4 | -0/+765 |
| | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 2 | -12/+12 |
| | |||||
* | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 6 | -0/+1908 |