<?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: Non-Radix-2 FFT in Cadence/Ocean/Skill/Spectre &#124; Using Cadence IPC to talk to Matlab (or anything else)</title>
	<atom:link href="http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/</link>
	<description>Tutorials and Insights in Electronics and Circuit Design</description>
	<lastBuildDate>Fri, 19 Mar 2010 03:10:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/comment-page-1/#comment-637</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Thu, 03 Sep 2009 03:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/#comment-637</guid>
		<description>Hi, there Go-Go Joe-Joe! (or was it Joe-Joe Go-Go?)

Look up!

I don&#039;t know what version of the tarball I threw into the post. You guys are right. Regardless, the code for matpsd is in the post.</description>
		<content:encoded><![CDATA[<p>Hi, there Go-Go Joe-Joe! (or was it Joe-Joe Go-Go?)</p>
<p>Look up!</p>
<p>I don&#8217;t know what version of the tarball I threw into the post. You guys are right. Regardless, the code for matpsd is in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Golat</title>
		<link>http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/comment-page-1/#comment-636</link>
		<dc:creator>Joe Golat</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/#comment-636</guid>
		<description>Hey Poojan,

I agree with Mark.  I can&#039;t find the definition of matpsd in your code.  I see the function getpsd.  However, getpsd is passed 3 variables and matpsd is passed 4.

Joe</description>
		<content:encoded><![CDATA[<p>Hey Poojan,</p>
<p>I agree with Mark.  I can&#8217;t find the definition of matpsd in your code.  I see the function getpsd.  However, getpsd is passed 3 variables and matpsd is passed 4.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/comment-page-1/#comment-262</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Sat, 11 Apr 2009 03:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/#comment-262</guid>
		<description>Hi, Mark.

The matpsd function is present in the matfft/text.txt file. In fact, several functions are defined in this file; it&#039;s sort of important.

Let me know if you have any further problems. Take care.</description>
		<content:encoded><![CDATA[<p>Hi, Mark.</p>
<p>The matpsd function is present in the matfft/text.txt file. In fact, several functions are defined in this file; it&#8217;s sort of important.</p>
<p>Let me know if you have any further problems. Take care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Lehne</title>
		<link>http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/comment-page-1/#comment-260</link>
		<dc:creator>Mark Lehne</dc:creator>
		<pubDate>Fri, 10 Apr 2009 22:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2009/01/non-radix-2-fft-in-cadenceoceanskillspectre-using-cadenc-ipc-to-talk-to-matlab-or-anything-else/#comment-260</guid>
		<description>I was trying to use your Non-Radix-2 FFT MATLAB files, but noticed that your tarball does not include &#039;matpsd&#039;.  I assume this is the file where you compute the FFT.  Can you please email it to me?

I write many scripts in Ocean, for mixed signal circuits, and I think your tool would be useful.  Thanks for taking the time to post it.

Thanks,
Mark Lehne</description>
		<content:encoded><![CDATA[<p>I was trying to use your Non-Radix-2 FFT MATLAB files, but noticed that your tarball does not include &#8216;matpsd&#8217;.  I assume this is the file where you compute the FFT.  Can you please email it to me?</p>
<p>I write many scripts in Ocean, for mixed signal circuits, and I think your tool would be useful.  Thanks for taking the time to post it.</p>
<p>Thanks,<br />
Mark Lehne</p>
]]></content:encoded>
	</item>
</channel>
</rss>
