<?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: A Pedagogical Tool for Fourier Transforms</title>
	<atom:link href="http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/</link>
	<description>Loren Shure works on design of the MATLAB language at MathWorks. She writes here about once a week on MATLAB programming and related topics.</description>
	<lastBuildDate>Mon, 13 Feb 2012 13:24:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Loren</title>
		<link>http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-31445</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-31445</guid>
		<description>Scott-

As for the issue with the help example, I am not sure.  What are you plotting, abs(fft) or fft^2?  That could make the units on the plot look wrong as well.  You should probably contact support (link on the right of the blog) and they may have an explanation.

To answer your second question, the normalization of the FFT is arbitrary and many books use different normalizations.  It&#039;s just important that the forward and inverse normalizations are paired correctly.

--Loren</description>
		<content:encoded><![CDATA[<p>Scott-</p>
<p>As for the issue with the help example, I am not sure.  What are you plotting, abs(fft) or fft^2?  That could make the units on the plot look wrong as well.  You should probably contact support (link on the right of the blog) and they may have an explanation.</p>
<p>To answer your second question, the normalization of the FFT is arbitrary and many books use different normalizations.  It&#8217;s just important that the forward and inverse normalizations are paired correctly.</p>
<p>&#8211;Loren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-31444</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-31444</guid>
		<description>Hello,
This question pertains to the sample code segment below which is provided in MATLAB help R2009a when searching &#039;FFT&#039;

The question pertains to line 12 below: 
I don&#039;t understand why the fft() function is divided by L and not (2*L). 
As a sanity check I tried using this script for a simple DC signal with amplitude 2, Sample rate (Fs) = 102400 Hz, 
t = 0:1/Fs:1
%%%%%% 
Fs = 102400;   t = 0:1/Fs:1; x = 2*ones(length(t),1);   
%%%%%%
I expected to see an FFT plot with a peak magnitude of 2 at 0 Hz. Instead it shows a peak of 4. In order to obtain the corresponding time domain amplitude in the frequency domain, I simply modified line 12 to read:
  
This returns the correct amplitude. 

Also out of curiosity, could someone provide some insight as to why this division by the record length was not incorporated into the fft function?

</description>
		<content:encoded><![CDATA[<p>Hello,<br />
This question pertains to the sample code segment below which is provided in MATLAB help R2009a when searching &#8216;FFT&#8217;</p>
<p>The question pertains to line 12 below:<br />
I don&#8217;t understand why the fft() function is divided by L and not (2*L).<br />
As a sanity check I tried using this script for a simple DC signal with amplitude 2, Sample rate (Fs) = 102400 Hz,<br />
t = 0:1/Fs:1<br />
%%%%%%<br />
Fs = 102400;   t = 0:1/Fs:1; x = 2*ones(length(t),1);<br />
%%%%%%<br />
I expected to see an FFT plot with a peak magnitude of 2 at 0 Hz. Instead it shows a peak of 4. In order to obtain the corresponding time domain amplitude in the frequency domain, I simply modified line 12 to read:</p>
<p>This returns the correct amplitude. </p>
<p>Also out of curiosity, could someone provide some insight as to why this division by the record length was not incorporated into the fft function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamil Wojcicki</title>
		<link>http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-30011</link>
		<dc:creator>Kamil Wojcicki</dc:creator>
		<pubDate>Tue, 03 Feb 2009 07:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-30011</guid>
		<description>Hi Loren,

In the recent years &lt;a href=&quot;http://en.wikipedia.org/wiki/OpenCourseWare&quot; rel=&quot;nofollow&quot;&gt;open courseware (OCW)&lt;/a&gt; has become very popular. Thanks to OCW anyone can freely access pedagogical materials in the form of video lectures from top universities presented by experienced and achieved researchers. 
 
I can recommend the following very useful resources for learning about Fourier transforms (as well as many other topics):

The &lt;a href=&quot;OCW from MIT&quot; rel=&quot;nofollow&quot;&gt;http://ocw.mit.edu/&lt;/a&gt; and in particular &lt;a href=&quot;http://ocw.mit.edu/OcwWeb/Mathematics/18-06Spring-2005/VideoLectures/index.htm&quot; rel=&quot;nofollow&quot;&gt;linear algebra lectures&lt;/a&gt; by &lt;a href=&quot;http://math.mit.edu/~gs/&quot; rel=&quot;nofollow&quot;&gt;Prof. Gilbert Strang&lt;/a&gt; (see lecture 26 for discussion about complex matrices and the fast Fourier transform).

The &lt;a href=&quot;http://see.stanford.edu/SEE/courses.aspx&quot; rel=&quot;nofollow&quot;&gt;OCW from Standord University&lt;/a&gt; and in particular: &lt;a href=&quot;http://see.stanford.edu/SEE/courseinfo.aspx?coll=84d174c2-d74f-493d-92ae-c3f45c0ee091&quot; rel=&quot;nofollow&quot;&gt;the Fourier transform and its applications lectures&lt;/a&gt;.

Another popular resource is located at &lt;a href=&quot;http://videolectures.net/&quot; rel=&quot;nofollow&quot;&gt;videolectures.net&lt;/a&gt;.

Hope this is useful to others, happy learning :)

Kamil</description>
		<content:encoded><![CDATA[<p>Hi Loren,</p>
<p>In the recent years <a href="http://en.wikipedia.org/wiki/OpenCourseWare" rel="nofollow">open courseware (OCW)</a> has become very popular. Thanks to OCW anyone can freely access pedagogical materials in the form of video lectures from top universities presented by experienced and achieved researchers. </p>
<p>I can recommend the following very useful resources for learning about Fourier transforms (as well as many other topics):</p>
<p>The <a href="OCW from MIT" rel="nofollow">http://ocw.mit.edu/</a> and in particular <a href="http://ocw.mit.edu/OcwWeb/Mathematics/18-06Spring-2005/VideoLectures/index.htm" rel="nofollow">linear algebra lectures</a> by <a href="http://math.mit.edu/~gs/" rel="nofollow">Prof. Gilbert Strang</a> (see lecture 26 for discussion about complex matrices and the fast Fourier transform).</p>
<p>The <a href="http://see.stanford.edu/SEE/courses.aspx" rel="nofollow">OCW from Standord University</a> and in particular: <a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=84d174c2-d74f-493d-92ae-c3f45c0ee091" rel="nofollow">the Fourier transform and its applications lectures</a>.</p>
<p>Another popular resource is located at <a href="http://videolectures.net/" rel="nofollow">videolectures.net</a>.</p>
<p>Hope this is useful to others, happy learning :)</p>
<p>Kamil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quan</title>
		<link>http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-30009</link>
		<dc:creator>Quan</dc:creator>
		<pubDate>Mon, 02 Feb 2009 23:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/02/02/a-pedagogical-tool-for-fourier-transforms/#comment-30009</guid>
		<description>Hey Loren,

I wrote a little bit about Fourier last year on my blog.  Some people have found it useful, and hopefully your readers will too!

http://blinkdagger.com/fourier

Quan</description>
		<content:encoded><![CDATA[<p>Hey Loren,</p>
<p>I wrote a little bit about Fourier last year on my blog.  Some people have found it useful, and hopefully your readers will too!</p>
<p><a href="http://blinkdagger.com/fourier" rel="nofollow">http://blinkdagger.com/fourier</a></p>
<p>Quan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

