SpectrumSearch(y,sigma=3.0,threshold=10.0,background=FALSE,
iterations=13,markov=FALSE,window=3)
threshold*highest_peak/100
are ignoredTRUE
if the removal of
background before deconvolution is desiredTRUE
, first the source spectrum
is replaced by new spectrum calculated using Markov
chains method.y
spectrumy
, then deconvolves it using Gaussian with sigma
as responce vector and after that searches for peaks in deconvoluted
vector which are above threshold
.M. Morh�c, J. Kliman, V. Matousek, M. Veselsk�, I. Turzo.:Identification of peaks in multidimensional coincidence gamma-ray spectra. NIM, A443 (2000) 108-125. Z.K. Silagadze, A new algorithm for automatic photopeak searches. NIM A 376 (1996), 451.
SpectrumSmoothMarkov
,
SpectrumBackground
, SpectrumDeconvolution