<?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: use fast fourier transform (fft) to perform low-pass filtering</title>
	<atom:link href="http://desk.stinkpot.org/tricks/index.php/2009/12/use-fast-fourier-transform-fft-to-perform-low-pass-filtering/feed/" rel="self" type="application/rss+xml" />
	<link>http://desk.stinkpot.org:8080/tricks/index.php/2009/12/use-fast-fourier-transform-fft-to-perform-low-pass-filtering/</link>
	<description>tricks!</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: sh</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2009/12/use-fast-fourier-transform-fft-to-perform-low-pass-filtering/comment-page-1/#comment-22593</link>
		<dc:creator>sh</dc:creator>
		<pubDate>Tue, 16 Aug 2011 10:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://desk.stinkpot.org:8080/tricks/?p=313#comment-22593</guid>
		<description>Could you please explain more about what you wrote and how does it work?
I used it and the result is good but i don&#039;t know how does it work.</description>
		<content:encoded><![CDATA[<p>Could you please explain more about what you wrote and how does it work?<br />
I used it and the result is good but i don&#8217;t know how does it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2009/12/use-fast-fourier-transform-fft-to-perform-low-pass-filtering/comment-page-1/#comment-11671</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Mon, 14 Dec 2009 02:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://desk.stinkpot.org:8080/tricks/?p=313#comment-11671</guid>
		<description>A few suggestions - cutting off frequencies like that effectively multiplies by a rectangular window, which will smear a lot of content back in the time domain.  It&#039;s for this reason that low pass filter design usually multiplies the ideal lpf in the frequency domain (i.e., rect window cutoff at the proper frequency) with a hann window or something similar.  Check out this thread http://www.dsprelated.com/showmessage/42364/1.php for some more in depth thoughts on the subject.

Also, the &quot;real&quot; would not be necessary if you ensure conjugate symmetry before the ifft().  For even N, keep the first N/2+1 elements and set the last N/2-1 to conj(fliplr(s_fft_data_v(2:N/2))).  I think that would be the correct syntax in your case, but you probably want to check the details to make sure.

I do hope these ideas are helpful and apologies if I&#039;m pointing out something you&#039;re already aware of and intentionally omitting!</description>
		<content:encoded><![CDATA[<p>A few suggestions &#8211; cutting off frequencies like that effectively multiplies by a rectangular window, which will smear a lot of content back in the time domain.  It&#8217;s for this reason that low pass filter design usually multiplies the ideal lpf in the frequency domain (i.e., rect window cutoff at the proper frequency) with a hann window or something similar.  Check out this thread <a href="http://www.dsprelated.com/showmessage/42364/1.php" rel="nofollow">http://www.dsprelated.com/showmessage/42364/1.php</a> for some more in depth thoughts on the subject.</p>
<p>Also, the &#8220;real&#8221; would not be necessary if you ensure conjugate symmetry before the ifft().  For even N, keep the first N/2+1 elements and set the last N/2-1 to conj(fliplr(s_fft_data_v(2:N/2))).  I think that would be the correct syntax in your case, but you probably want to check the details to make sure.</p>
<p>I do hope these ideas are helpful and apologies if I&#8217;m pointing out something you&#8217;re already aware of and intentionally omitting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

