summaryrefslogtreecommitdiff
path: root/grc/grc_gnuradio/blks2
Commit message (Collapse)AuthorAgeFilesLines
* grc: move blks2 code into gr-blocks and gr-digitalSebastian Koslowski2016-04-055-635/+0
|
* wxgui+grc: stop bypassing hier_block2 proxy classSebastian Koslowski2014-12-301-4/+4
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-074-12/+12
| | | | 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).
* Fix inconsistent naming and docstringBolin Hsu2014-04-111-1/+1
| | | | | | | | | (1) In the XML files, all keys except "log" are used as parameter names. (2) Most files use the parameter name "log" to flip logging. So change the ones that use "logging" or "debug" to "log". (3) packet_mod constructor does not have the argument payload_length. (4) Add missing args to some docstrings (5) Resolve inconsistency between gmsk_demod code and doc
* Merge branch 'maint'Johnathan Corgan2013-10-271-2/+2
|\
| * grc: fix instance of namespace change in error_rate.pyRick Spanbauer2013-10-271-2/+2
| |
* | digital/packet_utils: adding parameter to take a user input preamble to the ↵Michael Berman2013-10-021-1/+7
|/ | | | packet encoder
* grc: fixes module misnaming from 3.6 to 3.7.Tom Rondeau2013-08-211-3/+3
| | | | Patch supplied by G33KatWork via github.
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-095-423/+423
| | | | Remove all \t's to match the rest of GNU Radio
* grc: fix usage of file descriptor source/sinkVolker Schroer2013-06-151-3/+3
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-172-8/+12
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-062-8/+9
| | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-1/+2
| | | | Also fixes up some other missing moves.
* docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-144-27/+51
|
* core: remove gr_framer_sink_1 after move to gr-digitalJohnathan Corgan2012-06-081-2/+2
|
* grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵Tom Rondeau2011-10-251-2/+2
| | | | block.
* grc: tell the packet utility to look in gr.digital for packet_utils.Tom Rondeau2011-10-251-1/+2
|
* grc: rework the probe blocks and how they fit into grcJosh Blum2011-03-063-190/+1
| | | | | | | | | | | | | | | | | | Removed the source on all probe blocks. Advertise the probe-able function in the docs. Added missing signal probe block. Removed probe function and variable sink blocks. Removed all supporting grc_gnuradio python files. Added variable_function_probe block that can probe arbitrary functions on a block. All the code needed by the function probe is available is the make tag. To display the value of a probe block, use the variable probe block, and a gui widget. To disply the value of a stream, do the same but use the signal probe block. Simple see :-) If more types other than floats need to be read from the stream, the signal probe should be extended.
* Merging r11186:11273 from grc branch.jblum2009-06-237-0/+787
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5