summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
Commit message (Collapse)AuthorAgeFilesLines
...
* | blocks: adding VOLK support for some functions.Tom Rondeau2014-07-291-0/+58
| | | | | | | | | | | | | | | | | | * multipy_const_vcc and _vff * sub_ff * float_to_complex * binary_slicer Also adds a min_XX block to complement max_XX.
* | Merge remote-tracking branch 'martin/blocks/mult_matrix'Johnathan Corgan2014-07-242-0/+69
|\ \
| * | blocks: Added multiply_matrix_ccMartin Braun2014-07-071-0/+5
| | |
| * | blocks: Added multiply_matrix_ffMartin Braun2014-07-072-0/+64
| | | | | | | | | | | | | | | This block maps inputs to outputs by matrix multiplication. Also includes QA.
* | | grc: fixing some spacing issues in various xml files.Tom Rondeau2014-07-111-87/+92
| | |
* | | grc: fixing xml files of some blocks with message control ports to be able ↵Tom Rondeau2014-07-111-0/+19
| |/ |/| | | | | to hide/show them as wanted.
* | Merge branch 'maint'Tom Rondeau2014-07-079-30/+30
|\ \ | |/ |/|
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-079-30/+30
| | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* | Merge remote-tracking branch 'mmueller/blocks_grc_add_head_set_length_cb'Tom Rondeau2014-06-261-0/+1
|\ \
| * | blocks.head: added callback to GRC definitionMarcus Müller2014-06-261-0/+1
| | |
* | | blocks: adding a message port to the copy block to enable/disable copy.Tom Rondeau2014-06-241-0/+5
|/ /
* | blocks: added I/Q swap option to interleaved_short_to_complexBalint Seeber2014-06-131-1/+17
| |
* | Merge branch 'fecapi'Tom Rondeau2014-05-202-118/+132
|\ \ | |/ |/| | | | | | | Conflicts: cmake/Modules/FindICE-3.5.cmake gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h
| * Revert "blocks: adding an option to swap the order of the output bits of a ↵Tom Rondeau2014-05-191-21/+1
| | | | | | | | | | | | | | | | repack_bits block." This reverts commit fbe59ce5a58477c6f60cff59b81c0cd3a8e2e024. Not necessary.
| * blocks: adding an option to swap the order of the output bits of a ↵Tom Rondeau2014-05-171-1/+21
| | | | | | | | repack_bits block.
| * fec: changed puncture block for easier to use API.Tom Rondeau2014-05-172-128/+128
| | | | | | | | Added documentation; added QA code.
| * block interleave/deinterleave with statefull deinterleaveNicholas McCarthy2014-05-172-2/+16
| |
* | blocks: pdu_filter, add option for filter match inversionTim O'Shea2014-05-111-1/+15
| |
* | blocks: add vector output option param to complex_to_interleaved_short to ↵Tim O'Shea2014-05-081-1/+18
| | | | | | | | match interleaved_short_to_complex
* | blocks: adding pdu_remove blockTim O'Shea2014-05-051-0/+29
| |
* | blocks: adding blocks.pdu_filter and blocks.pdu_setTim O'Shea2014-05-053-0/+71
|/
* Merge remote-tracking branch 'balint/3.7-1/socket_pdu_improvements'Johnathan Corgan2014-03-311-1/+27
|\
| * blocks: added 'MTU' and 'tcp_no_delay' params for 'socket_pdu' (and GRC ↵Balint Seeber2014-03-271-1/+27
| | | | | | | | | | | | option), applied MTU (buffer size) to TCP/UDP send, separate TCP/UDP server endpoint resolvers for empty/0.0.0.0 Host param (listen on all interfaces) Whitespace clean-up.
* | blocks: hide 'ignore tag' param for 'throttle' block in GRC if it's the ↵Balint Seeber2014-03-271-0/+1
|/ | | | default value (i.e. old look before param was added)
* Merge branch 'pfb_reconstruction'Tom Rondeau2014-02-283-1/+34
|\ | | | | | | | | Conflicts: gr-filter/python/filter/pfb.py
| * blocks: allows null source/sink to output/input multiple streams.Tom Rondeau2014-02-272-0/+33
| | | | | | | | Updats xml files to allow this and to set bus port connection vector to group ports.
| * blocks: allow subtract block to take a single input to invert the sign.Tom Rondeau2014-02-261-1/+1
| |
* | blocks: adding abs_xx block/templateTim O'Shea2014-02-222-0/+50
| |
* | blocks: random_pdu (allow specifying the length modulo for random pdu lengths)Tim O'Shea2014-02-161-1/+7
| |
* | blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random ↵Tim O'Shea2014-02-162-1/+76
| | | | | | | | (new block, send messages with a known timing distribution)
* | blocks: Add a new rotator_cc block to perform frequency shiftingSylvain Munaut2014-01-282-0/+28
|/ | | | | | | It internally uses the rotator.h helper that was already present, which in turn makes uses of VOLK rotator kernel Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Merge branch 'maint'Tom Rondeau2013-12-011-1/+1
|\
| * Fix a typo that prevents the Max block from working in GNU Radio CompanionClayton Smith2013-12-011-1/+1
| | | | | | | | when its IO Type is set to Short.
* | blocks: throttle block now looks for rx_rate tag and updates the throttle ↵Tim O'Shea2013-11-271-1/+7
| | | | | | | | rate accordingly. A new block parameter can tell the block to ignore these tags; set to True by default.
* | blocks: allow the user to specify the tag key used in the tags_strobe blockTim O'Shea2013-11-271-1/+8
| |
* | blocks: adding tagged_stream_multiply_length for scaling item lengths ↵Tim O'Shea2013-11-262-0/+71
|/ | | | (useful in conjunction with stream blocks that interpolate or decimate at fixed rates)
* Merge remote-tracking branch 'tom/grhack13_clean_qt'Johnathan Corgan2013-11-071-1/+7
|\ | | | | | | | | Conflicts: gr-filter/include/gnuradio/filter/firdes.h
| * blocks: adding ability to set a key filter in tag_debug block.Tom Rondeau2013-10-291-1/+7
| |
* | blocks: Added tagged stream mux feature to preserve "head" position of tags ↵Martin Braun2013-11-031-1/+8
| | | | | | | | on other inputs than 0
* | blocks: add append option to file sinkBastian Bloessl2013-10-281-1/+15
| |
* | blocks: New block to convert streams to tagged streamsMartin Braun2013-10-242-0/+65
|/
* Merge branch 'dynamic_channel'Tom Rondeau2013-08-271-0/+35
|\
| * blocks: adding a complex VCO block.Tom Rondeau2013-08-261-0/+35
| |
* | blocks: interleaved_char_to_complex grc xml fixTim O'Shea2013-08-231-2/+2
|/
* blocks: adding interleaved_char_to_complex blockTim O'Shea2013-08-161-0/+37
|
* blocks: modified tag_debug block to publish number of tags in it's input ↵Tom Rondeau2013-07-221-1/+1
| | | | | | queue to ControlPort. Also now respects display: off from GRC.
* blocks: adding a tags strobing block to help test tag stream.Tom Rondeau2013-07-222-0/+71
|
* Merge branch 'maint'Johnathan Corgan2013-07-221-0/+1
|\
| * blocks: expose set_period callback for blocks.message_strobe in GRCTim O'Shea2013-07-221-0/+1
| |
* | controlport: Added probes for byte, short, and int data typesTom Rondeau2013-07-163-7/+158
|/ | | | | | | | | | (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.