Skip to content

An application for running the Cooley-Tukey Fast Fourier Transform (FFT) algorithm in parallel

Notifications You must be signed in to change notification settings

sthomas1618/coolturkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This application takes the Cooley-Tukey Fast Fourier Transform (FFT) algorithm and runs it on a variable number of cores using OpenMP.

This would take the already efficient O(N Log N) and turn it into O((N Log N) / P); P being the number of cores used during a run.

About

An application for running the Cooley-Tukey Fast Fourier Transform (FFT) algorithm in parallel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages