summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | blocks: Add exponentiate const int blockmhostetter2017-03-272-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 descriptorhatsunearu2017-01-301-1/+1
| |_|_|/ |/| | |
* | | | blocks: fix callback template for message_strobe_randomSebastian Koslowski2017-01-111-1/+1
| | | |
* | | | blocks: udp source/sink grc wrappers: removed callbacks to missing setterSebastian Koslowski2017-01-112-4/+2
| | | |
* | | | blocks: mark old-style message queue blocks as deprecatedJohnathan Corgan2016-09-034-3/+3
| |_|/ |/| |
* | | gr-blocks: Expose non-vector VOLK multiply constant block.Ron Economos2016-08-262-0/+63
| |/ |/|
* | Merge remote-tracking branch 'jgilbert/pdu_setters'Johnathan Corgan2016-08-163-1/+7
|\ \ | |/ |/|
| * Addition of PDU block setters: added setters for the pdu metadata ↵Jacob Gilbert2016-08-143-1/+7
| | | | | | | | manipulation blocks pdu_filter, pdu_remove, and pdu_set and associated GRC files.
* | tcp_server_sink: XML block definitionJiří Pinkava2016-06-292-0/+78
|/
* blocks: Add `multiply tag by value' and `test tag variable rate' blocksTom Rondeau2016-06-143-0/+82
|
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-276-11/+8
|
* grc: move xmlrpc blocks to gr-blocksSebastian Koslowski2016-04-053-1/+89
|
* grc: mark blks2 blocks as deprecatedSebastian Koslowski2016-04-054-0/+4
|
* grc: move blks2 code into gr-blocks and gr-digitalSebastian Koslowski2016-04-055-0/+417
|
* Merge remote-tracking branch 'mmueller/blocks_repeat_add_dynamic_interp'Johnathan Corgan2015-12-271-0/+1
|\
| * repeat: Adding dynamic interpolationKevin McQuiggin2015-08-301-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 Ettus2015-11-092-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/phaseMatt Ettus2015-11-093-0/+74
| |
* | blocks: Add Complex to IChar blockMike Walters2015-10-122-0/+38
| |
* | blocks: Added updating callback for Tag Object and Vector SourcePaul David2015-09-152-6/+2
| |
* | blocks: import pmt to get GRC to recognize defaults in Tag Object GRC bindingsSean Nowlan2015-09-051-0/+1
|/
* grc: add <flags> to blocks dtd (<throttle> still supported)Sebastian Koslowski2015-06-112-2/+2
|
* blocks: better implementation of peak_detector2. Address #783.Achilleas Anastasopoulos2015-04-261-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 Corgan2015-04-153-0/+98
|\
| * controlport: adding performance and controlport monitor GRC blocks.Tom Rondeau2015-04-023-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 Rondeau2015-04-052-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 cleanupsTom Rondeau2015-04-041-2/+1
|/
* Merge remote-tracking branch 'osh/tsb_align'Johnathan Corgan2015-04-012-0/+60
|\ | | | | | | | | Conflicts: volk
| * blocks: add blocks_stream_align to support acquiring alignment to TSB from ↵Tim O'Shea2015-02-132-0/+60
| | | | | | | | an unaligned TSB stream
* | blocks: integration supports vector inputJiří Pinkava2015-02-231-1/+9
|/
* Merge remote-tracking branch 'osh/probe_rate_msg'Johnathan Corgan2015-01-291-0/+5
|\
| * blocks: add message output port to probe_rate blockTim O'Shea2015-01-291-0/+5
| |
* | gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with ↵Paul Garver2015-01-241-2/+16
|/ | | | default flag of IFF_TAP
* Merge remote-tracking branch 'fengzhe/repack_bits_update'Johnathan Corgan2015-01-221-1/+1
|\
| * blocks: added callback function set_k_and_l to repack bitsfengzhe298882015-01-221-1/+1
| | | | | | | | digital:corrected a function declaration in public header
* | blocks: added callback functions to stream_to_tagged_streamfengzhe298882015-01-221-0/+2
|/
* spacing issues prettifiedStephan Ludwig (donludovico)2015-01-071-193/+193
|
* grc,blocks,fft,filter: assigned categories to all blocks without any; ↵Stephan Ludwig (donludovico)2015-01-031-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 Rondeau2014-12-291-1/+26
|
* Merge branch 'maint'Johnathan Corgan2014-09-191-0/+1
|\
| * blocks: Added callback to vector source GRC bindingsMartin Braun2014-09-171-0/+1
| |
* | blocks: make tagged stream to pdu output optionalTim O'Shea2014-09-191-0/+1
| |
* | Add vector support to abs block. Remove unused num_inputs from xml.jwl2014-09-071-10/+9
|/
* Merge branch 'maint'Johnathan Corgan2014-08-291-2/+0
|\
| * blocks: remove stray ctrlport XML definitionsJohnathan Corgan2014-08-291-2/+0
| |
* | grc: Generator warning for flowgraphs with a throttle and an external ↵Marcus Müller2014-08-261-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 Rondeau2014-08-084-102/+0
|\| | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-084-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 Rondeau2014-07-311-0/+5
|\ \
| * | Add message port to XML file for GRC.Clayton Smith2014-07-271-0/+5
| |/