<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=fftn%28API%29</id>
		<title>fftn(API) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=fftn%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=fftn(API)&amp;action=history"/>
		<updated>2026-05-04T17:10:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=fftn(API)&amp;diff=2902&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/mrcImage/src/'''fftn''' is API for FFT.  == constant ==  == struct ==  == API == ===Release memory=== Release the used memory in fftn.c for FFT.  extern void fft_fre...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=fftn(API)&amp;diff=2902&amp;oldid=prev"/>
				<updated>2014-08-06T04:12:09Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/mrcImage/src/&amp;#039;&amp;#039;&amp;#039;fftn&amp;#039;&amp;#039;&amp;#039; is API for FFT.  == constant ==  == struct ==  == API == ===Release memory=== Release the used memory in fftn.c for FFT.  extern void fft_fre...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DataManip/mrcImage/src/'''fftn''' is API for FFT.&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===Release memory===&lt;br /&gt;
Release the used memory in fftn.c for FFT.&lt;br /&gt;
 extern void fft_free (void);&lt;br /&gt;
&lt;br /&gt;
===FFT===&lt;br /&gt;
double&lt;br /&gt;
 extern int fftn (int ndim, const int dims[], double Re[], double Im[],&lt;br /&gt;
 		 int isign, double scaling);&lt;br /&gt;
&lt;br /&gt;
float&lt;br /&gt;
 extern int fftnf (int ndim, const int dims[], float Re[], float Im[],&lt;br /&gt;
 		  int isign, double scaling);&lt;br /&gt;
Re, Im: Input-Output&lt;br /&gt;
&lt;br /&gt;
==Variables mean==&lt;br /&gt;
Variables in These API are used as the following.&lt;br /&gt;
 Re[]:		real value array&lt;br /&gt;
 Im[]:		imaginary value array&lt;br /&gt;
 nTotal:	total number of complex values&lt;br /&gt;
 nPass:	number of elements involved in this pass of transform&lt;br /&gt;
 nSpan:	nspan/nPass = number of bytes to increment pointer&lt;br /&gt;
 		in Re[] and Im[]&lt;br /&gt;
 isign:	exponent: +1 = forward  -1 = reverse&lt;br /&gt;
 scaling:	normalizing constant by which the final result is *divided*&lt;br /&gt;
 	scaling == -1, normalize by total dimension of the transform&lt;br /&gt;
 	scaling &amp;lt;  -1, normalize by the square-root of the total dimension&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>