|
|
| File Information |
| Description |
This mex file implements vectorized FFTs on multiple threads. When a matrix is passed to FFTmt, it is divided in "numCPU" and each fraction of the problem is executed in a separate thread
Example: if numCPU = 2 and the matrix has 256x2^14 elements, 128 FFTs are performed in each thread, allowing the OS to distribute the load on 2 processors.
A single FFT will not be accelerated by this code.
The FFTw library already provides provision for that but the is not currently used by Matlab, see www.fftw.org for details.
The same FFT library than Matlab uses is employed so that we don't even have to link against the FFTw lib.
Developed with pthreads, so UNIX only, not for Windows, |
| Acknowledgements |
This submission has inspired the following:
FFTmtX
|
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (7) |
| 25 Aug 2006 |
igor scardanzan
|
|
|
| 28 Aug 2006 |
Ulrich Wirleitner
|
|
|
| 30 Aug 2006 |
abady abd
|
|
|
| 05 Sep 2006 |
Ulrich Wirleitner
|
|
|
| 24 Oct 2006 |
jeff fessler
|
|
|
| 05 Jan 2007 |
John Iversen
|
|
|
| 16 Sep 2008 |
fritz däumler
|
|
|
|
Contact us at files@mathworks.com