All Articles Tagged convolution
| Link/Url | Tags |
|---|---|
| Performance comparison for Convolution - Direct vs FFT vs Auto[Forums] Hi,This is regarding the comparison of Direct Mode vs FFT mode for Multi-dimensional convolutions in terms of performance. My expectation was that the FFT mode should be faster than direct mode, but it... Posted: 2012-04-10 13:28:52 | convolution, FFT, MKL 10.3 |
| Optimal 3D representation???[Forums] What would be the most efficient way of representing a 3D object?In my application I'll need to apply convolution to a 3D object; this is not a problem for 1D or 2D:1D. Ipp32f* myArray = ippsMalloc_32f(... Posted: 2011-07-20 01:42:54 | 3d, convolution, fourier transform, matrix |
| Intel's Ct Technology Code Samples[Knowledgebase] Overview To help jumpstart your application development, we provide code samples that illustrate the use of Intel’s Ct Technology in various workloads including those often used for financial services,... Posted: 2010-04-06 21:00:00 by AmandaS (Intel) | binomial tree, black scholes, BLAS, convolution, example, example code, FFT, fftw3, graphics, histogram, image processing, IPP, lapack, medical imaging, MKL, monte carlo, poisson, random number generator, ray tracing, sample, sample code |
| Intel® IPP Library Signal Processing Domain Overview[Knowledgebase] If the images below are not loading, or are loading too slowly, please download and review this presentation in PDF format by following this link: IPP-Signal-Processing-Overview-2010-q1.pdf. An overview... Posted: 2010-03-24 09:00:00 by Paul Fischer (Intel) | convolution, DFT, digital filters, discrete cosine transform, fast fourier transform, FFT, FIR filters, IIR filters, IPP, signal processing, simd, SSE |
| Complex Type Convolution/Correlation are Supported[Knowledgebase] IntroductionLinear convolution and correlation operation are widely used in single processing. Intel MKL provides a set of routines intended to perform the transformations in VSL.(Vector Statistic Library).... Posted: 2010-03-06 11:30:00 by Ying H (Intel) | convolution, correlation transform, ESLL, VSL, vslsconv |
| VSL_CC_ERROR_DECIMATION[Forums] Hi,I'm having some troubles using VSL to compute a simple 2D convolution. int err;float *img, *krn, *ris;VSLConvTaskPtr task;int img_size[2], krn_size[2], ris_size[2];int img_strd[2], krn_strd[2], ris_strd[2];//Initializing... Posted: 2009-09-29 03:42:38 | convolution, decimation, VSL |
| IPP Convolution Problem[Forums] We are currently performing convolution using the product of two DFTs and passing that into an inverse DFT. However, the last value in the output vector is zero casuing a later divide by zero. The... Posted: 2009-07-10 03:45:56 | convolution |
| Ippi's example 9-5: Separable kernel convolution[Forums] Hi, I can't get example 9-5 in the ippi manual to work. my code is as follow: Ipp16s img[6*6]= { 0, 0, 0, 0, 0, 0, 0, 1, 0,-1, 0, 0, 0, 0,-1, 0, 2, 0, 0, 1, 0,-2, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0,... Posted: 2009-01-06 04:48:22 | convolution, example, ippi |
