5.0

5.0 | 3 ratings Rate this file 222 downloads (last 30 days) File Size: 2.41 KB File ID: #22305

Alamouti STBC

by Krishna Sankar M

 

03 Dec 2008 (Updated 27 Jun 2009)

Code covered by BSD License  

Discuss 2Tx. 1Rx transmit diversity scheme called Alamouti Space Time Block Coding (STBC)

Download Now | Watch this File

File Information
Description

A simple Space Time Code, suggested by Mr. Siavash M Alamouti in his landmark October 1998 paper - A Simple Transmit Diversity Technique for Wireless Communication, offers a simple method for achieving spatial diversity with two transmit antennas.

Since the estimate of the transmitted symbol with the Alamouti STBC scheme is identical to that obtained from MRC, the BER should be same as that for MRC. However, there is a small catch. With Alamouti STBC, we are transmitting from two antenna’s. Hence the total transmit power in the Alamouti scheme is twice that of that used in MRC. To make the comparison fair, we need to make the total trannsmit power from two antennas in STBC case to be equal to that of power transmitted from a single antenna in the MRC case.

With this scaling, we can see that BER performance of 2Tx, 1Rx Alamouti STBC case has a roughly 3dB poorer performance that 1Tx, 2Rx MRC case.

For theoretical details on 2 transmit, 1 receive Alamouti STBC coding and its equalization, please check
http://www.dsplog.com/2008/10/16/alamouti-stbc/

MATLAB release MATLAB 7 (R14)
Zip File Content  
Other Files license.txt,
script_ber_alamouti_stbc_code_bpsk_rayleigh_channel.m
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (6)
18 Mar 2009 Yi Xiao

Very good! Clear codes and explanation.

Only one question, why we need these lines:
    yHat = sum(hEq.*yMod,1)./hEqPower;
    yHat(2:2:end) = conj(yHat(2:2:end));

I mean, if the decision rule is: ipHat = real(yHat)>0;
Then
yHat = sum(hEq.*yMod,1)
will be enough for everything.
Why do we need to divide it by the power of the channel and do the conjugate for
h2*y1 -h1y2* ?
I am a little bit confused here.

21 Mar 2009 Krishna Sankar M

@Yi Xiao: Well, for BPSK constellation, you are right - one need not divide by the channel power. However, for higher order modulations one needs to take care of the scaling factor such that the constellation boundaries can be defined correctly. Hence provided the equation for the general case. Hope this helps.

21 Mar 2009 Yi Xiao

Thank u, it helps a lot. By the way, could u please recommend me some paper or articles that talk about the scaling factor problem for Alamouti's code in higher order modulation?

I am studing on Alamouti's paper and I can get the same simulation result when using BPSK but not for QPSK, ur code inspires me alot and I want to learn more about scaling factor u mentioned.

Thanks again.

26 Mar 2009 PRAVEENA  
04 Apr 2009 Krishna Sankar M

@Yi Xiao: The channel power is indeed the scaling factor, no?

05 Oct 2009 Shanar

Hi Mate
This is really good work just I have simple question in my mind, can i emplement your code to work on IEEE802.16 transmitter receiver?
Thanks in advance

Please login to add a comment or rating.
Updates
27 Jun 2009

Updated to BSD license

27 Jun 2009

Changed to BSD license

Tag Activity for this File
Tag Applied By Date/Time
communications Krishna Sankar M 04 Dec 2008 15:01:16
alamouti Krishna Sankar M 05 Dec 2008 11:42:58
stbc Krishna Sankar M 05 Dec 2008 11:42:58
communications Cristina McIntire 05 Dec 2008 14:43:15
alamouti ss dd 06 Mar 2009 05:07:03
signal processing Krishna Sankar M 29 Jun 2009 10:41:15
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com