MATLAB: What is uncoded MIMO channel

Communications Toolboxmimo

Hi
I am currently learning MIMO concepts. What is uncoded MIMO channel and how to derive BER for 2 transmitters and 2 receviers?

Best Answer

As I understand it, uncoded probably points to the source data that does have have any channel coding associated with it. An example of channel coding is the (7,4) Hamming code, where parity bits are added for channel proofing.
You can look into comm.MIMOChannel to try and understand more about MIMO. There are a few examples to help you get started.
This example tries to study the effects of various antenna arrangements, including MIMO, on BER.
Hope this helps!
Related Question