How to use FFTW

From Qt Wiki
Revision as of 15:53, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to compute FFT using FFTW in Qt

Getting Start

Note that I do this in Ubuntu operating system, in Windows some steps are different.

  • Step2: Extract and Configure it (my path: /home/jafarabadi/Documents/fftw-3.3.4)
  • Step 3: Add library to project: first open [your_project_name].pro file in Qt Creator and add this line:
  • Step 4: Example
  • Step 5: Enjoy :) [Written by Ali Jafarabdi :: Qt is an awesome programming language.]

Categories: