Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | blocks: adding VOLK support for some functions. | Tom Rondeau | 2014-07-29 | 1 | -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 Corgan | 2014-07-24 | 2 | -0/+69 | |
|\ \ | ||||||
| * | | blocks: Added multiply_matrix_cc | Martin Braun | 2014-07-07 | 1 | -0/+5 | |
| | | | ||||||
| * | | blocks: Added multiply_matrix_ff | Martin Braun | 2014-07-07 | 2 | -0/+64 | |
| | | | | | | | | | | | | | | | This block maps inputs to outputs by matrix multiplication. Also includes QA. | |||||
* | | | grc: fixing some spacing issues in various xml files. | Tom Rondeau | 2014-07-11 | 1 | -87/+92 | |
| | | | ||||||
* | | | grc: fixing xml files of some blocks with message control ports to be able ↵ | Tom Rondeau | 2014-07-11 | 1 | -0/+19 | |
| |/ |/| | | | | | to hide/show them as wanted. | |||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 9 | -30/+30 | |
|\ \ | |/ |/| | ||||||
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 9 | -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 Rondeau | 2014-06-26 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | blocks.head: added callback to GRC definition | Marcus Müller | 2014-06-26 | 1 | -0/+1 | |
| | | | ||||||
* | | | blocks: adding a message port to the copy block to enable/disable copy. | Tom Rondeau | 2014-06-24 | 1 | -0/+5 | |
|/ / | ||||||
* | | blocks: added I/Q swap option to interleaved_short_to_complex | Balint Seeber | 2014-06-13 | 1 | -1/+17 | |
| | | ||||||
* | | Merge branch 'fecapi' | Tom Rondeau | 2014-05-20 | 2 | -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 Rondeau | 2014-05-19 | 1 | -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 Rondeau | 2014-05-17 | 1 | -1/+21 | |
| | | | | | | | | repack_bits block. | |||||
| * | fec: changed puncture block for easier to use API. | Tom Rondeau | 2014-05-17 | 2 | -128/+128 | |
| | | | | | | | | Added documentation; added QA code. | |||||
| * | block interleave/deinterleave with statefull deinterleave | Nicholas McCarthy | 2014-05-17 | 2 | -2/+16 | |
| | | ||||||
* | | blocks: pdu_filter, add option for filter match inversion | Tim O'Shea | 2014-05-11 | 1 | -1/+15 | |
| | | ||||||
* | | blocks: add vector output option param to complex_to_interleaved_short to ↵ | Tim O'Shea | 2014-05-08 | 1 | -1/+18 | |
| | | | | | | | | match interleaved_short_to_complex | |||||
* | | blocks: adding pdu_remove block | Tim O'Shea | 2014-05-05 | 1 | -0/+29 | |
| | | ||||||
* | | blocks: adding blocks.pdu_filter and blocks.pdu_set | Tim O'Shea | 2014-05-05 | 3 | -0/+71 | |
|/ | ||||||
* | Merge remote-tracking branch 'balint/3.7-1/socket_pdu_improvements' | Johnathan Corgan | 2014-03-31 | 1 | -1/+27 | |
|\ | ||||||
| * | blocks: added 'MTU' and 'tcp_no_delay' params for 'socket_pdu' (and GRC ↵ | Balint Seeber | 2014-03-27 | 1 | -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 Seeber | 2014-03-27 | 1 | -0/+1 | |
|/ | | | | default value (i.e. old look before param was added) | |||||
* | Merge branch 'pfb_reconstruction' | Tom Rondeau | 2014-02-28 | 3 | -1/+34 | |
|\ | | | | | | | | | Conflicts: gr-filter/python/filter/pfb.py | |||||
| * | blocks: allows null source/sink to output/input multiple streams. | Tom Rondeau | 2014-02-27 | 2 | -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 Rondeau | 2014-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | blocks: adding abs_xx block/template | Tim O'Shea | 2014-02-22 | 2 | -0/+50 | |
| | | ||||||
* | | blocks: random_pdu (allow specifying the length modulo for random pdu lengths) | Tim O'Shea | 2014-02-16 | 1 | -1/+7 | |
| | | ||||||
* | | blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random ↵ | Tim O'Shea | 2014-02-16 | 2 | -1/+76 | |
| | | | | | | | | (new block, send messages with a known timing distribution) | |||||
* | | blocks: Add a new rotator_cc block to perform frequency shifting | Sylvain Munaut | 2014-01-28 | 2 | -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 Rondeau | 2013-12-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix a typo that prevents the Max block from working in GNU Radio Companion | Clayton Smith | 2013-12-01 | 1 | -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'Shea | 2013-11-27 | 1 | -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 block | Tim O'Shea | 2013-11-27 | 1 | -1/+8 | |
| | | ||||||
* | | blocks: adding tagged_stream_multiply_length for scaling item lengths ↵ | Tim O'Shea | 2013-11-26 | 2 | -0/+71 | |
|/ | | | | (useful in conjunction with stream blocks that interpolate or decimate at fixed rates) | |||||
* | Merge remote-tracking branch 'tom/grhack13_clean_qt' | Johnathan Corgan | 2013-11-07 | 1 | -1/+7 | |
|\ | | | | | | | | | Conflicts: gr-filter/include/gnuradio/filter/firdes.h | |||||
| * | blocks: adding ability to set a key filter in tag_debug block. | Tom Rondeau | 2013-10-29 | 1 | -1/+7 | |
| | | ||||||
* | | blocks: Added tagged stream mux feature to preserve "head" position of tags ↵ | Martin Braun | 2013-11-03 | 1 | -1/+8 | |
| | | | | | | | | on other inputs than 0 | |||||
* | | blocks: add append option to file sink | Bastian Bloessl | 2013-10-28 | 1 | -1/+15 | |
| | | ||||||
* | | blocks: New block to convert streams to tagged streams | Martin Braun | 2013-10-24 | 2 | -0/+65 | |
|/ | ||||||
* | Merge branch 'dynamic_channel' | Tom Rondeau | 2013-08-27 | 1 | -0/+35 | |
|\ | ||||||
| * | blocks: adding a complex VCO block. | Tom Rondeau | 2013-08-26 | 1 | -0/+35 | |
| | | ||||||
* | | blocks: interleaved_char_to_complex grc xml fix | Tim O'Shea | 2013-08-23 | 1 | -2/+2 | |
|/ | ||||||
* | blocks: adding interleaved_char_to_complex block | Tim O'Shea | 2013-08-16 | 1 | -0/+37 | |
| | ||||||
* | blocks: modified tag_debug block to publish number of tags in it's input ↵ | Tom Rondeau | 2013-07-22 | 1 | -1/+1 | |
| | | | | | | queue to ControlPort. Also now respects display: off from GRC. | |||||
* | blocks: adding a tags strobing block to help test tag stream. | Tom Rondeau | 2013-07-22 | 2 | -0/+71 | |
| | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-07-22 | 1 | -0/+1 | |
|\ | ||||||
| * | blocks: expose set_period callback for blocks.message_strobe in GRC | Tim O'Shea | 2013-07-22 | 1 | -0/+1 | |
| | | ||||||
* | | controlport: Added probes for byte, short, and int data types | Tom Rondeau | 2013-07-16 | 3 | -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. |