Transform Intensities
signal_stabilize(object, ...)# S4 method for GammaSpectrum
signal_stabilize(object, f, ...)
# S4 method for GammaSpectra
signal_stabilize(object, f, ...)
A GammaSpectrum or GammaSpectra object with transformed intensities.
A GammaSpectrum object.
Extra arguments to be passed to f
.
A function
that takes a numeric vector as
argument and returns a numeric vector.
N. Frerebeau
The stabilization step aims at improving the identification of peaks with a low signal-to-noise ratio. This particularly targets higher energy peaks.
Other signal processing:
baseline
,
peaks_find()
,
peaks_search()
,
signal_integrate()
,
signal_slice()
,
signal_split()
,
smooth()