Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | blocks: Add exponentiate const int block | mhostetter | 2017-03-27 | 2 | -0/+46 | |
|/ / / / / | | | | | | | | | | | | | | | | The Exponentiate Const Int block takes an integer power of the input complex stream. The exponent parameter must be at least 1. There is also a callback function so the exponent can be changed at runtime. | |||||
* | | | / | fix typo on descriptor | hatsunearu | 2017-01-30 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | blocks: fix callback template for message_strobe_random | Sebastian Koslowski | 2017-01-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | blocks: udp source/sink grc wrappers: removed callbacks to missing setter | Sebastian Koslowski | 2017-01-11 | 2 | -4/+2 | |
| | | | | ||||||
* | | | | blocks: mark old-style message queue blocks as deprecated | Johnathan Corgan | 2016-09-03 | 4 | -3/+3 | |
| |_|/ |/| | | ||||||
* | | | gr-blocks: Expose non-vector VOLK multiply constant block. | Ron Economos | 2016-08-26 | 2 | -0/+63 | |
| |/ |/| | ||||||
* | | Merge remote-tracking branch 'jgilbert/pdu_setters' | Johnathan Corgan | 2016-08-16 | 3 | -1/+7 | |
|\ \ | |/ |/| | ||||||
| * | Addition of PDU block setters: added setters for the pdu metadata ↵ | Jacob Gilbert | 2016-08-14 | 3 | -1/+7 | |
| | | | | | | | | manipulation blocks pdu_filter, pdu_remove, and pdu_set and associated GRC files. | |||||
* | | tcp_server_sink: XML block definition | Jiří Pinkava | 2016-06-29 | 2 | -0/+78 | |
|/ | ||||||
* | blocks: Add `multiply tag by value' and `test tag variable rate' blocks | Tom Rondeau | 2016-06-14 | 3 | -0/+82 | |
| | ||||||
* | grc: assign all in-tree blocks to module 'Core' | Sebastian Koslowski | 2016-05-27 | 6 | -11/+8 | |
| | ||||||
* | grc: move xmlrpc blocks to gr-blocks | Sebastian Koslowski | 2016-04-05 | 3 | -1/+89 | |
| | ||||||
* | grc: mark blks2 blocks as deprecated | Sebastian Koslowski | 2016-04-05 | 4 | -0/+4 | |
| | ||||||
* | grc: move blks2 code into gr-blocks and gr-digital | Sebastian Koslowski | 2016-04-05 | 5 | -0/+417 | |
| | ||||||
* | Merge remote-tracking branch 'mmueller/blocks_repeat_add_dynamic_interp' | Johnathan Corgan | 2015-12-27 | 1 | -0/+1 | |
|\ | ||||||
| * | repeat: Adding dynamic interpolation | Kevin McQuiggin | 2015-08-30 | 1 | -0/+1 | |
| | | | | | | | | | | * Added void set_interpolation(int) setter * Added int interpolation() getter | |||||
* | | max and min now accept a vector output length to allow for sane multiple ↵ | Matt Ettus | 2015-11-09 | 2 | -6/+18 | |
| | | | | | | | | | | | | input vector mode. Defaults to off. Operation unchanged unless enabled by setting vlen_out to be equal to vlen. Then it does elementwise max/min. | |||||
* | | Added bidirectional conversion between complex numbers and mag/phase | Matt Ettus | 2015-11-09 | 3 | -0/+74 | |
| | | ||||||
* | | blocks: Add Complex to IChar block | Mike Walters | 2015-10-12 | 2 | -0/+38 | |
| | | ||||||
* | | blocks: Added updating callback for Tag Object and Vector Source | Paul David | 2015-09-15 | 2 | -6/+2 | |
| | | ||||||
* | | blocks: import pmt to get GRC to recognize defaults in Tag Object GRC bindings | Sean Nowlan | 2015-09-05 | 1 | -0/+1 | |
|/ | ||||||
* | grc: add <flags> to blocks dtd (<throttle> still supported) | Sebastian Koslowski | 2015-06-11 | 2 | -2/+2 | |
| | ||||||
* | blocks: better implementation of peak_detector2. Address #783. | Achilleas Anastasopoulos | 2015-04-26 | 1 | -0/+5 | |
| | | | | | | 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 | |||||
* | Merge branch 'ctrlport' | Johnathan Corgan | 2015-04-15 | 3 | -0/+98 | |
|\ | ||||||
| * | controlport: adding performance and controlport monitor GRC blocks. | Tom Rondeau | 2015-04-02 | 3 | -0/+98 | |
| | | | | | | | | | | Updated thrift server conf to set an endpoint -- need to get host address instead of hardcoding to 127.0.0.1. | |||||
* | | blocks: adding a variable tag_object to help build tags. | Tom Rondeau | 2015-04-05 | 2 | -0/+59 | |
| | | | | | | | | | | | | 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: misc. formatting cleanups | Tom Rondeau | 2015-04-04 | 1 | -2/+1 | |
|/ | ||||||
* | Merge remote-tracking branch 'osh/tsb_align' | Johnathan Corgan | 2015-04-01 | 2 | -0/+60 | |
|\ | | | | | | | | | Conflicts: volk | |||||
| * | blocks: add blocks_stream_align to support acquiring alignment to TSB from ↵ | Tim O'Shea | 2015-02-13 | 2 | -0/+60 | |
| | | | | | | | | an unaligned TSB stream | |||||
* | | blocks: integration supports vector input | Jiří Pinkava | 2015-02-23 | 1 | -1/+9 | |
|/ | ||||||
* | Merge remote-tracking branch 'osh/probe_rate_msg' | Johnathan Corgan | 2015-01-29 | 1 | -0/+5 | |
|\ | ||||||
| * | blocks: add message output port to probe_rate block | Tim O'Shea | 2015-01-29 | 1 | -0/+5 | |
| | | ||||||
* | | gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with ↵ | Paul Garver | 2015-01-24 | 1 | -2/+16 | |
|/ | | | | default flag of IFF_TAP | |||||
* | Merge remote-tracking branch 'fengzhe/repack_bits_update' | Johnathan Corgan | 2015-01-22 | 1 | -1/+1 | |
|\ | ||||||
| * | blocks: added callback function set_k_and_l to repack bits | fengzhe29888 | 2015-01-22 | 1 | -1/+1 | |
| | | | | | | | | digital:corrected a function declaration in public header | |||||
* | | blocks: added callback functions to stream_to_tagged_stream | fengzhe29888 | 2015-01-22 | 1 | -0/+2 | |
|/ | ||||||
* | spacing issues prettified | Stephan Ludwig (donludovico) | 2015-01-07 | 1 | -193/+193 | |
| | ||||||
* | grc,blocks,fft,filter: assigned categories to all blocks without any; ↵ | Stephan Ludwig (donludovico) | 2015-01-03 | 1 | -0/+8 | |
| | | | | further checked all other gr-* of gnuradio; solves issue from see http://lists.gnu.org/archive/html/discuss-gnuradio/2014-12/msg00133.html | |||||
* | blocks: added endianness toggle to repack bits. | Tom Rondeau | 2014-12-29 | 1 | -1/+26 | |
| | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-09-19 | 1 | -0/+1 | |
|\ | ||||||
| * | blocks: Added callback to vector source GRC bindings | Martin Braun | 2014-09-17 | 1 | -0/+1 | |
| | | ||||||
* | | blocks: make tagged stream to pdu output optional | Tim O'Shea | 2014-09-19 | 1 | -0/+1 | |
| | | ||||||
* | | Add vector support to abs block. Remove unused num_inputs from xml. | jwl | 2014-09-07 | 1 | -10/+9 | |
|/ | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-08-29 | 1 | -2/+0 | |
|\ | ||||||
| * | blocks: remove stray ctrlport XML definitions | Johnathan Corgan | 2014-08-29 | 1 | -2/+0 | |
| | | ||||||
* | | grc: Generator warning for flowgraphs with a throttle and an external ↵ | Marcus Müller | 2014-08-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | source/sink The Generator will now issue a warning that it is usually wrong to use any hardware flow control and a throttle block at the same time. | |||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 4 | -102/+0 | |
|\| | | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt | |||||
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 4 | -102/+0 | |
| | | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now. | |||||
* | | Merge remote-tracking branch 'argilo/mute-changes' | Tom Rondeau | 2014-07-31 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Add message port to XML file for GRC. | Clayton Smith | 2014-07-27 | 1 | -0/+5 | |
| |/ |