<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Deriving PDF of Rayleigh random variable</title>
	<atom:link href="http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/</link>
	<description>Signal Processing for Communication</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:20:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/#comment-24647</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=197#comment-24647</guid>
		<description>@PeterRay: My replies
a) You can use the histogram (hist function in Matlab) to obtain the PDF. 
b) One needs to the write the equations to figure out the nature of the PDF
c) Did you mean, you want to add correlation to the channel coefficients?</description>
		<content:encoded><![CDATA[<p>@PeterRay: My replies<br />
a) You can use the histogram (hist function in Matlab) to obtain the PDF.<br />
b) One needs to the write the equations to figure out the nature of the PDF<br />
c) Did you mean, you want to add correlation to the channel coefficients?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterRay</title>
		<link>http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/#comment-20718</link>
		<dc:creator>PeterRay</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=197#comment-20718</guid>
		<description>Hello Krishna,
I am new to matlab. I need some help. Suppose we have &#039;Nr x Nt&#039; MIMO channel matrix.And we assume iid rayleigh fading. So the magnitude of every entry will be rayleigh distributed. Now at the receiver side we have &#039;Nr&#039; receive antennas and at every antenna we will have a set of values for every transmitted symbol. I wish to plot the pdf of the output values. (like the output SNR). How do I find the pdf then ? What kind of pdf will it be ? Further if I have to toss independent and non identical channels how to I do that ? we usually write &quot;(1/sqrt(2))*(randn(Nr,Nt)+j*randn(Nr,Nt))&quot; for a typical unit variance zero mean channel.Please correct me if my understanding is wrong.  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hello Krishna,<br />
I am new to matlab. I need some help. Suppose we have &#8216;Nr x Nt&#8217; MIMO channel matrix.And we assume iid rayleigh fading. So the magnitude of every entry will be rayleigh distributed. Now at the receiver side we have &#8216;Nr&#8217; receive antennas and at every antenna we will have a set of values for every transmitted symbol. I wish to plot the pdf of the output values. (like the output SNR). How do I find the pdf then ? What kind of pdf will it be ? Further if I have to toss independent and non identical channels how to I do that ? we usually write &#8220;(1/sqrt(2))*(randn(Nr,Nt)+j*randn(Nr,Nt))&#8221; for a typical unit variance zero mean channel.Please correct me if my understanding is wrong.  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/#comment-16900</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Thu, 10 Dec 2009 01:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=197#comment-16900</guid>
		<description>@mesange: Hope the following code snippet helps
&gt;&gt;h = 1/sqrt(2)*(randn(1,1000) + j*randn(1,1000)) % rayleigh random variable
&gt;&gt;hP = h.*conj(h); % finding the power
&gt;&gt;hist(hP) % plotting the histogram</description>
		<content:encoded><![CDATA[<p>@mesange: Hope the following code snippet helps<br />
&gt;&gt;h = 1/sqrt(2)*(randn(1,1000) + j*randn(1,1000)) % rayleigh random variable<br />
&gt;&gt;hP = h.*conj(h); % finding the power<br />
&gt;&gt;hist(hP) % plotting the histogram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mesange</title>
		<link>http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/#comment-16855</link>
		<dc:creator>mesange</dc:creator>
		<pubDate>Wed, 09 Dec 2009 08:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=197#comment-16855</guid>
		<description>Dear Krishna I hope you are doing good !!!
I have question relating to gaussian random variables, i need to plot the pdf of the following:

=summation(from i=0 to i = P) &#124;H^i&#124;²

 where H are  circularly symmetric complex Gaussian random variables ...
I donno how to do it in matlab ,,, kindly help
thanks in advance,
mesange.</description>
		<content:encoded><![CDATA[<p>Dear Krishna I hope you are doing good !!!<br />
I have question relating to gaussian random variables, i need to plot the pdf of the following:</p>
<p>=summation(from i=0 to i = P) |H^i|²</p>
<p> where H are  circularly symmetric complex Gaussian random variables &#8230;<br />
I donno how to do it in matlab ,,, kindly help<br />
thanks in advance,<br />
mesange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks about Pdf</title>
		<link>http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/#comment-1820</link>
		<dc:creator>Bookmarks about Pdf</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=197#comment-1820</guid>
		<description>[...] - bookmarked by 4 members originally found by jamo on 2008-08-27  Deriving PDF of Rayleigh random variable  http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/ - bookmarked by 5 members [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 4 members originally found by jamo on 2008-08-27  Deriving PDF of Rayleigh random variable  <a href="http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/" rel="nofollow">http://www.dsplog.com/2008/07/17/derive-pdf-rayleigh-random-variable/</a> &#8211; bookmarked by 5 members [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
