<?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: Minimum frequency spacing for having orthogonal sinusoidals</title>
	<atom:link href="http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/</link>
	<description>Signal Processing for Communication</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:03:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fly4ever</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-17968</link>
		<dc:creator>fly4ever</dc:creator>
		<pubDate>Sun, 10 Jan 2010 04:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-17968</guid>
		<description>3. In the above Matlab code snippet, with seperation, the sum of the product of two sinusoidals is only nearly equal to zero (and not zero). Need to think more and revert.

I think it is because that the Matlab sum function cannot present the real meaning of integrate, (the area of the curve of the product of two sinusoidals).
Hence 
      sum_with_phi_random = sum(s1.*s2)
should be add the factor 1/fs, as below:
      sum_with_phi_random = sum(s1.*s2)*1/fs</description>
		<content:encoded><![CDATA[<p>3. In the above Matlab code snippet, with seperation, the sum of the product of two sinusoidals is only nearly equal to zero (and not zero). Need to think more and revert.</p>
<p>I think it is because that the Matlab sum function cannot present the real meaning of integrate, (the area of the curve of the product of two sinusoidals).<br />
Hence<br />
      sum_with_phi_random = sum(s1.*s2)<br />
should be add the factor 1/fs, as below:<br />
      sum_with_phi_random = sum(s1.*s2)*1/fs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Pillai</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-5043</link>
		<dc:creator>Krishna Pillai</dc:creator>
		<pubDate>Tue, 10 Feb 2009 15:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-5043</guid>
		<description>@ram: I did not do the detailed analysis, but I think (f1+f2)T being an integer is required for saying that two sinusoidals with zero phase difference to be orthogonal is f1-f2 = 1/2T</description>
		<content:encoded><![CDATA[<p>@ram: I did not do the detailed analysis, but I think (f1+f2)T being an integer is required for saying that two sinusoidals with zero phase difference to be orthogonal is f1-f2 = 1/2T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-4917</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Sat, 07 Feb 2009 18:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-4917</guid>
		<description>one more question it was mentioned that for what ever value of phi form 0 to 2pi the cos term should be one and the sin term is zero..

But it is not necessary...
check out for phi = 135degress and the cos term and sin term as 1 then even the equation goes to zero.....</description>
		<content:encoded><![CDATA[<p>one more question it was mentioned that for what ever value of phi form 0 to 2pi the cos term should be one and the sin term is zero..</p>
<p>But it is not necessary&#8230;<br />
check out for phi = 135degress and the cos term and sin term as 1 then even the equation goes to zero&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-4909</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Sat, 07 Feb 2009 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-4909</guid>
		<description>everything is ok. But, what about the condition (f1+f2)T is integer that is assumed in the derivation???

what about if (f1+f2)T is not integer???
???</description>
		<content:encoded><![CDATA[<p>everything is ok. But, what about the condition (f1+f2)T is integer that is assumed in the derivation???</p>
<p>what about if (f1+f2)T is not integer???<br />
???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-4908</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Sat, 07 Feb 2009 10:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-4908</guid>
		<description>everything is ok. But, what about the condition (f1+f2)T is integer that is assumed in the derivation???

what about if (f1+f2)T is not integer???</description>
		<content:encoded><![CDATA[<p>everything is ok. But, what about the condition (f1+f2)T is integer that is assumed in the derivation???</p>
<p>what about if (f1+f2)T is not integer???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Pillai</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-243</link>
		<dc:creator>Krishna Pillai</dc:creator>
		<pubDate>Tue, 06 May 2008 03:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-243</guid>
		<description>@amr alaa: Thanks. You may subscribe to the RSS-over-email or RSS-feed :)</description>
		<content:encoded><![CDATA[<p>@amr alaa: Thanks. You may subscribe to the RSS-over-email or RSS-feed <img src='http://www.dsplog.com/db-install/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amr alaa</title>
		<link>http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-238</link>
		<dc:creator>amr alaa</dc:creator>
		<pubDate>Sat, 03 May 2008 17:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2007/12/31/minimum-frequency-spacing-for-having-orthogonal-sinusoidals/#comment-238</guid>
		<description>thanks
very helpful</description>
		<content:encoded><![CDATA[<p>thanks<br />
very helpful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.dsplog.com @ 2012-02-11 01:22:28 -->
