FFTmt

버전 1.0.0.0 (5.53 KB) 작성자: Jerome Genest
Performs vectorized FFT on multiple processors using pthreads
다운로드 수: 1.5K
업데이트 날짜: 2006/8/23

라이선스 보기

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,

인용 양식

Jerome Genest (2024). FFTmt (https://www.mathworks.com/matlabcentral/fileexchange/12038-fftmt), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Get Started with Signal Processing Toolbox에 대해 자세히 알아보기
도움

줌: FFTmtX

Community Treasure Hunt

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

Start Hunting!

FFTmt/

버전 게시됨 릴리스 정보
1.0.0.0