libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moMathFFT.cpp
Go to the documentation of this file.
1 /*******************************************************************************
2 
3  moMathFFT.cpp
4 
5  ****************************************************************************
6  * *
7  * This source is free software; you can redistribute it and/or modify *
8  * it under the terms of the GNU General Public License as published by *
9  * the Free Software Foundation; either version 2 of the License, or *
10  * (at your option) any later version. *
11  * *
12  * This code is distributed in the hope that it will be useful, but *
13  * WITHOUT ANY WARRANTY; without even the implied warranty of *
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
15  * General Public License for more details. *
16  * *
17  * A copy of the GNU General Public License is available on the World *
18  * Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
19  * obtain it by writing to the Free Software Foundation, *
20  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
21  * *
22  ****************************************************************************
23 
24  Copyright(C) 2006 Fabricio Costa
25 
26  Authors:
27  Fabricio Costa
28  Andrés Colubri
29 
30  Portions taken from
31  Fast Fourier transform C++ header class for the FFTW3 Library
32  Copyright (C) 2004 John C. Bowman, University of Alberta
33 
34 *******************************************************************************/
35 /*
36 ifstream fftw::ifWisdom;
37 ofstream fftw::ofWisdom;
38 bool fftw::Wise=false;
39 
40 // User settings:
41 unsigned int fftw::effort=FFTW_PATIENT;
42 const char *fftw::WisdomName="wisdom3.txt";
43 */
44 int fftdummy = 0;
45 
int fftdummy
Definition: moMathFFT.cpp:44