|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ListDeconvolve
ListDeconvolve[ker, list]
gives a deconvolution of list using kernel ker.
Details and OptionsDetails and Options
- The arguments ker and list in ListDeconvolve[ker, list] can be real numerical arrays of any rank and ker cannot be larger than list in any dimension.
- The following options can be given:
-
Method "DampedLS" deconvolution method to be used Padding "Reversed" padding to use for values beyond the original data MaxIterations 10 number of iterations to try - If the elements of list are exact numbers, ListDeconvolve begins by applying N to them.
- For a full documentation of available settings, see the reference page for ImageDeconvolve.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



