18 Downloads
Updated 03 Dec 2008
No License
Discuss the case where there a multiple (two) transmit antennas and multiple (two) receive antennas resulting in the formation of a 2x2 Multiple Input Multiple Output (MIMO) channel. We will assume that the channel is a flat fading Rayleigh multipath channel and the modulation is BPSK.
The equalization scheme used is Zero Forcing. As expected, the simulated results with a 2×2 MIMO system using BPSK modulation in Rayleigh channel is showing matching results as obtained in for a 1×1 system for BPSK modulation in Rayleigh channel.
For more theoretical description of Zero Forcing Equalization in 2x2 MIMO channel, please check
http://www.dsplog.com/2008/10/24/mimo-zero-forcing/
Krishna Sankar M (2021). MIMO with Zero Forcing equalizer (https://www.mathworks.com/matlabcentral/fileexchange/22304-mimo-with-zero-forcing-equalizer), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
how can be create a channel for 10 by 10 mimo using raylrnd function for zeroforcing
Thank you very much for this codes.
I would like to know if you have any suggestion if we would like to make a Massive MIMO with several Tx Antennas and Rx Antennas?
Thanks
Best Regards
M Idham Habibie
There is something wrong with the code.
hInv = hCof./hDen; % inv(H^H*H)
for i=1:N/nTx
hInv(:,:,i)=conj(hInv(:,:,i));
end
The performance will be much better.
Hi every body,
I would like to know how I can generate Rice samples in Matlab.
Thanks for your response.