[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (3c060c3 -> 6489c8c)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (3c060c3 -> 6489c8c) |
Date: |
Thu, 4 Dec 2014 16:22:06 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from 3c060c3 Merge branch 'master' into next
adds eee9ec9 Corrected the fast_atan2f function. Recalculated the
table and corrected some errors in the code. Error before correction: <0.111
degrees. Error after correction: <8.20E-5 degrees Some QA tests failed after
correcting fast_atan2f function. The tests were also fixed.
adds f863b5c modified the qa tests to the correct values.
adds 3ccfc81 cleaned the code
adds b527f59 Checking for NaN takes too much time. With some
incompatibility to cmath atan2 for some NaN/Inf combinations the performance is
better now. This change should not have any impact in SDR related things. It is
only for checking NaN/Inf values.
adds 95939b2 Merge remote-tracking branch 'st0ne/maint' into maint
adds 114494f runtime: math: in fast_atan2f, moved nested if that
checks for divide by zero out into its own check.
adds 9cfa4ba runtime: math: reset a QA test for the fast_atan2f for
mixed nan/inf input.
adds 92ac02f qtgui: compare current time domain x-axis unit with new
unit to ensure time scale update.
adds 57ee0e7 digital: fixes issues with the constellation soft
decoder, specifically how the decisions are calculated in the C++ code and some
issues with the QAM16 constellation in particular.
adds a74d0f1 digtial: adding example to explore the constellation
decoder and soft decoder for different constellations.
adds 464f23a filter: fixed default filter for rational_resampler.
adds 9287d50 filter: adds documentation to using the rational
resamplers.
adds ec05c9b logger: fixed a problem with the Python loggers not
respecting the log_file and debug_file settings in the logger preferences file.
adds 8236ec0 Merge branch 'maint'
adds 56f6953 logger: adds a function to the logger facilities that
allows us to update the format of the logging output.
new 6489c8c Merge branch 'master' into next
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnuradio-runtime/include/gnuradio/logger.h.in | 7 +-
gnuradio-runtime/lib/basic_block.cc | 2 +
gnuradio-runtime/lib/block.cc | 2 +-
gnuradio-runtime/lib/logger.cc | 31 +
gnuradio-runtime/lib/math/fast_atan2f.cc | 18 +-
gnuradio-runtime/lib/math/qa_fast_atan2f.cc | 46 +-
gnuradio-runtime/python/gnuradio/gr/__init__.py | 12 +-
gr-analog/python/analog/qa_pll_carriertracking.py | 200 +--
gr-analog/python/analog/qa_pll_freqdet.py | 198 +--
gr-analog/python/analog/qa_pll_refout.py | 198 +--
gr-digital/examples/CMakeLists.txt | 3 +-
.../examples/demod/constellation_soft_decoder.grc | 1447 +++++++++++---------
.../include/gnuradio/digital/constellation.h | 45 +-
gr-digital/lib/constellation.cc | 147 +-
.../lib/constellation_soft_decoder_cf_impl.cc | 8 +-
gr-digital/python/digital/qa_constellation.py | 107 +-
.../digital/qa_constellation_soft_decoder_cf.py | 155 ++-
gr-digital/python/digital/qam_constellations.py | 2 +-
gr-digital/python/digital/soft_dec_lut_gen.py | 98 +-
.../filter/rational_resampler_base_XXX.h.t | 38 +
gr-filter/python/filter/rational_resampler.py | 43 +-
gr-qtgui/lib/TimeDomainDisplayPlot.cc | 8 +-
22 files changed, 1576 insertions(+), 1239 deletions(-)
copy gr-fec/examples/fecapi_async_decoders.grc =>
gr-digital/examples/demod/constellation_soft_decoder.grc (72%)
- [Commit-gnuradio] [gnuradio] branch next updated (3c060c3 -> 6489c8c),
git <=