Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
FlowGraph canvas.
This is always true on Windows with latest PyGTK and so blocks would never move with mouse movement.
Disabling the check appears to have no adverse effects.
|
|
|
|
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher)
empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related
most qa pass, there seems to be some additional issues, will be working through them on futher commits
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/src/lib/runtime/CMakeLists.txt
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block.h
gnuradio-core/src/lib/runtime/gr_hier_block2.h
gnuradio-core/src/lib/runtime/gr_top_block.h
gnuradio-core/src/python/gnuradio/gr/__init__.py
gr-audio/examples/c++/CMakeLists.txt
gr-fcd/examples/c++/CMakeLists.txt
grc/python/Port.py
|
|
|
|
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer.
Also adds an example using vector items.
|
|
Right now, reads headers to get the item size and segment size. Streams data segments as correct data type out of streaming port 0. Does nothing else with meta data.
|
|
Also updates gr_read_file_metadata to add a -D option that properly parses a detached header.
|
|
Conflicts:
gr-utils/src/python/CMakeLists.txt
|
|
Addresses issues #352.
|
|
|
|
can be retrieved afterwards.
Updated qa_pdu to use the new 'store' port for testing the resulting message.
|
|
* msg only blocks now get thread context
* added blocking msg queue delete call
* added gr_message_strobe block
* added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu.
* allow message fan-in connections in GRC
|
|
|
|
When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented.
|
|
|
|
|
|
|
|
|
|
Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block.
|
|
|
|
|
|
using an instance of them
|
|
|
|
signal).
|
|
|
|
|
|
|
|
This block is meant to help debug applications that use stream tags.
|
|
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
|
|
added python QA code
reversed bit ordering to match gr_pack_k_bits
gr_keep_m_in_n:
added python QA code
switched block to operate on individual items as itemsize instead of vectors
updated GRC to match
|
|
digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition
digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes
Cleanup of incorrect forecast behavior
Make the flag port optional, incase external preamble triggers are preferred to in-band
gr_vector_source: added set_data( data ) and rewind() public methods
gr_head: added set_length(int) method to modify head length
New Blocks Added:
gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n)
gr_pack_k_bits: Complementary block fo gr_unpack_k_bits
gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through
|
|
|
|
|
|
|
|
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
|
|
Conflicts:
grc/blocks/Makefile.am
|
|
more appropriate components.
gnuradio-core and grc now have their own examples directories for files directly related to them.
|
|
Also fixes documentation for these blocks.
|
|
|
|
|
|
source defaults.
|
|
Conflicts:
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/gengen/.gitignore
gnuradio-core/src/lib/gengen/Makefile.am
gnuradio-core/src/python/gnuradio/gr/Makefile.am
|
|
Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number.
|
|
|