GitHunt
R-

r-gg/fork_FFT

Implementation of the Cooley-Tukey Fast Fourier Transform algorithm.

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

Languages

C100.0%

Contributors

Created April 27, 2024
Updated April 28, 2024
r-gg/fork_FFT | GitHunt