<?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: Understanding an OFDM transmission</title>
	<atom:link href="http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/</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: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-101382</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Fri, 10 Feb 2012 00:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-101382</guid>
		<description>@Michael: Well, the sampling frequency is a notional in matlab. So, if its 20Hz it means we can &#039;see&#039; frequencies from [-10Hz to +10Hz); and if it is 20MHz the range is from [-10MHz to +10MHz).

Helps?</description>
		<content:encoded><![CDATA[<p>@Michael: Well, the sampling frequency is a notional in matlab. So, if its 20Hz it means we can &#8216;see&#8217; frequencies from [-10Hz to +10Hz); and if it is 20MHz the range is from [-10MHz to +10MHz).</p>
<p>Helps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-100600</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 06 Feb 2012 15:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-100600</guid>
		<description>Hi Krishna,
  i have a question about the pwelch() function ,in ur code,like this:
*************************************************************
fsMHz = 20;
[Pxx,W] = pwelch(st,[],[],4096,20);    
plot([-2048:2047]*fsMHz/4096,10*log10(fftshift(Pxx)));
xlabel(&#039;frequency, MHz&#039;)
ylabel(&#039;power spectral density&#039;)
title(&#039;Transmit spectrum OFDM (based on 802.11a)&#039;);
************************************************************
the fifth parameter &#039;20&#039;,i know it is the rate of sampling.But,our rate is 20 000 000,not that 20.  

so ,is there something i ignore or some logical in that expression,why do you put &#039;20 &#039; in that place instead of 20000000?</description>
		<content:encoded><![CDATA[<p>Hi Krishna,<br />
  i have a question about the pwelch() function ,in ur code,like this:<br />
*************************************************************<br />
fsMHz = 20;<br />
[Pxx,W] = pwelch(st,[],[],4096,20);<br />
plot([-2048:2047]*fsMHz/4096,10*log10(fftshift(Pxx)));<br />
xlabel(&#8216;frequency, MHz&#8217;)<br />
ylabel(&#8216;power spectral density&#8217;)<br />
title(&#8216;Transmit spectrum OFDM (based on 802.11a)&#8217;);<br />
************************************************************<br />
the fifth parameter &#8217;20&#8242;,i know it is the rate of sampling.But,our rate is 20 000 000,not that 20.  </p>
<p>so ,is there something i ignore or some logical in that expression,why do you put &#8217;20 &#8216; in that place instead of 20000000?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-97771</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Mon, 23 Jan 2012 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-97771</guid>
		<description>@Jo: Well, unless you are doing some filtering, it should be close to rectangular...</description>
		<content:encoded><![CDATA[<p>@Jo: Well, unless you are doing some filtering, it should be close to rectangular&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-97764</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Mon, 23 Jan 2012 00:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-97764</guid>
		<description>@khalil: The concept of time between samples is notional in Matlab. For eg, if we assume that 
a) the time between the samples is 1/20MHz
b) number of samples in a symbol is 64, 
then the symbol duration 64/20 = 3.2us</description>
		<content:encoded><![CDATA[<p>@khalil: The concept of time between samples is notional in Matlab. For eg, if we assume that<br />
a) the time between the samples is 1/20MHz<br />
b) number of samples in a symbol is 64,<br />
then the symbol duration 64/20 = 3.2us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-96908</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Wed, 18 Jan 2012 21:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-96908</guid>
		<description>Hi Krishna,

Any thoughts on reason for the OFDM spectrum not to be rectangular? I am simulating real, unipolar ofdm signal, but the psd estimate gives me half of raised-cosine filter like shape. I am intrigued. Please can you email me back  if you do reply. Many Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Krishna,</p>
<p>Any thoughts on reason for the OFDM spectrum not to be rectangular? I am simulating real, unipolar ofdm signal, but the psd estimate gives me half of raised-cosine filter like shape. I am intrigued. Please can you email me back  if you do reply. Many Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalil</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-96281</link>
		<dc:creator>khalil</dc:creator>
		<pubDate>Mon, 16 Jan 2012 17:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-96281</guid>
		<description>Me too i don&#039;t find the symbol duration or exactly bit duration.
Each symbol contains many bits that are transmitted with a bit duration.
I don&#039;t find it in the code matlab</description>
		<content:encoded><![CDATA[<p>Me too i don&#8217;t find the symbol duration or exactly bit duration.<br />
Each symbol contains many bits that are transmitted with a bit duration.<br />
I don&#8217;t find it in the code matlab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MFS</title>
		<link>http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-95953</link>
		<dc:creator>MFS</dc:creator>
		<pubDate>Sun, 15 Jan 2012 08:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/2008/02/03/understanding-an-ofdm-transmission/#comment-95953</guid>
		<description>@Krishna: thanks, received</description>
		<content:encoded><![CDATA[<p>@Krishna: thanks, received</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 00:42:35 -->
