fftn GPU
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am trying to port some of my code to GPU computing which is supported nativly in the 2011a version (with the parallel computing toolbox).
Unfortunately fftn is not supported on the gpu neither is fft(X,[],dim) (fft FFT operation across a dimension). Does anybody know how to write a fast algorythm for fftn using just fft(X) or maybe fft2(X)? I only need it in 3d.
Thx a lot
Michael
0 commentaires
Réponses (1)
Walter Roberson
le 3 Juin 2011
2 commentaires
John Melonakos
le 5 Juin 2011
Yes, FFTN is supported in Jacket - http://wiki.accelereyes.com/wiki/index.php/FFTN
Also, the only changes you need to make to your code to run it with Jacket is a change of datatype. All other functions are overloaded using the standard MATLAB function overloading capability. Learn more here: http://wiki.accelereyes.com/wiki/index.php/Jacket_Basics
Voir également
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!