commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.7.0git-86-g10a95f9
Date: Thu, 6 Jun 2013 21:18:24 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, master has been updated
       via  10a95f9416140b5b37153e941454e97a05079d7d (commit)
       via  9896a6727bc1446e0597ad51cc4305acfb46ff1b (commit)
      from  1505b377413b9da228dce34f55186dd8849f7d21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 10a95f9416140b5b37153e941454e97a05079d7d
Merge: 1505b37 9896a67
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 6 16:41:36 2013 -0400

    Merge remote-tracking branch 'osh/master'

commit 9896a6727bc1446e0597ad51cc4305acfb46ff1b
Author: Tim O'Shea <address@hidden>
Date:   Thu Jun 6 16:15:52 2013 -0400

    channels: new frequency selective fading block

-----------------------------------------------------------------------

Summary of changes:
 gr-channels/grc/CMakeLists.txt                     |    1 +
 ...del.xml => channels_selective_fading_model.xml} |   34 +++-
 .../include/gnuradio/channels/CMakeLists.txt       |    1 +
 .../{fading_model.h => selective_fading_model.h}   |   27 ++--
 gr-channels/lib/CMakeLists.txt                     |    2 +
 gr-channels/lib/fading_model_impl.cc               |   83 +----------
 gr-channels/lib/fading_model_impl.h                |   44 +----
 gr-channels/lib/flat_fader_impl.cc                 |  117 ++++++++++++++
 .../lib/{fading_model_impl.h => flat_fader_impl.h} |   64 +++-----
 gr-channels/lib/selective_fading_model_impl.cc     |  169 ++++++++++++++++++++
 gr-channels/lib/selective_fading_model_impl.h      |   79 +++++++++
 gr-channels/lib/sincostable.h                      |    3 +
 gr-channels/swig/channels_swig.i                   |    3 +
 13 files changed, 455 insertions(+), 172 deletions(-)
 copy gr-channels/grc/{channels_fading_model.xml => 
channels_selective_fading_model.xml} (68%)
 copy gr-channels/include/gnuradio/channels/{fading_model.h => 
selective_fading_model.h} (76%)
 create mode 100644 gr-channels/lib/flat_fader_impl.cc
 copy gr-channels/lib/{fading_model_impl.h => flat_fader_impl.h} (66%)
 create mode 100644 gr-channels/lib/selective_fading_model_impl.cc
 create mode 100644 gr-channels/lib/selective_fading_model_impl.h


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]