[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (51c0426 -> 513426a)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (51c0426 -> 513426a) |
Date: |
Tue, 10 Nov 2015 01:02:09 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from 51c0426 Merge remote-tracking branch
'mmueller/qtgui_FrequencyDisplay_Plot'
new 513426a Added bidirectional conversion between complex numbers
and mag/phase
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:
gr-blocks/grc/blocks_block_tree.xml | 2 +
...to_float.xml => blocks_complex_to_magphase.xml} | 14 +++----
..._complex.xml => blocks_magphase_to_complex.xml} | 14 +++----
gr-blocks/include/gnuradio/blocks/CMakeLists.txt | 2 +
.../{complex_to_real.h => complex_to_magphase.h} | 22 ++++++-----
.../{complex_to_real.h => magphase_to_complex.h} | 18 ++++-----
gr-blocks/lib/CMakeLists.txt | 2 +
..._to_arg_impl.cc => complex_to_magphase_impl.cc} | 27 +++++++------
...{add_XX_impl.h.t => complex_to_magphase_impl.h} | 18 ++++-----
...complex_impl.cc => magphase_to_complex_impl.cc} | 45 ++++++++--------------
...{abs_XX_impl.h.t => magphase_to_complex_impl.h} | 18 ++++-----
gr-blocks/swig/blocks_swig2.i | 3 ++
gr-blocks/swig/blocks_swig3.i | 3 ++
13 files changed, 95 insertions(+), 93 deletions(-)
copy gr-blocks/grc/{blocks_complex_to_float.xml =>
blocks_complex_to_magphase.xml} (71%)
copy gr-blocks/grc/{blocks_float_to_complex.xml =>
blocks_magphase_to_complex.xml} (71%)
copy gr-blocks/include/gnuradio/blocks/{complex_to_real.h =>
complex_to_magphase.h} (64%)
copy gr-blocks/include/gnuradio/blocks/{complex_to_real.h =>
magphase_to_complex.h} (69%)
copy gr-blocks/lib/{complex_to_arg_impl.cc => complex_to_magphase_impl.cc}
(67%)
copy gr-blocks/lib/{add_XX_impl.h.t => complex_to_magphase_impl.h} (74%)
copy gr-blocks/lib/{float_to_complex_impl.cc => magphase_to_complex_impl.cc}
(58%)
copy gr-blocks/lib/{abs_XX_impl.h.t => magphase_to_complex_impl.h} (74%)
- [Commit-gnuradio] [gnuradio] branch master updated (51c0426 -> 513426a),
git <=