| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
| |
(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
|
|\ |
|
| | |
|
|/
|
|
| |
packet encoder
|
|
|
|
| |
Patch supplied by G33KatWork via github.
|
|
|
|
| |
Remove all \t's to match the rest of GNU Radio
|
| |
|
|
|
|
| |
copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
|
|
|
|
| |
message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
|
|
|
|
| |
Also fixes up some other missing moves.
|
| |
|
| |
|
|
|
|
| |
block.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
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
|