Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program 2D Graphic
Title: convolve2 Download
 Description: CONVOLVE2 can be used wherever CONV2 is used, taking the same arguments and returning the same results to within a small tolerance. The computation is speeded up by using the singular value decomposition of the mask to express it as a sum of outer products. Each of these can be computed efficiently as convolution with a row and a column vector. CONV2 is used to carry this out. Separable masks are a particular case and are handled by CONVOLVE2 much as FILTER2 does. Many other masks which are not separable have low rank (e.g. Gabor function masks) and are handled more efficiently by CONVOLVE2. The function will also compute a reduced-rank approximation to a given mask if required and will use this if it will speed up the computation. An extra argument allows control over the error. Additional shape options allow: (a) 2-D "circular" convolution to be performed- that is, the input array is taken to be periodic rather than surrounded by zeros (b) a "reflection" boundary c
 Downloaders recently: [More information of uploader qykshr]
 To Search: convolution 2D
File list (Check if you may need any files):
convolve2.m
exindex.m
license.txt
    

CodeBus www.codebus.net