Skip to content
forked from jtfell/c-fft

C-Implementations of FFT Algorithms.

Notifications You must be signed in to change notification settings

Moree2017/c-fft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-fft

C-Implementations of FFT Algorithms:

run a simple make in c-fft directory and both test and benchmark will be compiled.

==================================================================

test: tests the result of all implementations included in the library are correct and equivalent

benchmark: compares the speed of each implementation for 10000 computations of an input with n=30

About

C-Implementations of FFT Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.7%
  • C++ 5.0%
  • Makefile 3.3%