My Top 12 Marconi Award Winners

While reading an article on social media I came to know that Siavash M. Alamouti has been awarded the Marconi Award for the year 2022. It came as no surprise as his work on MIMO technology has been ground breaking and has influenced the work of thousands of researchers. If there is a moot point it is that this award must have been given earlier. Just look up his 1998 paper on Google Scholar and you will find that the number of citations has reached a staggering figure of 18,756. On a personal front, I must admit that when I started my research on MIMO I was having difficulty grasping the concepts and it was Alamouti’s paper that set my direction of research.

Read more

Alamouti – Transmit Diversity Scheme – Implemented in Python

We have already seen in previous posts that the BER of BPSK increases significantly when the channel changes from a simple AWGN channel to a fading channel. One solution to this problem, that was proposed by Alamouti, was to use Transmit Diversity i.e. multiple transmit antennas transmit the information over multiple time slots increasing the likelihood of receiving the information. We have considered the simplest case of two transmit antennas and BPSK modulation (QPSK modulation would give the same BER with twice the throughput). Given below is the Python code for this, feel free to modify it and run it […]

Read more

Alamouti Scheme

So we have seen that multiple transmit antennas provide the same gain as multiple receive antennas if the channel state information can be fed back to the transmitter. But what if the channel state information cannot be fed back to the transmitter (or it can be done but not quickly enough). The solution to this problem is the so called “Alamouti Scheme”. In this scheme two symbols are simultaneously transmitted from two transmit antennas and in the next time slot phase shifted versions of these two symbols are transmitted over the two transmit antennas. The channel is assumed to be […]

Read more