Skip to content
/ fork_FFT Public

Implementation of the Cooley-Tukey Fast Fourier Transform algorithm.

Notifications You must be signed in to change notification settings

r-gg/fork_FFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cooley-Tukey Fast Fourier Transform

The program computes the Fourier Transform of its input values recursively through the use of forks and pipes.

The input of the program are floating point values, which should be read from stdin. Subsequent values are separated by a newline character. The sequence ends when an EOF (End Of File) is encountered.

Usage

./forkFFT

Examples

image

About

Implementation of the Cooley-Tukey Fast Fourier Transform algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages