<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The ILNumerics Blog &#187; FFT</title>
	<atom:link href="https://ilnumerics.net/blog/tag/fft/feed/" rel="self" type="application/rss+xml" />
	<link>https://ilnumerics.net/blog</link>
	<description>The Productivity Machine  &#124;  A fresh attempt for scientific computing  &#124;  http://ilnumerics.net</description>
	<lastBuildDate>Thu, 05 Dec 2024 09:09:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>High Performance Fast Fourier Transformation in .NET</title>
		<link>https://ilnumerics.net/blog/high-performance-fast-fourier-transformation-in-net/</link>
		<comments>https://ilnumerics.net/blog/high-performance-fast-fourier-transformation-in-net/#comments</comments>
		<pubDate>Sat, 24 Aug 2013 12:24:55 +0000</pubDate>
		<dc:creator><![CDATA[Jonas]]></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[ILNumerics]]></category>
		<category><![CDATA[Numerical Algorithms]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[Fast Fourier Transform]]></category>
		<category><![CDATA[FFT]]></category>
		<category><![CDATA[High Performance]]></category>
		<category><![CDATA[Math Library]]></category>
		<category><![CDATA[Numerical Algorithm]]></category>

		<guid isPermaLink="false">http://ilnumerics.net/blog/?p=453</guid>
		<description><![CDATA[<p>„I started using ILNumerics for the FFT routines. The quality and speed are excellent in a .NET environment.“ The Fourier Transform (named after French mathematician and physicist Joseph Fourier) allows scientists to transform signals between time domain and frequency domain. This way, an arbitrary periodic function can be expressed as a sum of cosine terms. Think &#8230; <a href="https://ilnumerics.net/blog/high-performance-fast-fourier-transformation-in-net/" class="more-link">Continue reading <span class="screen-reader-text">High Performance Fast Fourier Transformation in .NET</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://ilnumerics.net/blog/high-performance-fast-fourier-transformation-in-net/">High Performance Fast Fourier Transformation in .NET</a> appeared first on <a rel="nofollow" href="https://ilnumerics.net/blog">The ILNumerics Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p style="text-align: right;"><em>„I started using ILNumerics for the FFT routines. </em><em>The quality and speed are excellent in a .NET environment.“</em></p>
<p style="text-align: left;" align="right">The Fourier Transform (named after French mathematician and physicist Joseph Fourier) allows scientists to transform signals between time domain and frequency domain. This way, an arbitrary periodic function can be expressed as a sum of cosine terms. Think of the equalizer of your mp3-player: It expresses your music’s signal in terms of the frequencies it is composed of.</p>
<p>The <a href="http://ilnumerics.net/FFTMain.html">Fast Fourier Transform (FFT)</a> is an algorithm for the rapid computation of discrete Fourier Transforms’ values. Being one of the most popular numerical algorithms, it is used in physics, engineering, math and many other domains.</p>
<p>In terms of software engineering, the Fast Fourier Transform is a very demanding algorithm: In the .NET-framework, a naive approach would cause very low execution speeds. That’s the reason why many .NET-developers have to implement native C-libraries when it comes to <a href="http://ilnumerics.net/FFTMain.html">FFTs</a>.</p>
<p>ILNumerics uses Intel&#8217;s® MKL for Fast Fourier Transforms: That&#8217;s why our users don’t have to implement native library&#8217;s themselves for high performance FFTs. No matter if they have a scientific or an industrial background, many developers rely on ILNumerics because of its implementation of the Fast Fourier Transform. It’s the fastest you can get today – even for big amounts of data.</p>
<p>ILNumerics provides interfaces to forward and backward Fourier Transformations, for real and complex floating point data, in single and double precision, in one, two or n dimensions. In addition to the MKL&#8217;s FFTs, prepared interfaces for FFTW and for AMDs ACML exist.</p>
<p>Learn more about the ILNumerics library and its implementation of <a href="http://ilnumerics.net/FFTMain.html">Fast Fourier Transformation in C#/.NET</a> in the online documentation!</p>
<p>The post <a rel="nofollow" href="https://ilnumerics.net/blog/high-performance-fast-fourier-transformation-in-net/">High Performance Fast Fourier Transformation in .NET</a> appeared first on <a rel="nofollow" href="https://ilnumerics.net/blog">The ILNumerics Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://ilnumerics.net/blog/high-performance-fast-fourier-transformation-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
