AUXIL\
gpuconvol2d.pro
top gpuConvol2D
result = gpuConvol2D(a_gpu, k_gpu)
:Description: Convolution of a two dimensional array on the GPU in the frequency domain :Params: a_gpu: in, required, type={GPUHANDLE} array to be convolved, overwritten with convolution k_gpu: in, required, type={GPUHANDLE} convolution kernel (padded and centered) :Keywords: :Uses: GPULib :Author: Mort Canty (20013)
Parameters
- a_gpu
- k_gpu
File attributes
Modification date: | Tue Jun 11 07:49:57 2013 |
Lines: | 55 |