<?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: Frequency offset estimation using 802.11a short preamble</title>
	<atom:link href="http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/</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: srikant</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-101181</link>
		<dc:creator>srikant</dc:creator>
		<pubDate>Thu, 09 Feb 2012 04:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-101181</guid>
		<description>respected experts, 
                            can anyone send me the matlab codings for estimation of frequency offset in awgn channel using ofdm technique</description>
		<content:encoded><![CDATA[<p>respected experts,<br />
                            can anyone send me the matlab codings for estimation of frequency offset in awgn channel using ofdm technique</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-56091</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Sun, 22 May 2011 21:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-56091</guid>
		<description>@Baal Hadad: Well, the idea in this post is not doing cross-correlation. Its correlating the received signal with a delayed version of itself.</description>
		<content:encoded><![CDATA[<p>@Baal Hadad: Well, the idea in this post is not doing cross-correlation. Its correlating the received signal with a delayed version of itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baal Hadad</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-56038</link>
		<dc:creator>Baal Hadad</dc:creator>
		<pubDate>Sun, 22 May 2011 09:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-56038</guid>
		<description>Hi Krishna;

Thank you for you post. One thing that I wanted to check was if what you were trying to do there is a cross-correlation between the transmitted signal and the offset-ed one since the offset here is affecting the whole OFDM symbol and not an Inter carrier offset. So it was in this order: 1. Cross-correlation between the transmitted (after applying the ifft) and the offseted signal, 2. Applying the fft of the result to estimate the delay ?

Thx</description>
		<content:encoded><![CDATA[<p>Hi Krishna;</p>
<p>Thank you for you post. One thing that I wanted to check was if what you were trying to do there is a cross-correlation between the transmitted signal and the offset-ed one since the offset here is affecting the whole OFDM symbol and not an Inter carrier offset. So it was in this order: 1. Cross-correlation between the transmitted (after applying the ifft) and the offseted signal, 2. Applying the fft of the result to estimate the delay ?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40218</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Fri, 19 Nov 2010 00:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40218</guid>
		<description>@Erick: Oh, ok. Having zeros in the time domain samples is not a good idea.</description>
		<content:encoded><![CDATA[<p>@Erick: Oh, ok. Having zeros in the time domain samples is not a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40185</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Thu, 18 Nov 2010 09:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40185</guid>
		<description>@Krishna: My case is that for some of the sample points, the estimate FO is zero, which is not the case cause we set the FO to be 200Hz.

I checked the code and preambles, I found one problem that by changing the first “1+j” to “1-j” and the last “1+j” to “-1+j”, some sample points become zero. That is why the estimate FO is zero, because when you multiply the zero&#039;s conjugate by zero, the results are zeros and then the angle are zeros. 

Anyway, I think this is not related with the estimate time. But it is related with the design of the preambles. The preamble, which is 160 samples,  has 10 repeated short preambles and none of the 160 samples should be zero.

Am I right?</description>
		<content:encoded><![CDATA[<p>@Krishna: My case is that for some of the sample points, the estimate FO is zero, which is not the case cause we set the FO to be 200Hz.</p>
<p>I checked the code and preambles, I found one problem that by changing the first “1+j” to “1-j” and the last “1+j” to “-1+j”, some sample points become zero. That is why the estimate FO is zero, because when you multiply the zero&#8217;s conjugate by zero, the results are zeros and then the angle are zeros. </p>
<p>Anyway, I think this is not related with the estimate time. But it is related with the design of the preambles. The preamble, which is 160 samples,  has 10 repeated short preambles and none of the 160 samples should be zero.</p>
<p>Am I right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40153</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Wed, 17 Nov 2010 23:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40153</guid>
		<description>@Erick: I think once you give the estimate the time to settle (16 samples), find that the estimation is accurate. Is that the case with you too?</description>
		<content:encoded><![CDATA[<p>@Erick: I think once you give the estimate the time to settle (16 samples), find that the estimation is accurate. Is that the case with you too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40133</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Wed, 17 Nov 2010 17:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/03/03/frequency-offset-estimation-using-80211a-short-preamble/#comment-40133</guid>
		<description>@Krishna: ok, I see. Thanks very much. 
One further question :)
One out of four subcarriers are populated in the frequency domain for the “inputFFTShortPreamble”. These 12 subcarriers are set to either &quot;1+j&quot; or &quot;-1-j&quot;. I think this is for the purpose of having low PAPR. But when I changed the first &quot;1+j&quot; to &quot;1-j&quot; and the last &quot;1+j&quot; to &quot;-1+j&quot;, the result curve is totally incorrect. The estimated FO becomes zero for every 8 samples numbers.
What&#039;s the reason?</description>
		<content:encoded><![CDATA[<p>@Krishna: ok, I see. Thanks very much.<br />
One further question <img src='http://www.dsplog.com/db-install/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
One out of four subcarriers are populated in the frequency domain for the “inputFFTShortPreamble”. These 12 subcarriers are set to either &#8220;1+j&#8221; or &#8220;-1-j&#8221;. I think this is for the purpose of having low PAPR. But when I changed the first &#8220;1+j&#8221; to &#8220;1-j&#8221; and the last &#8220;1+j&#8221; to &#8220;-1+j&#8221;, the result curve is totally incorrect. The estimated FO becomes zero for every 8 samples numbers.<br />
What&#8217;s the reason?</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:21:18 -->
