In this section, we will discuss the peak area calculation for peak search analysis, a spectrum analysis function available in our DSP and MCA systems.
|
Techno AP’s peak search analysis employs the Covell method for peak area calculation.
In gamma-ray spectrum peak area measurements, the simple total peak area method gross(count) raw, which integrates counts between ROIs, does not account for background counts, which can lead to inaccuracies.
This is often due to the baseline of the peak region containing continuous spectra from Compton-scattered gamma rays, as well as spectra from natural radiation. As a result, the peak typically exhibits a downward-sloping background.
The Covell method is frequently used to calculate such peak areas, as it is a straightforward and reliable approach.
|
The values net (count)raw and net (cps)raw are derived by applying the Covell method to the raw data of yi. Conversely, net (count)fit and net (cps)fit are calculated using the Covell method on data adjusted through Gaussian
fitting f (xi;a).
|
The Covell method estimates the baseline area by analyzing the channels
at both ends of the peak region ( Fig. 1).
|
Fig.1 Conceptual diagram of the Covell method
|
The peak area (Nnet) and its standard deviation (σNnet) are expressed by the following formula:
|

|
βL,βR are the counts used to convert NL NR to baseline counts.
|

|
This calculation can be implemented efficiently using a simple for loop in C and optimized further by compiling it into a DLL (Fig. 2).
This approach will enable us to compute the net counts, net(count)raw and net(count)fit, more quickly.
|
Fig.2 Covell method code
|
In measurement systems, there is a minimum time interval required for two events to be recorded as separate pulses by the detector signal.
This interval, known as the dead time, can be influenced by both the internal processes of the detector and
the electronic circuitry. Due to the random nature of radioactive decay,
if an event occurs too soon after the previous one, it cannot be recorded
and will be lost.
As the count rate increases, the dead time becomes more significant, leading
to greater data loss. Therefore, dead time correction becomes increasingly
necessary. The dead time correction is handled by the MCA (DSP), which includes the following components:
|
MCA dead time = Linear gate time TLG + (ADC conversion time + memory recording time)TM (6)
|
The linear gate time TLG is the duration required for the signal from the detector to be processed by the AMP (DSP) and reach its peak.
This time is necessary to measure the pulse height (energy) and constitutes the dead time. As illustrated in Fig. 3, this is estimated to be around 14 μs.
|
The ADC conversion time follows. In DSP systems, this time is relatively short due to the pipeline sampling of the preamp waveform, typically ranging from 10 ns to 40 ns.
In contrast, MCA's conversion times ranging from 500 ns to 5 μs, including
the time required to reset the peak-hold charge. Modern MCAs may use digital
sampling techniques, where a pipeline ADC detects the peak top of the amplifier
signal digitally, allowing conversion times to be reduced to 10 ns to 40
ns.
|
Currently, the time required to record memory is typically just a few tens of nanoseconds due to its storage in the FPGA, making it nearly negligible.
The ADC conversion time combined with the memory recording time can be considered the MCA processing time, TM.
|
Fig.3 DSP and AMP Pulse Response to Preamp Signal input
|
The probability of dead time occurring is the chance that the next pulse won't arrive during the pulse processing time (TLG + TM). If a pulse arrives during this period, it will either be removed or gated out.
|
Next, consider the probability that a pulse will not arrive during the linear gate time TLG.
When pile-up is active, if multiple pulses arrive during TLG, all pulses will be removed.
If additional pulses arrive during TM, the preceding pulses are processed while the subsequent ones are gated out.
In other words:
|
PP = TLG + Probability of no pulse during TM × Probability of no pulse during TLG (7)
|
The random events of radioactive decay can be predicted by the Poisson distribution, which gives the probability of obtaining k counts within time t, assuming an average count rate of r [cps], as follows:
|

|
By substituting k=0 (no pulse arrives), t=TLG+ TM into equation (7) and t= TLG into equation (8), and then multiplying the results, we obtain the following equation:
|

|
The processed pulse probability PP can also be expressed as the ratio of the OCR (output count rate) to the ICR (input count rate).
Additionally, OCR can be viewed as a product of ICR and the Livetime/Realtime ratio from a different perspective.
|

|
In other words,
|

|
LT(LiveTime)is
|
|
LT performs dead time correction from Eq (12). Livetime becomes Eq(13).
|
|
Figures 5, 6, and 7 show spectra used to assess the effectiveness of dead-time correction with a Cs-137 single peak source.
Focus on the net counts in these spectra. If dead-time correction is not applied, Eq. (14) is divided by Realtime, not Livetime.
From Fig. 4, it can be observed that when measuring with a longer risetime at higher measurement rates, the net (cps) suffers a loss.
|
Risetime |
Net(count) |
Net(count)/RT |
Difference from 4000ns |
4000ns |
6039142.9 |
1677.5 |
|
7200ns |
5631958.4 |
1564.4 |
6.74% |
14000ns |
4805070.2 |
1334.7 |
20% |
Fig.4 Comparison of net(count)/RT at each risetime
|

Fig. 5 Cs-137 spectrum with HPGe, ICR 11 kcps, risetime 4000 ns, flattop 800 ns.
|

Fig. 6 Cs-137 spectrum with HPGe, ICR 11 kcps, risetime 7200 ns, flattop 800 ns.
|

Fig. 7 Cs-137 spectrum with HPGe, ICR 11 kcps, risetime 14000 ns, flattop 800 ns.
|
Now, focus on the net(cps) values in Figures 5, 6, and 7.
These are the value after applying dead time compensation.
As shown in Fig. 8, even with a longer rise time at high counting rates,
the error is kept within 1.6%. FWTM is better with a longer risetime, as
it allows us to achieve the effects of dead time compensation.
|
Risetime |
Net(count) |
Difference from 4000ns |
FWHM |
4000ns |
1881.0 |
|
1.314keV |
7200ns |
1881.9 |
0.1% |
1.221keV |
14000ns |
1850.9 |
1.6% |
1.187keV |
Fig.8 Cs-137 Spectrum with HPGe, ICR 11kcps, risetime 14000ns, and flattop
800ns.
|
Our team is dedicated to delivering even better products, and we greatly appreciate your continued support. Thank you.
|
References
[1] Gordon, Gilmore, Practical Gamma-Ray Spectrometry, John Wiley &
Sons Ltd, 1995.
[2] Glenn F. Knoll, Radiation Detection and Measurement, 4th Edition, Ohmsha, 2013.
|