Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

undees/fftw-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

This example provides an extremely simple demonstration of FFTW, the Fastest Fourier Transform in the West. To run the example, you'll need to install FFTW based on the instructions on the site. If you're on a Mac and have Homebrew installed, you can just type:

brew install fftw

Compilation instructions vary by platform. On the Mac and other UNIX-like systems, you should just be able to type:

g++ -lfftw3 fftw_example.c

Enjoy!

About

Simple example demonstrating a frequency transform with FFTW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages