Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Conflicts:
gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
|
|
Each unit test shares common dependencies,
but we have been neglecting to set these.
In this changeset, we set one top level GR_TEST_TARGET_DEPS,
and simply append module-specific dependencies for each test.
This also helps to fix QA tests on windows
which were missing the dependencies list.
Conflicts:
gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
|
|
seed for noise source, matching the documentation update in 0d6871b3.
|
|
Techinically this include should be the tags header which
brings in the pmt *and* the tags struct definition.
This happens to be working because the struct definition
is implicitly included by the gr_block* and subclass headers.
|
|
|
|
Conflicts:
gnuradio-core/src/lib/io/gr_tagged_file_sink.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing
changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
|
|
Conflicts:
gruel/src/swig/CMakeLists.txt
|
|
This build stuff should not be at the top level.
|
|
pmt swig gen depends upon the generated header
core depends upon pmt swig custom target
Conflicts:
gruel/src/swig/CMakeLists.txt
|
|
We generate the docs so its important that the docs see this header generated first.
|
|
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
|
|
Sorry guys, I misunderstood the comments.
Wave data is specifically in little endian format.
Therefore we should only be swapping on big endian machines.
Since systems only provide network endian macros:
The following commit provides a cross platform byteswap
and macros for host to/from worknet short and long.
|
|
|
|
|
|
This block is meant to help debug applications that use stream tags.
|
|
|
|
|
|
|
|
2. fix offset checking in pmt_annotator_raw
|
|
|
|
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
|
|
|
|
|
|
Includes QA and GRC.
Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter).
|
|
added support for pmt_serialize and pmt_deserialize for uint64_t type pmts
added gr_add_const_bb typed block to gr_add_const_XX gengen
|
|
|
|
|
|
|
|
Using mutex to make add_tag and work thread safe.
Throwing exception intead of asserting on error.
|
|
|
|
allows passing a raw pmt k->v pair from outside the flowgraph/python
in at exact samples
also added GRUEL autogenerated .i files to gnuradio-core-swig include line
|
|
|
|
|
|
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
|
|
|
|
For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1.
|
|
|
|
|
|
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
|
|
|