Commits
Commits on Jun 18, 2019
-
blocks: re-implement selector block
blks2_selector is deprecated - this is a backport for 3.7 from the master branch for 3.8
Copy the full SHA b65a3a6View commit details
Commits on Feb 17, 2018
-
Copy the full SHA cb278e1View commit details
Commits on Feb 15, 2018
-
blocks: add threshold set and get to plateau detector
Also add the callback to the GRC block.
Copy the full SHA 573d4c8View commit details
Commits on Feb 3, 2018
-
Luzpaz went ahead and found typos using `codespell -q 3`.
Commits on Sep 8, 2017
-
Added a vector operation mode to the moving average
This allows users to average per-element. Might be very useful for spectrum "condensing" and such.
Copy the full SHA 295f5a6View commit details
Commits on Jul 1, 2017
-
modified: grc/blocks_tag_gate.xml
Removed extraneous ')' which waas causing a syntax error in the generated Python code.
Copy the full SHA 2b7a5efView commit details
Commits on Jun 27, 2017
-
Copy the full SHA d725f97View commit details
Commits on Jun 24, 2017
-
Copy the full SHA 963c376View commit details
Commits on May 19, 2017
-
Copy the full SHA e3ef9bbView commit details -
blocks: file_source ("file_begin" stream tag)
- Add a configurable "file_begin" stream tag which is especially useful in repeat mode. - Added unit tests for new functionality
Copy the full SHA 7a6daceView commit details
Commits on May 14, 2017
-
Address comment in pull request
Propagate_tags -> Propagate Tags Single key -> Single Key
Copy the full SHA e812e75View commit details
Commits on Apr 26, 2017
-
blocks: tag_gate (improvements)
- Make it possible to specify a single tag key to look for instead of all tags. - Extended unit test for new functionality - Actually fix a bug which made the unit test do nothing earlier
Copy the full SHA f2f09beView commit details
Commits on Mar 30, 2017
-
The tag share block is used to transfer or share tags from one stream to another. The block takes two inputs and one output. The Input 0 stream is propagated to Output 0. In addition, the tags from Input 1 are added to the Input 0 stream. This is useful for transferring a detection tag from a correlate_access_code_bb block to the main complex stream, for example.
Copy the full SHA cb749aeView commit details
Commits on Mar 27, 2017
-
blocks: Add exponentiate const int block
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.
Copy the full SHA e2df7afView commit details
Commits on Jan 30, 2017
-
Copy the full SHA aec34e8View commit details
Commits on Jan 11, 2017
-
blocks: fix callback template for message_strobe_random
Sebastian Koslowski committedJan 11, 2017 Copy the full SHA 3f01518View commit details -
blocks: udp source/sink grc wrappers: removed callbacks to missing se…
…tter
Sebastian Koslowski committedJan 11, 2017 Copy the full SHA b63ba31View commit details
Commits on Sep 3, 2016
-
Copy the full SHA b21ce80View commit details
Commits on Aug 26, 2016
-
Copy the full SHA 9566915View commit details
Commits on Aug 16, 2016
-
Copy the full SHA 78047bdView commit details
Commits on Aug 14, 2016
-
Addition of PDU block setters: added setters for the pdu metadata man…
…ipulation blocks pdu_filter, pdu_remove, and pdu_set and associated GRC files.
Copy the full SHA f3bc219View commit details
Commits on Jun 29, 2016
-
Copy the full SHA bbfafb7View commit details
Commits on Jun 14, 2016
-
Copy the full SHA e200488View commit details
Commits on May 27, 2016
-
grc: assign all in-tree blocks to module 'Core'
Sebastian Koslowski committedMay 27, 2016 Copy the full SHA 4565ba9View commit details
Commits on Apr 5, 2016
-
grc: move xmlrpc blocks to gr-blocks
Sebastian Koslowski committedApr 5, 2016 Copy the full SHA 5ef6c0fView commit details -
grc: mark blks2 blocks as deprecated
Sebastian Koslowski committedApr 5, 2016 Copy the full SHA afd1b03View commit details -
grc: move blks2 code into gr-blocks and gr-digital
Sebastian Koslowski committedApr 5, 2016 Copy the full SHA 1d9143bView commit details
Commits on Dec 27, 2015
-
Copy the full SHA b5b8e82View commit details
Commits on Nov 10, 2015
-
max and min now accept a vector output length to allow for sane multi…
…ple 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.
Matt Ettus committedNov 10, 2015 Copy the full SHA ca7bef0View commit details
Commits on Nov 9, 2015
-
Added bidirectional conversion between complex numbers and mag/phase
Matt Ettus committedNov 9, 2015 Copy the full SHA 513426aView commit details
Commits on Oct 11, 2015
-
Copy the full SHA 1b4fb3fView commit details
Commits on Sep 16, 2015
-
blocks: Added updating callback for Tag Object and Vector Source
Paul David committedSep 16, 2015 Copy the full SHA e36c646View commit details
Commits on Sep 6, 2015
-
Copy the full SHA c2d329dView commit details