Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

11/25/2017 MIMO Channel Capacity - File Exchange - MATLAB Central

File Exchange

MIMO Channel Capacity 5.0


1 Rating
version 1.0 (1.33 KB) by Hussam 28 Downloads
The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is Updated 01 Mar 2011
analyzed. View License

Add to Watchlist Download

Overview Functions

In this programe a highly scattered enviroment is considered. The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna
is analyzed.capacity of MIMO the result dependences Capacity (bit/s/Hz), and the SNR (dB), in this simulation we used the initial SNR = 2,
results of simulation for capacity of MIMO 2x2, 3x3, 4x4 systems

Comments and Ratings (6)


Rate this Submission 1 2 3 4 5 (Rating not required)

Comment on this submission

Krishan Tiwari Hello


24 Feb 2017
i need to model MISO fixed LoS channels, is there any code for reference?

vivek mankotia
17 Oct 2012
sir please code de do

manchula hai sir,


26 Nov 2011 iam doing my project related to this .can i get help from you
to attain the max capacity and less SNR(db) BY USING 4*4 MIMO and the diversity

Jeyasangar Hi Sir,
Sangaralingam I am doing a project similar to this can i get some help form you.Details is that
20 Nov 2011 For SNR = 0:2:14dB, provide the simulated
BER vs. SNR(dB) for BPSK transmission using a 4 4 MIMO system.j.shawmiya@hotmail.com

Sherra no code attached!! a mistake?


8 Jun 2011

Bernhard Schmidt In your face, Shannon! B-)


9 Mar 2011

Requires
Communications System Toolbox

MATLAB Release
MATLAB 7.5 (R2007b)

Tags Add Tags


communications momi nt transmit system identifica...

Cancel Save

Acknowledgements
Inspired: MIMOOFDM

https://in.mathworks.com/matlabcentral/fileexchange/30588-mimo-channel-capacity 1/2
11/25/2017 MIMO Channel Capacity - File Exchange - MATLAB Central

Download apps, toolboxes, and other File Exchange content using Add-On Explorer in MATLAB.

Watch video

Win prizes and improve your MATLAB skills


Play today

clear all
clc
Untitled2.m %Shannon capacity
snr=0;
for i = 1:10
snr = snr +2;
c=(log(1+10^(snr/10)))/log(2);
x(i)=snr;
y(i)=c;
end

mathworks.com
1994-2017 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc. See mathworks.com/trademarks for a list of additional trademarks. Other
product or brand names may be trademarks or registered trademarks of their respective holders.

https://in.mathworks.com/matlabcentral/fileexchange/30588-mimo-channel-capacity 2/2

You might also like