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.
|
|
|
|
|
|
|
|
could be improperly set.
This fixed issues with qa_fir_filter_with_buffer.
|
|
This should fix some problems with gr-filter QA tests. Also removes some warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2.
|
|
|
|
Dummy QA test needs work.
More documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alignment is properly handled.
|
|
|
|
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).
|
|
Include QA and GRC.
|
|
|
|
QA, docs, and GRC.
|
|
No need for our own adaptive_fir class; can do everything with fir_filter.
With QA code.
|
|
|
|
|