Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Channel Capacity Matlab

Status
Not open for further replies.

CAROLEbecks

Newbie level 3
Joined
Jan 22, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
Hello everyone,
I have this little task to do and I need your help. I have to plot the capacity of an AWGN channel and a fading channel in function of the SNR. The code must be written in Matlab.
Can someone please give me some hints of how to get started, what the input of the channel should be, etc..

I really appreciate your help and many thanks in advance.

Carole
 

Hi carole,

I guess you must simply plot the functions given by theory, i.e. C=B*log2(1+SNR) for AWGN. Right?
Or you want to get some experimental results?
Regards

Z
 

Hi carole,

I guess you must simply plot the functions given by theory, i.e. C=B*log2(1+SNR) for AWGN. Right?
Or you want to get some experimental results?
Regards

Z

Hey Z , thx for takin time to reply :) well yes I know that this is the formula I should use, but I just need the matlab code. I mean what should the input be? A QAm constellation for example? If so, how to code it? I'm not really gifted in matlab so I just need sone help to get started. Thank you so much

Carole
 

Hi,
you don't need an input to plot the capacity according to this formula. You can plot the normalized capacity C/B [Bit/Sec/Hz]
which is C_norm = log2(1+SNR)
and all you have to do is set a vector of SNR values and plot this.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top