| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The default values in the chooser changed in a previous commit so
it did not translate properly to this flowgraph
There are probably more flowgraphs that will be affected by this
Fixes #3027
|
|
|
|
|
| |
Simple flowgraph to start and stop via a checkbox the saving of a file
to the tagged file sink block
|
|
|
|
|
|
|
|
| |
blks2_selector was deprecated and finally removed
This block implements the same functionality but in a way more similar
to the Copy block
fixes #2460
|
|
|
|
|
| |
This commit adds `.gitignore` files to some example folders. This helps
to keep auto generated files out of commits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit converts the examples in `gr-blocks` to the new YAML format.
This conversion is tracked in #2285.
The flowgraphs in `examples/msg_passing/hier` are converted as well,
though hier block generations seems to be broken. In order to load
`test_msg_hier_topblock.grc` it is necessary to:
1. Open and generate `test_msg_hier.grc` manually
2. Update the generated `test_msg_hier.py.blocks.yml` in the system
`.grc_gnuradio` folder. The input and output IDs are not unique. All
inputs are named `out0` all outputs `in0`. Rename the second input and
output to end in `1` in order to make things work.
|
|
|
|
|
|
|
|
| |
This commit converts the examples in `gr-blocks` to the new YAML format.
This conversion is tracked in #2285.
The example file `simple_copy_controller.py` seems to fail with Py3k. It
fails on a `postMessage` call. Though, this seems like another bug.
|
|
|
|
|
|
|
|
|
| |
This commit converts the examples in `gr-blocks` to the new YAML format.
This conversion is tracked in #2285.
Change `Extra Dict.` dtype in `File Meta Sink` to `raw`. Also, put
`pmt.make_dict()` as argument. Otherwise these flowgraphs fail due to a
type error.
|
|
|
|
|
| |
This commit converts the examples in `gr-blocks` to the new YAML format.
This conversion is tracked in #2285.
|
|
|
|
|
|
|
|
|
|
| |
This commit converts the examples in `gr-blocks` to the new YAML format.
This conversion is tracked in #2285.
The assertion in `grc/blocks_multiply_matrix_xx.block.yml` to check if
the selected tag propagation policy and the given matrix are compatible
is disabled. This might be an issue with `dtype: enum` and its
resolution in Mako.
|
| |
|
|
|
|
|
|
|
|
|
| |
This should reduce the number of times users are prompted to install
pylab || scipy when they'd actually get away with functionality fully
contained in numpy and matplotlib.
This only solves the obvious cases. There's some usage of `pylab.mlab`
that would need more than 20s of consideration.
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
gr-digital/examples/CMakeLists.txt
gr-uhd/lib/usrp_source_impl.cc
gr-uhd/lib/usrp_source_impl.h
|
| | |
| | |
| | |
| | | |
flatten_aux() function where the blocks are all identified. Also removed a workaround to the simple_copy example that is no longer relevant with this fix
|
|\| |
| | |
| | |
| | |
| | | |
Conflicts:
volk
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
Conflicts:
gnuradio-runtime/python/gnuradio/gr/tag_utils.py
|
| |\| |
|
| | |
| | |
| | |
| | | |
not exposed without anything connected to it, so the example just did not work at all)
|
|/ / |
|
| | |
|
|/
|
|
|
|
| |
CPack is not used, unmaintaned, and broken.
This does not eliminate any MSVC build functionality.
|
|
|
|
|
|
|
| |
Executor uses information about the number of items produced/consumed to
update the relative rate. This makes sure tags are being propagated by
all blocks correctly. Needed for pfb_clock_sync to use the
correlate_and_sync block's tags.
|
| |
|
|
|
|
|
|
|
|
| |
Also added an example, usrp_sink_controller.py, to excercise this
feature. Fixed up the source example, too, to better manage parsing
options and setting the UHD source block alias (defaults to 'gr uhd
usrp source0', which is the default for any flowgraph with a single
UHD source block).
|
|
|
|
|
| |
Explore simple cases of passing messages to message handlers over
controlport. Installed into standard examples directory.
|
|
|
|
| |
Fixes some issues from setting parameters while running.
|
|
|
|
|
|
| |
In the original form, work function in peak_detector2 block sometimes
returns -1. For more details, see the mailing list thread:
- http://lists.gnu.org/archive/html/discuss-gnuradio/2015-04/msg00197.html
|
| |
|
|
|
|
|
|
| |
Edit boxes to set the tag's offset, key, value, and source id to make
it easier to create and use tags in a flwograph. the gr-blocks example
vector_source_with_tags.grc has been updated to use this.
|
| |
|
|
|
|
|
|
| |
- vector_source now adds the srcid of the tag to the actual tag stream.
- tag_utils' python_to_tag can now be called with just 3 parameters by omitting the srcid; gets filled in with PMT_F.
- updated vector_source_with_tags example to have tags with and without srcid set.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
This block maps inputs to outputs by matrix multiplication.
Also includes QA.
|
|/ |
|
|
|
|
| |
Don't want to have QT GUI Plot show up for every plot now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
|
|
|
|
| |
moved all refs to gr-blocks.
|
|
|
|
| |
in gr-blocks.
|
| |
|
|
|
|
| |
Also removes stray reference to gri_fft.h.
|
|
|
|
| |
message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
|