Fast Fourier transform

From Citizendium
Jump to navigation Jump to search
This article is developing and not approved.
Main Article
Discussion
Definition [?]
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

The fast Fourier transform or FFT, is the efficient algorithm for the numerical evaluation of the Discrete Fouler transform defined with

where is natural number; usually, for some natural ;
is the input array of length , numbered beginning from 0;
is the output array of length , numbered beginning from 0.
is also integer number, .

There are many ways of evaluation of the expression (1). The trivial one would requires of order of operations. The efficient way requires of order on operations and called FFT. At large , the time of evaluation by the direct implementation is many orders of magnitude larger than that with FFT; therefore, FFT is often used for the harmonic analysis, expansion by modes, calculation of the Fourier coefficients or approximation of the Fourier operator. There are several efficient algorithms to perform the FFT.[1]

One of the simplest algorithms realized in the implementation of the C++ routine fft(*complex(double), int, int) is stored in file fafo.cin. This routine is used in the implementation fafo(*complex(double), int, int) of the Fourier operator.

More advanced algorithms allow the efficient evaluation even if is not an integer power of 2, although for the fast evaluation should not have large prime factors.

Common confusion

The often confusion about FFT is the believe that FFT somehow implements, or approximates the Fourier operator.

Unfortunately, this believe is just wrong. Actually, FFT does not approximate the Fourier operator at all.

However FFT can be used to make the numerical implementation of the Fourier operator. One of such implementations is loaded as fafo.cin.

The difference between FFT and the numerical implementation of the Fourier operator is discussed in the next section.

FFT and fafo

The routine "fafo" is used in calculations of field in lasers, described in articles [2][3][4][5][6][7] and for plotting of some pictures in TORI. Before the similar method is used by E.A.Sziklas and A.E.Siegman [8][9] and other researchers. Application of Fourier methods in optics is discussed also in the book by Okan Ersov [10].

Since year 2011, fafo.cin is available with examples. This routine takes less than one screen of code, and it seems to be compatible with various operational systems, the only C++ is required. The reason of use of the fafo.cin is not the performance (perhaps some factor of order of 0.5 can be achieved at the optimization of the CPU time), but its compactness, readability and portability; no any "installing" is necessary after the downloading.

Comparison of the self–Fourier Gaussian exponential (dotted curve) to its discrete representation by (2), blue line (and it coincides with its Fourier transform), and its FFT by (1), red line

The operator defined with (1) is often confused with the implementation of the Fourier operator; both replace the input array to the output one. But the result is not the same. The simplest way to see the difference is to perform the transform of the array of values of the Gaussian exponential, let

where is step of the equidistant grid. It is assumed that is integer; . The expression (2) defines the discrete analogy of the simplest self-Fourier function. With such an input array, The fafo returns almost the same array as that at the input (at least, beginning with ); the FFT returns some set of values that are difficult to interpret in terms of the Fourier operator.

The case of the Gaussian self-Fourier function by (2) is shown at the figure at right for .
The dotted curve shows ; this is initial exponential.
The blue segmented line shows its discrete representation by (2). This representation practically coincide with the numerical estimate for its Fourier transform by routine fafo.
The Red curve shows the Discrete Fourier Transform, that is equivalent to equation (1).

If for the Gaussian exponential, the routine fft returns the array similar to that shown at the figure with red line, then this indicates that, perhaps, the routine works correctly and returns the approximation for the sum by equation (1).

The fft is used for the implementation of fafo; and it can be easy extracted from there. The algorithm of expression of fafo through the FFT is realized through the displacement of the elements of array. This can be done by various ways; the most straightforward (as simplest to understand) is realized.

Matlab and other languages

For the translation of fafo to other languages (for example, Matlab), where FFT is already implemented, there is no need to translate FFT routine. In particular, the conventional Matlabs's fft can be used "as is".

The numeric implementation of the fafo through the matlab built-in function fft can be even simplified using the built-in functions "fftshift" and "ifftshift"; For the array X, the correct call may have form [11]

ifftshift(fftshift(X))

The way of realization of these functions may be dependent of the matlab version; one can play with these functions and experimentally find the way of calling, that approximates the Fourier operator

Keywords

Fourier operator, Fourier transform

References

  1. Fast Fourier Transform (FFT). The MathWorks. Retrieved on 22 October 2013.
  2. http://tori.ils.uec.ac.jp/PAPERS/1997density.pdf V.V.Voitsekhovich, D.Kouznetsov, D.Kh.Morozov. Density of turbulence-induced phase dislocations. Applied Optics, 1998, v.37, No.21, p.4525-4535.
  3. http://tori.ils.uec.ac.jp/PAPERS/josa1f0.pdf D.Kouznetsov, J.V.Moloney, E.M.Wright. Efficiency of pump in the double-clad fiber amplifiers. 1. Fiber with circular symmetry. JOSA B, June 2001, V.18, No.6, p.743-749.
  4. http://tori.ils.uec.ac.jp/PAPERS/josa2f0.pdf D.Kouznetsov, J.V.Moloney. Efficiency of pump in the double-clad fiber amplifiers. 2. Broken circular symmetry. JOSA B, V.19, No.6, p.1259-1263 (2002).
  5. D.Kouznetsov, J.V.Moloney. Efficiency of pump absorption in double-clad fibers amplifiers. 3. Calculation of modes. JOSA B, V.19, No.6, p.1304-1309 (2002).
  6. http://tori.ils.uec.ac.jp/PAPERS/ieee3.pdf P.Kano, D.Kouznetsov, J.V.Moloney, M.Brio. Slab delivery of incoherent pump light to double-clad fiber amplifiers: Numerical simulations. IEEE Journal of Quantum Electronics, 2004, v.40, No.9, p.1301-1305.
  7. http://tori.ils.uec.ac.jp/PAPERS/PhysRevA_72_013617.pdf D.Kouznetsov, H.Oberst. Scattering of waves at ridged mirrors. Phys.Rev.A, v.72, 013617 (2005)
  8. http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=1451368 Sziklas, E.A., Siegman, A.E. Diffraction calculations using fast Fourier transform methods. Proceedings of the IEEE, 1974, Volume: 62 , Issue: 3, Page(s): 410 - 412.
  9. http://www.opticsinfobase.org/ao/abstract.cfm?id=19537 Mode calculations in unstable resonators with flowing saturable gain. 2: Fast Fourier transform method. Applied Optics, Vol. 14, Issue 8, pp. 1874-1889 (1975) http://dx.doi.org/10.1364/AO.14.001874
  10. http://as.wiley.com/WileyCDA/WileyTitle/productCd-0471238163.html Okan Ersov. Diffraction, Fourier Optics and Imaging. November 2006. ISBN: 978-0-471-23816-4, 413 pages. (preview: http://books.google.co.jp/books?hl=en&lr=&id=hpyUlD4OEdsC&oi=fnd&pg=PR13&dq=Diffraction+Fourier&ots=zpLQJ-h22q&sig=ABVuQc-kgnrXg0FpGE4fg7uhVtw&redir_esc=y#v=onepage&q=Diffraction%20Fourier&f=false )
  11. http://www.mathworks.co.jp/help/techdoc/ref/fftshift.html

The content of this article is adopted from http://tori.ils.uec.ac.jp/TORI/index.php/FFT