| Author |
Message |
electronicman
Joined: 07 Nov 2004 Posts: 60
|
20 Nov 2006 12:09 Plz Plz help me in wireless communication |
|
|
|
|
Hi, I get very challenging question that I have to plot using Matlab the single-user
channel capacity with rayleigh fading how can I do this for range between 0-30 dB
average SNR.The plot is found in Wireless Communications P.114,115.I did all my best ,but there was not any matchs between my results and the book's.
How can I chose the best standard deviation that will give m the highest capacity for the channel.Please any help books,lecture notes,Matlab source code.....any thing even your sugestion.
What is the average SNR?
What is the CSI?
How can I implement Rayleigh or any distribution (Nagakami-m)in matlab?
|
|
| Back to top |
|
 |
m_llaa
Joined: 12 Mar 2006 Posts: 277 Helped: 23 Location: My Love Iran
|
22 Nov 2006 5:58 Plz Plz help me in wireless communication |
|
|
|
|
Hi electronicman
I didnt see your book, but becareful about this.
Rayleigh fading coefficien with unit variance:
h = sqrt(0.5)*randn + j*sqrt(0.5)*randn
Complex noise with variance N0:
sigma = sqrt(N0/2)
n = sigma*randn + j*sigma*randn
I hope this help u, If u want more, I can help u
|
|
| Back to top |
|
 |
Google AdSense

|
22 Nov 2006 5:58 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
amir_rastegar2003
Joined: 21 Aug 2006 Posts: 346 Helped: 39 Location: Iran(my love)
|
22 Nov 2006 9:24 Re: Plz Plz help me in wireless communication |
|
|
|
|
CSI is the "channel state Information".
based on the amount of CSI, the channel capacity varies.
yu ca use "rayleighchan" and "ricianchan" MATLAB commands.
regards. ( if this helped you plz press"Helped me")
thanks.
|
|
| Back to top |
|
 |
changfa
Joined: 14 Dec 2005 Posts: 276 Helped: 82
|
25 Nov 2006 20:21 Re: Plz Plz help me in wireless communication |
|
|
|
|
>What is the average SNR?
Average SNR is the expectation of the receiver SNR, which is generally a random variable due to the fluctuation of channel strength.
>What is the CSI?
CSI stands for "channel state information." It might change the channel capacity. (The exception is the power limited regime where your bandwidth is very large. In this case, non-coherent schemes suffice.)
>How can I implement Rayleigh or any distribution >(Nagakami-m)in matlab?
If you only need to plot channel capcity in the ergodic sense (by averaging over channel fadings), you can simply user h=randn + j*randn; (with certain normalization of power) to model Rayleigh fading.
|
|
| Back to top |
|
 |