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, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.6.3-701-g2abded0
Date: Thu, 14 Feb 2013 23:34:53 +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, next has been updated
       via  2abded0797d9a04217674285014b17422bfea1b3 (commit)
       via  e0c0329fe556780d843c2cf02dd0d8599c00f10b (commit)
       via  c174306a3fc3fe4923d0e8af046d844ca0696b6b (commit)
       via  8d40dde0a8dbe79b7f426aa86b06813e62e87fa2 (commit)
       via  cb5fb7ba0d570bee64c1c58546f275a346ce5cdf (commit)
      from  ee5d5cda03c2f162db4e91ff09cb24203192b1f9 (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 2abded0797d9a04217674285014b17422bfea1b3
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 14 18:35:31 2013 -0500

    channels: updating copyright year.

commit e0c0329fe556780d843c2cf02dd0d8599c00f10b
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 14 18:33:28 2013 -0500

    channels: adding simple QA for fading model. Doesn't really test much but 
that it runs.

commit c174306a3fc3fe4923d0e8af046d844ca0696b6b
Merge: ee5d5cd 8d40dde
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 14 18:06:18 2013 -0500

    Merge remote-tracking branch 'osh/next' into next

commit 8d40dde0a8dbe79b7f426aa86b06813e62e87fa2
Author: Tim O'Shea <address@hidden>
Date:   Thu Feb 14 16:27:36 2013 -0500

    channels: adding grc definition for fading_model

commit cb5fb7ba0d570bee64c1c58546f275a346ce5cdf
Author: Tim O'Shea <address@hidden>
Date:   Thu Feb 14 16:26:48 2013 -0500

    channels: adding Rayliegh/Rician fading model

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

Summary of changes:
 gr-channels/grc/CMakeLists.txt                     |    1 +
 gr-channels/grc/channels_block_tree.xml            |    1 +
 gr-channels/grc/channels_fading_model.xml          |   75 ++++++++
 gr-channels/include/channels/CMakeLists.txt        |    1 +
 gr-channels/include/channels/fading_model.h        |   73 ++++++++
 gr-channels/lib/CMakeLists.txt                     |    1 +
 gr-channels/lib/fading_model_impl.cc               |  193 ++++++++++++++++++++
 gr-channels/lib/fading_model_impl.h                |   93 ++++++++++
 gr-channels/lib/sincostable.h                      |   30 +++
 .../{qa_channel_model.py => qa_fading_model.py}    |   27 ++--
 gr-channels/swig/channels_swig.i                   |    3 +
 11 files changed, 485 insertions(+), 13 deletions(-)
 create mode 100644 gr-channels/grc/channels_fading_model.xml
 create mode 100644 gr-channels/include/channels/fading_model.h
 create mode 100644 gr-channels/lib/fading_model_impl.cc
 create mode 100644 gr-channels/lib/fading_model_impl.h
 create mode 100644 gr-channels/lib/sincostable.h
 copy gr-channels/python/{qa_channel_model.py => qa_fading_model.py} (70%)
 mode change 100755 => 100644


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



reply via email to

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