<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>convolution and fft - C++ - tribe.net</title>
    <link>http://cpp.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Re: convolution and fft</title>
      <link>http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#7f9d6ac3-14c7-4d1b-9f42-150595f957b6</link>
      <description>Unless you really understand the underlying math, principles, and resampling of FFTs, you may be in for a rough time if you intend to write the actual code yourself, even with sample code.  There are a few samples to free code and you may be able to use them as is.  Sorry, I was unable to find the link I used but it shouldn't take much searching if that's what you want to do. Many sites that offered free code really want you to pay for lib you can link with so be wary and don't waste your time unless you do want to go that route.</description>
      <pubDate>Mon, 06 Feb 2006 21:21:03 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#7f9d6ac3-14c7-4d1b-9f42-150595f957b6</guid>
      <dc:creator>Hypno</dc:creator>
      <dc:date>2006-02-06T21:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: convolution and fft</title>
      <link>http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#2884334e-b296-4718-9c37-5c0de22c8248</link>
      <description>www.fftw.org/</description>
      <pubDate>Mon, 06 Feb 2006 16:27:03 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#2884334e-b296-4718-9c37-5c0de22c8248</guid>
      <dc:creator>Andriy</dc:creator>
      <dc:date>2006-02-06T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: convolution and fft</title>
      <link>http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#dbc8244d-1fb0-4afe-9fdf-f09a866e7c39</link>
      <description>Indeed. If you dont mind being coupled to Matlab (you will be coupled to something anyway unless you write it yourself), it has an API you can use.  &#xD;
&#xD;
If you want it all in c++ this library does exactly what you need (although I have not used it and cant vouch for it):  http://www.matpack.de/</description>
      <pubDate>Mon, 09 Jan 2006 10:05:49 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#dbc8244d-1fb0-4afe-9fdf-f09a866e7c39</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2006-01-09T10:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: convolution and fft</title>
      <link>http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#d0ceedd6-8598-4654-8d16-4d403870bbd3</link>
      <description>Alan,&#xD;
&#xD;
It's best I think to view C (and to a lesser extent, C++) as a low-level language, so there are no math routines that I know of that are part of the CRT for doing FFTs and the like.  However, there are many math libraries out there ... i'd do a google search and see what it comes back with.&#xD;
&#xD;
Regards,&#xD;
&#xD;
John&#xD;
&#xD;
Falling You - exploring the beauty of voice and sound&#xD;
http://www.fallingyou.com</description>
      <pubDate>Mon, 09 Jan 2006 07:40:20 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#d0ceedd6-8598-4654-8d16-4d403870bbd3</guid>
      <dc:creator>John Michael</dc:creator>
      <dc:date>2006-01-09T07:40:20Z</dc:date>
    </item>
    <item>
      <title>convolution and fft</title>
      <link>http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#caae9168-14db-41bb-bd3f-e78a3001fc55</link>
      <description>Hi all;&#xD;
&#xD;
So, I'm in the process of translating my matlab code into C to run on a parallel system. I'm brand spankin' new to C but have be coding in matlab for about 18 months. In my current code, I transform my data through use of convolution and fft. Matlab has built in functions for these manipulations. As I'm not one for re-inventing the wheel, I was wondering if there are C functions available for these two processes (convolution and fft)? I have some information about how to write these functions up but it would be, of course, easier if these functions exist in some library that I could just add to my program.&#xD;
&#xD;
Anyone have any ideas on this?&#xD;
&#xD;
Thanks.&#xD;
&#xD;
Alan</description>
      <pubDate>Mon, 09 Jan 2006 07:17:40 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/4f720a75-418b-489d-a835-0ea050f0d57b#caae9168-14db-41bb-bd3f-e78a3001fc55</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2006-01-09T07:17:40Z</dc:date>
    </item>
  </channel>
</rss>



