Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Homework for the Parallel and Distributed Algorithms course @ ACS, UPB 2019

License

Notifications You must be signed in to change notification settings

vladutmargineanu/Parallel-Fast-Fourier-Transform

Repository files navigation

Parallel-Fast-Fourier-Transform

Homework for the Parallel and Distributed Algorithms course @ ACS, UPB 2019

How to run:

  • ./parallelFT inputValues.txt outputValues.txt numThreads
  • ./parallelFFT inputValues.txt outputValues.txt numThreads

The input file format:

  • N // number of values
  • value1 // values are of type double
  • value2
  • ...
  • valueN

The output file format:

  • N // number of complex type values represented as pairs of doubles
  • Re-value1 Img-value1 // values are of type double
  • Re-value2 Img-value2
  • ...
  • Re-valueN Img-valueN

Releases

No releases published

Packages

No packages published