SpectrumDeconvolution(y,response,iterations=10,repetitions=1,
boost=1.0,method=c("Gold","RL"))
y
repetitions*iterations
repetitions
is greater than one. Recommended range [1..2].y
with deconvoluted spectrum.For Gold method:
$$M^{(k)}(i)=\frac{x^{(k-1)}(i)}{\sum_{j=1}^{n}h(i-j)x^{(k-1)}(j)}$$
For Richardson-Lucy: $$M^{(k)}(i)=\sum_{l=0}^{n}h(i-l)\frac{x^{(k-1)}(l)}{\sum_{j=1}^{n}h(l-j) x^{(k-1)}(j)}$$
Boosting is the exponentiation of iterated value with boosting coefficient/exponent. It is generally improve stability.
Lucy L.B., A.J. 79 (1974) 745.
Richardson W.H., J. Opt. Soc. Am. 62 (1972) 55.
Gold R., ANL-6984, Argonne National Laboratories, Argonne Ill, 1964.
Coote G.E., Iterative smoothing and deconvolution of one- and two-dimensional elemental distribution data, NIM B 130 (1997) 118.
M. Morh�c, J. Kliman, V. Matousek, M. Veselsk�, I. Turzo.: Efficient one- and two-dimensional Gold deconvolution and its application to gamma-ray spectra decomposition. NIM, A401 (1997) 385-408.
Morh�c M., Matousek V., Kliman J., Efficient algorithm of multidimensional deconvolution and its application to nuclear data processing, Digital Signal Processing 13 (2003) 144.