FFTmtX

버전 1.2.0.0 (1 MB) 작성자: John Iversen
Performs vectorized FFT on multiple processors. New: single and double precision.
다운로드 수: 1.6K
업데이트 날짜: 2009/7/20

라이선스 보기

This is an extension of the original FFTmt to perform single-precision fft as well as double-precision.

These mex-files perform vectorized FFT on multiple threads by breaking down the FFT of a large matrix into smaller parts. Each part can be performed in parallel, on a different core, for speed:

About 3x faster on a quad-core machine. Single precision is about 2x faster than double, so you can increase FFT speed up to 6x.

Also added: Drop-in replacements for fft.m and ifft.m that automatically choose between the builtin and multithreaded FFT depending on which will be fastest for a given matrix size. If you use these replacement mfiles, any code that calls FFT will benefit from multithreaded FFT. You won't have to change any other code to see the speed benefits.

Includes pre-built mexfiles for intel OS X, but source is included to easily build for other platforms. Also includes a variety of other support for building and debugging on OS X.

Based on the original FFTmt of Jerome Genest and Simon Potvin (jgenest@gel.ulaval.ca)

인용 양식

John Iversen (2024). FFTmtX (https://www.mathworks.com/matlabcentral/fileexchange/16314-fftmtx), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
태그 태그 추가
도움

받음: FFTmt

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

FFTmtX_distribution_1.0_license_resubmit/Matlab/

FFTmtX_distribution_1.0_license_resubmit/Matlab/@double/

FFTmtX_distribution_1.0_license_resubmit/Matlab/@single/

FFTmtX_distribution_1.0_license_resubmit/performance tests/

버전 게시됨 릴리스 정보
1.2.0.0

Updated license information, omit fftw libraries, which are GNU