This is the Linux app named Multi Thread Fast Fourier Transform whose latest release can be downloaded as fourier.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Multi Thread Fast Fourier Transform with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
Multi Thread Fast Fourier Transform
Ad
DESCRIPTION
This is a recursive C++ source code of the Fast Fourier Transform algorithm allowing parallelization. Also a performance test and its results on my computer are provided.The Performance test suggest to use 4 threads for parallelization. With this one can beat the implementation in "Numerical Recipes in C++" for large signals with more than 2^16 / 2^17 / 2^18 samples depending on the hardware and software.
This is an application that can also be fetched from https://sourceforge.net/projects/multithreadfft/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.