Search
Distributed 2-Dimensional Discrete Fourier Transform (Parallel Programming)
- Aditi Mukhtyar
- Mar 10, 2017
- 1 min read

Message Passing Interface- Individually developed code that used MPI libraries that split work among ’N’ processors, each of which performed a 2-D Fourier Transform on a part of the input image. Used the same procedure to compute the Inverse Fourier Transform
Pthreads- Implemented Cooley Tukey algorithm with ‘N’ number of threads in C++.
Comments