<?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: Maximal Ratio Combining (MRC)</title>
	<atom:link href="http://www.dsplog.com/2008/09/28/maximal-ratio-combining/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/</link>
	<description>Signal Processing for Communication</description>
	<lastBuildDate>Thu, 04 Mar 2010 16:31:39 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adem</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-18102</link>
		<dc:creator>Adem</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-18102</guid>
		<description>Also, if the receiver received two signals from a cooperative path and a direct path, how to combine these two signals using MRC and how to find the overall bit bpsk error probability?
my best regards
Adem</description>
		<content:encoded><![CDATA[<p>Also, if the receiver received two signals from a cooperative path and a direct path, how to combine these two signals using MRC and how to find the overall bit bpsk error probability?<br />
my best regards<br />
Adem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adem</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-18101</link>
		<dc:creator>Adem</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-18101</guid>
		<description>Hi Krishna,
This is my first time to deal with a Rayleigh fading channel. could you clarify for me the meaning of  hi and how to find it using a numerical example? 
In a wireless cooperative scheme in which  the node that&#039;s in between the receiver and the transmitter recieves the transmitted BPSK signal and amlify it and forward it to the receiver. How to find the overall BPSK bit error probability (in the case of a Rayleigh channel?</description>
		<content:encoded><![CDATA[<p>Hi Krishna,<br />
This is my first time to deal with a Rayleigh fading channel. could you clarify for me the meaning of  hi and how to find it using a numerical example?<br />
In a wireless cooperative scheme in which  the node that&#8217;s in between the receiver and the transmitter recieves the transmitted BPSK signal and amlify it and forward it to the receiver. How to find the overall BPSK bit error probability (in the case of a Rayleigh channel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-16687</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-16687</guid>
		<description>@Phill: My replies
a) Yes, you may change .* to conv. I use .* as the channel is a single tap (flat fading) hence .* is equivalent to conv. 
b) Well, per the model both are complex values (i.e. it affects transmission on sine and cosine transmissions). For you trial, you may try to play with it
c) Well, you might want to make h and awgn from vectors to matrices. 

Your english is good.</description>
		<content:encoded><![CDATA[<p>@Phill: My replies<br />
a) Yes, you may change .* to conv. I use .* as the channel is a single tap (flat fading) hence .* is equivalent to conv.<br />
b) Well, per the model both are complex values (i.e. it affects transmission on sine and cosine transmissions). For you trial, you may try to play with it<br />
c) Well, you might want to make h and awgn from vectors to matrices. </p>
<p>Your english is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phill</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-16220</link>
		<dc:creator>Phill</dc:creator>
		<pubDate>Sun, 29 Nov 2009 08:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-16220</guid>
		<description>Hello Mr. Khrisna, I&#039;m very thankful for ur explanation &#039;bout this topic...
may I ask &#039;bout ur code:
y = h.*s + 10^(-Eb_N0_dB(ii)/20)*n;

-Why the rayleigh channel (h) multiplied with signal(s)...can I change the .* with &#039;conv&#039;?
-And is AWGN noise and multipath channel always complex value?can I just change them, so it just only hav the real part (without imajiner value)?
-and my last question: what should i do with AWGN &amp; rayleigh ch codes and another codes if I change the data(BPSK) into 2D matrix (e.g. 3x10^6)?

sorry for my terrible english...thanks again...
 my rgrds,
Phill</description>
		<content:encoded><![CDATA[<p>Hello Mr. Khrisna, I&#8217;m very thankful for ur explanation &#8217;bout this topic&#8230;<br />
may I ask &#8217;bout ur code:<br />
y = h.*s + 10^(-Eb_N0_dB(ii)/20)*n;</p>
<p>-Why the rayleigh channel (h) multiplied with signal(s)&#8230;can I change the .* with &#8216;conv&#8217;?<br />
-And is AWGN noise and multipath channel always complex value?can I just change them, so it just only hav the real part (without imajiner value)?<br />
-and my last question: what should i do with AWGN &amp; rayleigh ch codes and another codes if I change the data(BPSK) into 2D matrix (e.g. 3&#215;10^6)?</p>
<p>sorry for my terrible english&#8230;thanks again&#8230;<br />
 my rgrds,<br />
Phill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-15128</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Sun, 08 Nov 2009 02:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-15128</guid>
		<description>@aydar: I agree with your comment. Sorry, I do not have the precise equation for MRC in MIMO case where there is interference.</description>
		<content:encoded><![CDATA[<p>@aydar: I agree with your comment. Sorry, I do not have the precise equation for MRC in MIMO case where there is interference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aydar</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-14430</link>
		<dc:creator>aydar</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-14430</guid>
		<description>Thank you for the reply,

MRC maximizes received SNR after antenna combining. I think, so does ZF in SIMO case too (when ithere is no inter-cell interference), in MIMO it tries to supress interferering MIMO user/stream =&gt; maximizes SINR. So, my question is can you write me a formula of MRC for MIMO case or is MRC defined only for SIMO?

Thank you in advance Krishna.</description>
		<content:encoded><![CDATA[<p>Thank you for the reply,</p>
<p>MRC maximizes received SNR after antenna combining. I think, so does ZF in SIMO case too (when ithere is no inter-cell interference), in MIMO it tries to supress interferering MIMO user/stream =&gt; maximizes SINR. So, my question is can you write me a formula of MRC for MIMO case or is MRC defined only for SIMO?</p>
<p>Thank you in advance Krishna.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/09/28/maximal-ratio-combining/#comment-14401</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Tue, 27 Oct 2009 00:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=241#comment-14401</guid>
		<description>@Talib: I would think so. We have multiple copies of the transmitted symbol and we want to combine them optimally.</description>
		<content:encoded><![CDATA[<p>@Talib: I would think so. We have multiple copies of the transmitted symbol and we want to combine them optimally.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
