搜索资源列表
gpufftw1[1].0
- UNC GAMMA group发布的这个高性能FFT库可以处理大量1D FFT。实验表明,价值$500的Nvidia 7900 GPU的FFT计算速度是价格$1500-$2000的高端CPU的4倍,事实上,7900 GPU的FFT计算性能可以达到6 GFLOPS。-UNC GAMMA group releases of this high-performance FFT library can handle large FFT 1D. Experiments show that value $
fft-gpu
- 选自<gpu gemes 2>,用gpu实现快速傅立叶变换
gpufftw2.0
- 基于GPU进行快速科学计算,速度远比CPU快得多。这是在GPU上实现FFT运算的程序代码
fft-gpu
- 基于GPU的FFT运算方法
multichanneltest.zip
- 完成飛行情報區交叉可以高保真的夢想,它的大幅過濾器和線性信號階段。 but current FFT type of FIR crossover on PC loses time information of audio signal.但目前的FFT類型的FIR交叉在PC失去時間信息的音頻信號。 If you use 10ms frame, time information in 10ms are lost.如果您使用10ms幀,在10ms時間信息都將丟失。 Now nVidia CUDA G
simpleCUFFT
- CUFFT GPU的傅立叶变换 GPU的通用计算-CUFFT GPU CUDA
Mars_v2
- GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
gpufftw1.0
- 在GPU上实现FFT,本科毕设时的资料,用OPENGL实现。-GPU to achieve in the FFT, we completed the set up information at the time, using OPENGL achieve.
fft2_cuda
- 在CUDA下的FFT变换程序,可以供爱好GPU编程的参考学习。-It it the FFT transform in CUDA, and very suitable for the programer who is interested in GPU.
fftGPU
- A very fast FFT for Matlab with GPU
FFT
- 应用VC++编写,应用GPU的CUDA扩展平台完成FFT运算-Programming with CUDA FFT program
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
oceanFFT
- 基于cuda的GPU编程,使用FFT模拟海面,内含cpp文件和cuda文件。-Cuda-based GPU programming, using the FFT simulation of the sea, containing the cpp file and cuda file.
oceanFFT
- 基于在GPU上实现FFT海浪模拟以及大气模拟-On the GPU, the FFT wave simulation as well as atmospheric modeling
WaveGPU_Example
- This example solves a 2nd order wave equation: utt = uxx + uyy, with u = 0 on the boundaries. It uses a 2nd order central finite difference in time and a Chebyshev spectral method in space (using FFT). It compares to running the same algorithm on the
simpleCUFFT
- 在GPU上做的有关FFT变换的。速度很快的。-Done on the GPU for FFT transform. Speed quickly.
CL_2D_FFT
- opencl实现二维傅里叶变换,GPU并行计算实现FFT-opencl 2D FFT
FFT
- GPU 实现FFT,包括读取txt文件至内存中实现,实现结果后,将结果以txt文件的格式保存。-After the GPU to realize FFT, including memory read txt file to achieve, achieve results, the results will be saved in txt file format.
fft_gpu_opencl
- 使用OPENCL编写的基于GPU异构计算平台的FFT程序,已通过测试。运行时须配置OPENCL环境。-OPENCL prepared using GPU-based heterogeneous computing platform FFT procedures, it has been tested. OPENCL be configured runtime environment.
FFT
- FFT Compution on GPU