top of page
Search

Distributed 2-Dimensional Discrete Fourier Transform (Parallel Programming)

  • Writer: Aditi Mukhtyar
    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


The Science & 

Mathematics University

© 2023 by Scientist Personal. Proudly created with Wix.com

  • Facebook Clean Grey
  • Twitter Clean Grey
  • LinkedIn Clean Grey
bottom of page