commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/matt branch, ofdm, updated. cd9cc99


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/matt branch, ofdm, updated. cd9cc99a5aeb399f2fbb172ff69dfead0da66d14
Date: Sat, 20 Feb 2010 18:10:08 +0000 (GMT)

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/matt".

The branch, ofdm has been updated
       via  cd9cc99a5aeb399f2fbb172ff69dfead0da66d14 (commit)
       via  ea9befed95564390d7ec5535efd74db859fd8559 (commit)
       via  79c045b91a6e8acbc600e4b964a8c0c636c13967 (commit)
       via  160ed6f364abadefe2e711411b5e952ce6f1a34c (commit)
       via  5733245c1278d2775098e49d0715c6ff6faeaf65 (commit)
      from  89af2dcd363196ae531135c3bdadae2145a32e65 (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 cd9cc99a5aeb399f2fbb172ff69dfead0da66d14
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 12 18:41:54 2010 -0800

    WIP: Adding Alamouti receiver code - not yet working.

commit ea9befed95564390d7ec5535efd74db859fd8559
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 11 21:32:18 2010 -0800

    Using Alamouti code in transmitter. This still works when only using 1 TX 
antenna. For two TX antennas, this will work but the receiver does not yet 
support the Alamouti code.

commit 79c045b91a6e8acbc600e4b964a8c0c636c13967
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 11 21:30:53 2010 -0800

    Changing frame acquisition block name from MIMO to MRC name to better 
represent what it does.
    The ofdm hier blocks are still named MIMO and should be usable to represent 
many of the different diversity schemes.

commit 160ed6f364abadefe2e711411b5e952ce6f1a34c
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 11 20:28:22 2010 -0800

    Adding block for OFDM MIMO transmit chain that performs Alamouti coding.

commit 5733245c1278d2775098e49d0715c6ff6faeaf65
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 11 20:27:33 2010 -0800

    Using MIMO transmit chain.

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

Summary of changes:
 gnuradio-core/src/lib/general/Makefile.am          |   14 +-
 gnuradio-core/src/lib/general/general.i            |   10 +-
 .../general/gr_ofdm_alamouti_frame_acquisition.cc  |  316 ++++++++++++++++++++
 .../general/gr_ofdm_alamouti_frame_acquisition.h   |  128 ++++++++
 .../general/gr_ofdm_alamouti_frame_acquisition.i   |   53 ++++
 .../src/lib/general/gr_ofdm_alamouti_tx_cc.cc      |   93 ++++++
 .../src/lib/general/gr_ofdm_alamouti_tx_cc.h       |   60 ++++
 .../src/lib/general/gr_ofdm_alamouti_tx_cc.i       |   32 ++
 .../lib/general/gr_ofdm_mimo_frame_acquisition.cc  |  236 ---------------
 .../lib/general/gr_ofdm_mimo_frame_acquisition.h   |  118 --------
 .../lib/general/gr_ofdm_mimo_frame_acquisition.i   |   51 ----
 .../lib/general/gr_ofdm_mrc_frame_acquisition.cc   |  236 +++++++++++++++
 .../lib/general/gr_ofdm_mrc_frame_acquisition.h    |  120 ++++++++
 .../lib/general/gr_ofdm_mrc_frame_acquisition.i    |   51 ++++
 .../src/python/gnuradio/blks2impl/ofdm_mimo.py     |  188 +++++++++---
 .../gnuradio/blks2impl/ofdm_mimo_receiver.py       |   28 ++-
 .../python/ofdm/benchmark_ofdm_mimo.py             |   30 ++-
 .../python/ofdm/transmit_path_mimo.py              |   27 ++-
 18 files changed, 1305 insertions(+), 486 deletions(-)
 create mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_alamouti_frame_acquisition.cc
 create mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_alamouti_frame_acquisition.h
 create mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_alamouti_frame_acquisition.i
 create mode 100644 gnuradio-core/src/lib/general/gr_ofdm_alamouti_tx_cc.cc
 create mode 100644 gnuradio-core/src/lib/general/gr_ofdm_alamouti_tx_cc.h
 create mode 100644 gnuradio-core/src/lib/general/gr_ofdm_alamouti_tx_cc.i
 delete mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_mimo_frame_acquisition.cc
 delete mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_mimo_frame_acquisition.h
 delete mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_mimo_frame_acquisition.i
 create mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_mrc_frame_acquisition.cc
 create mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_mrc_frame_acquisition.h
 create mode 100644 
gnuradio-core/src/lib/general/gr_ofdm_mrc_frame_acquisition.i


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




reply via email to

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