Introduction
Bipolar junction transistors (BJTs) are widely used as analog components in electronic systems [1]. Unfortunately, BJTs exhibit total ionizing dose (TID) effects, which induce current gain degradation in radiation environments [2]. Such TID effects are complex and influenced by many factors. A large number of studies have been conducted on the various dependences and underlying mechanics of TID effects [2-6] on bipolar devices, as well as on other types of devices [7-10]. Generally, to investigate the correlations between the TID hardness and the parameters of BJTs, a series of devices should be prepared for comparison. This method is effective in excluding the influence of other parameters, but is costly. Many laboratories worldwide have been conducting TID experiments for many years, producing a large amount of experimental data. Such data are growing rapidly and are readily available. The correlations between the TID hardness and the parameters of the BJTs may be extracted from these data. However, such highly nonlinear data cannot be accurately described using multiple linear regression. Therefore, a new generation of computational tools is needed to assist researchers in extracting valuable information from the growing volumes of data.
Machine learning methods can capture correlations in data and make predictions, thereby providing an alternative approach for scientific investigations [11]. These methods, which exhibit huge potential for generalized suitability for scientific research, have been applied to many different research areas for decades [12]. Examples include genetic research [11], antibiotic discoveries [13], material design [14-16], and quantum entanglement simulations [17, 18]. Recently, machine learning methods have also been successfully applied in an increasing number of areas in nuclear physics research [19], including nuclear theories [20-22], experimental methods [23-25], accelerator science [26, 27], and nuclear data processing [28, 29]. Neural networks are powerful methods that have proven to be effective for nonlinear function fitting and accurate prediction [30, 31].
In this paper, we demonstrate that research on radiation effects could benefit from machine learning methods and present a machine learning-based scientific discovery approach for the TID effects of BJTs. Specifically, an artificial neural network (ANN) model was built and trained using the data collected from different experiments. The results indicate that the trained neural network model has significant advantages over the traditional multiple linear regression in capturing nonlinear correlations and predicting data. The trained ANN model suggests that the TID hardness of a BJT tends to increase with base current IB0. A possible mechanism for this phenomenon was analyzed and experimentally verified. Our work indicates that machine learning methods have advantages in discovering correlations and predicting experimental data. The proposed approach could be a powerful new tool to discover correlations from experimental datasets and make predictions for radiation effects.
Methods
Datasets
TID degradation is related to many parameters such as bias, layout, dose, dose rate, passivation layer, and hydrogen content [32-34]. A dataset containing all the related parameters is perfect for analysis. However, the collected historical experimental data do not contain all related parameters. Nevertheless, a dataset containing several parameters may still be helpful in assisting scientific discovery by providing useful information, as described herein.
The experimental dataset to be analyzed was collected from 10 articles [1, 35-43]. The Gummel-plot data of 12 bipolar devices (eight NPNs and four LPNPs) were obtained from the literature. The Gummel plot records the collector and base current values at different base-emitter voltages. Experimental data of bipolar devices irradiated by cobalt-60 gamma sources with different doses and dose rates at room temperature were collected. The Gummel plots before and after irradiation were measured. Degradations of BJTs with different types, VBE, Beta0, IB0, doses, and dose rates were extracted to create the dataset depicted in Fig. 1. The dataset contains 565 radiation response data points for two types of BJTs: NPN and LPNP. VBE is the base-emitter voltage, whereas Beta0 and IB0 are the corresponding common emitter current gain and base current before irradiation, respectively. The maximum dose was 1,902 krad(Si). The dose rate was in the range of 0.0015-312 rad(Si)/s. The absorbed doses and dose rates of silicon were used in this study. The degradation of a BJT is represented by the change in the base current IB/IB0, where IB0 and IB are the base currents before and after irradiation, respectively. The total ionizing dose effects mainly cause an increase in the base current IB at a fixed base-emitter voltage VBE, whereas the collector current IC remains roughly constant [37, 39]. Therefore, IB/IB0 represents gain degradation of the BJT.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F001.jpg)
In addition to the Gummel-plot data, the correlations between degradations and doses or dose rates, obtained via experimentation, have been exhibited in the literature [35, 40, 41]. These additional data were adopted as a test set to verify the generalization of the trained ANN model. None of the experimental data in the test set were used to train the ANN.
Artificial neural network model
We focused on three-layer ANNs, which have proven to be powerful in studies using relatively small datasets [44, 45]. The ANNs were implemented using a deep learning framework called Keras [46]. The inputs of the ANN are the type, ǀVBEǀ, Beta0, IB0, dose, and dose rate. The first neuron of the input layer represents the type of a BJT. Specifically, ‘0’ stands for the NPN type and ‘1’ stands for the LPNP type. Each input parameter is normalized to a mean of 0 and standard deviation of 1 over the training dataset. The output of the ANN was one neuron, corresponding to the change in the base current in the logarithm log(IB/IB0). The rectified linear unit (ReLU) [47] was adopted as the activation function for the first two layers, while the linear activation function was adopted for the last layer. The dropout algorithm with the rate of 0.1 was employed for the first two layers. This algorithm is helpful in improving the generalization performance of ANNs [48]. The loss function is the mean squared error. Adam with the default learning rate of 0.001 was employed as the optimizer to update the weights during the training process [49]. The batch size was set to 32 for stable convergence during the training [50].
A suitable number of neurons and training epochs may vary significantly for different problems. Fivefold cross-validation (CV) was utilized to identify the suitable number of neurons in the two hidden layers and training epochs for fitting our dataset. In this technique, the dataset is randomly divided into five parts; Five ANNs were trained and iteratively evaluated. Each ANN was trained using four parts of the dataset and validated using the remaining part. The CV technique was helpful in reducing the influence of training instability. The performance of the ANNs was evaluated using the mean absolute error (MAE), computed as:
The performance of the ANNs with different training epochs and neuron numbers is shown in Fig. 2. The training and validation MAEs are the average values of all five-fold ANNs. The maximum number of neurons to be investigated was limited to 20 × 20 considering the small size of the dataset to be fitted. As can be seen in Fig. 2a, the MAE on the validation set converged after 1,000 epochs of training for the different sizes of ANNs evaluated in our study. Therefore, the number of epochs for training was set to 1,000. Figure 2b presents the influence of the number of neurons in the two hidden layers on the valid MAE. The MAE on the validation set decreased with an increase in neurons. The distribution of the MAE is symmetrical about the diagonal. Therefore, it is a good choice to set the number of neurons in the two layers equal when the total number of neurons is fixed. Figure 2c shows the MAEs of the training and validation sets for ANNs with the same number of neurons in the two layers. As the number of neurons increased, the MAEs of the training and validation sets decreased. However, the MAE of the validation set decreased more slowly than that of the training set. As shown in Fig. 2d, the difference between the two increased. A large difference indicates that the model can fit the training set accurately, but cannot accurately predict the validation set. This indicates poor generalization performance owing to overfitting [51]. To accurately capture the correlations between data, a good model should have a small MAE and a good generalization performance. In our study, we set the number of neurons in each layer to 7. Figure 3 displays a schematic of the proposed ANN model. Applying more neurons could reduce the MAE slightly, but simultaneously reduces the generalization performance. We preferred fewer neurons to avoid capturing fake correlations caused by overfitting.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F002.jpg)
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F003.jpg)
Results
Predictions
With the help of CV technology, five ANNs were trained using different parts of the dataset. The predictions made by these ANNs were slightly different. We used the average value as the prediction result. The performance of the trained ANNs regarding the test set is expressed in Fig. 4. Figures 4a-g show that the degradations at different doses and dose rates predicted by the trained ANN model agree with the experimental results for the test set. Figure 4h presents a summary of the predictions for the test set. The MAE between the predictions and experimental data was 0.101.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F004.jpg)
Figure 5 presents a comparison of the learning curves for the three different models. The performance of our proposed ANN model was compared with those of the average and multiple linear regression models. The average model considers the average value of the training set samples as the prediction results. As the number of training samples increased, the MAE on the test set decreased significantly for the ANN and multiple linear regression models. When trained with 550 samples, the average MAE for 10 random runs of the ANN model was the smallest, which was nearly half of that of the multiple linear regression model. The results show that the proposed ANN model performs better than the traditional multiple linear regression model in predicting experimental results.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F005.jpg)
Correlations
The trained ANN model fits the experimental data well, indicating that the trained ANN model successfully learned the correlations between the degradation and input parameters in the dataset. These correlations were investigated by feeding the trained ANN model with specific inputs. Figure 6 displays the correlations between the degradation and each parameter generated by the trained ANN model. Specifically, dose = 100 krad(Si), dose rate = 100 rad(Si)/s, ǀVBEǀ = 0.6 V, Beta0 = 100, and IB0 = 1×10-8 A were selected as the reference parameter values. The data points in the figures are the average values of the different CV parts, and the shaded areas represent their standard deviations. The correlations captured via multiple linear regression are shown in Fig. 7 for comparison.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F006.jpg)
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F007.jpg)
Most correlations captured by the trained ANN model were consistent with classical theories, whereas a novel correlation was found. These correlations are nonlinear and cannot be accurately described using multiple linear regression model. In Fig. 6a, the degradation trend with dose is shown. It is apparent that the degradation of the BJT increases with increasing dose before saturation. In particular, degradation of the LPNP-type BJT was more severe and saturated earlier. These phenomena are consistent with those reported in previous studies [35]. As depicted in Fig. 6b, the degradation at a low dose rate is more severe, implying that enhanced low dose rate sensitivity (ELDRS) effects are captured in the ANN model. Fig. 6c indicates the consistency with previous research results that degradation is more severe at lower bias voltages [1]. In Fig. 6d, the captured correlation between degradation and Beta0 is unclear. It seems that for the NPN-type device, the degradation increased with Beta0. However, the degradation changed little with Beta0 for the LPNP-type. In Fig. 6e, it is noteworthy that the trained ANN model captured the correlation that degradation of a BJT will lessen as the pristine base current IB0 increases, that is, the TID hardness of a BJT tends to increase with base current IB0. To the best of our knowledge, this hypothesis has rarely been reported in literature.
The proposed hypothesis shown in Fig. 6e agrees with the statistical analyses. The pristine base current IB0 and VBE are related. To exclude the influence of VBE, the experimental data of the same bias (VBE = 0.6 V) were selected to analyze the correlation between IB0 and the degradation log(IB/IB0). The correlation coefficient r was calculated from the following equation as -0.344:
Mechanism analyses
The possible causes of the proposed hypothesis could be analyzed using classical TID mechanism theories. For an ideal NPN BJT, the pristine base current can typically be approximated as:
Ionizing radiation increases the base current owing to the fixed positive oxide-trapped charge (NOT) and interface traps (NIT) [53]. The base current after gamma irradiation is often modeled as [34, 53, 54]:
The increment in the base current mainly contains two parts of the electron-hole recombination current:
One part was located above the emitter-base space-charge region (SCR). The other was located above the neutral-base surface (NBS). The excess base current in the SCR can be expressed as:
Notably, the total excess base current
The perimeter increased as the area of emitter A increased, but the perimeter-to-area ratio (PE/A) tended to decrease. Consequently,
Irradiation experiments
Irradiation experiments were conducted to verify the influence of the perimeter-to-area ratio on degradation. The irradiation experiments were performed using a cobalt-60 gamma source at room temperature. Five kinds of NPN BJTs with different emitter sizes were irradiated, as shown in Fig. 8a. The other parameters of the BJTs are approximately the same. The devices were manufactured by Analog Foundries, based on a 6-inch bipolar process platform. Accounting for the uncertainties caused by manufacturing process fluctuations, three devices of each kind were used for irradiation. The total doses were 40, 80, 120, and 160 krad(Si), and the dose rate was 0.685 rad(Si)/s in the experiments. All BJTs were grounded during irradiation. The Gummel-plot data were measured using a semiconductor analyzer at room temperature before and after irradiation. VE was swept from -0.4 to -1.2 V, maintaining VB = VC = 0 V. The delay between irradiation and every measurement was within 2 h. Typical Gummel-plot data at different doses are presented in Fig. 8b.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F008.jpg)
As shown in Fig. 8c, the degradation
Discussions
Predictive ability
It should be noted that the trained ANN cannot guarantee the degradation prediction for a device that does not have any data in the training set. This is because of the systematic deviations between different devices and experiments. An ANN may overestimate or underestimate a device that has never been observed. The trained ANN is more suitable for predicting missing values, such as predicting degradations at other doses or dose rates in Sect. 3. More specifically, the ANN was trained to predict missing values in the training process. The dataset included experimental data from different devices. During training, the dataset was shuffled and divided into training and validation sets. The validation set can be considered the missing value of the training set. The ANN model was trained using the training set and verified by predicting the validation set. Therefore, the performance of the validation set correlates with ANN’s ability to predict missing values.
As shown in Fig. 9a, the ANN failed to predict the data from the irradiation experiments in Fig. 8. The degradation was overestimated and the MAE was as large as 0.45. However, after the 130 krad Gummel-plot data of the 18× 18 μm2 NPN were included in the dataset, the predictions of the newly trained ANN model on irradiation experiments could be significantly improved. As shown in Fig. 9b, the MAE decreased to 0.14. It is noteworthy that only the degradations at 130 krad of one device were included in the dataset, but the predictions of 9 × 9, 9 × 18, 18 × 18, 18 × 36, and 18 × 72 μm2 NPNs at 40, 80, 120, and 160 krad were improved. This implies that the ANN model learned the correlations from the other devices in the dataset. When more data are included, predictions can be further improved. Fig. 9c shows the predictions after 50 krad Gummel-plot data of the 18 × 72 μm2 NPN were added to the dataset. MAE reduced to 0.09. Note that all of the experimental data to be predicted in Fig. 9 have never been used for training.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F009.jpg)
Systematic deviations between different devices
There may be systematic deviations between different experiments, such as differences between the radiation sources and measurement instruments. Moreover, devices from different manufacturers may also exhibit systematic deviations. Systematic deviations limit the ability to predict new devices. If we could account for systematic deviations, the predictions of the new devices could be improved.
We propose a simple method for approximately characterizing the system deviations between devices. We introduced a factor F to represent the deviation of one device from the average value of the other devices. To evaluate the factor F, a multiple linear regression model was trained using the dataset, excluding the device to be evaluated. The trained model represents the average of the other devices. The predictions of the device to be evaluated are denoted by
Specifically, the fitting coefficient F can be calculated by:
If the factor F of a device is larger than 1, the device is likely to have less degradation than the other devices in the dataset. The calculated F for the 12 devices in the dataset ranged from 0.36 to 1.48. The calculated F value was set as a new feature of the dataset to account for systematic deviations. A new ANN model with the same structure as the previous model was trained, and the predictions of our irradiation experiments are shown in Fig. 10. It is clear that this model can accurately predict the experimental results. However, the factor F of the device is required when predicting. This implies that one should have some device data to compute factor F in advance. In our case, the factor F was calculated with degradations at 130 krad.
-202210/1001-8042-33-10-010/alternativeImage/1001-8042-33-10-010-F010.jpg)
Conclusion
We presented a machine learning-based scientific discovery approach for radiation effect research. It is shown that the machine learning method could be a powerful new tool to discover correlations from experimental datasets and make predictions. An ANN model was built and trained using the dataset collected from different experiments. The results indicate that the proposed ANN model has advantages over multiple linear regression in capturing most nonlinear correlations and predicting data. Most correlations captured by the trained ANN model were consistent with classical theories, whereas a new correlation was found. The trained ANN model suggests that the TID hardness of a BJT tends to increase with base current IB0. Further mechanistic analyses and experiments confirmed that the differences in the emitter perimeter-to-area ratio of the BJTs could be one of the causes of this phenomenon. The ANN model presented in this study was trained using a relatively small and simple dataset. This is expected to be more powerful if a larger and more detailed dataset is provided. We plan to conduct ANN analyses on the historical data from several laboratories and build models for other kinds of devices.
Synergistic effects of TID and ATREE in vertical NPN bipolar transistor
. IEEE T. Nucl. Sci. 66, 1566-1573 (2019). doi: 10.1109/TNS.2019.2909690Hydrogen soaking, displacement damage effects, and charge yield in gated lateral bipolar junction transistors
. IEEE T. Nucl. Sci. 65, 1271-1276 (2018). doi: 10.1109/TNS.2018.2837032ELDRS in bipolar linear circuits: A review
. IEEE T. Nucl. Sci. 56, 1894-1908 (2009). doi: 10.1109/TNS.2008.2011485Total ionizing dose effects in MOS and low-dose-rate-sensitive linear-bipolar devices
. IEEE T. Nucl. Sci. 60, 1706-1730 (2013). doi: 10.1109/TNS.2013.2259260Simulation of bipolar transistor degradation at various dose rates and electrical modes for high dose conditions
. IEEE T. Nucl. Sci. 61, 1785-1790 (2014). doi: 10.1109/TNS.2014.2315672Modeling the ionization damage on excess base current in pnp BJTs for circuit-level simulation
. IEEE T. Nucl. Sci. 68, 2220-2231 (2021).Experimental study on the total ionizing dose effects of nonvolatile RRAM
. Nucl. Tech. 43(12), 120502 (2020). doi: 10.11889/j.0253-3219.2020.hjs.43.120502. (in Chinese)Synergistic effects of total ionizing dose and radiated electromagnetic interference on analog-to-digital converter
. Nucl. Sci. Tech. 33, 39 (2022). doi: 10.1007/s41365-022-01017-xTotal ionizing dose and synergistic effects of magnetoresistive random access memory
. Nucl. Sci. Tech. 29, 111 (2018). doi: 10.1007/s41365-018-0451-8Radiation effect sensitive peripheral of 180 nm CMOS microprocessor and probabilistic model analysis of its damage dose
. Nucl. Tech. 44(03), 030502 (2021). doi: 10.11889/j.0253-3219.2021.hjs.44.030502. (in Chinese)Deep learning: new computational modelling techniques for genomics
. Nat. Rev. Genet. 20, 389-403 (2019). doi: 10.1038/s41576-019-0122-6Self-learning perfect optical chirality via a deep neural network
. Phys. Rev. Lett. 123, 213902 (2019). doi: 10.1103/PhysRevLett.123.213902A deep learning approach to antibiotic discovery
. Cell. 180, 688-702 (2020). doi: 10.1016/j.cell.2020.01.021Machine-learning-assisted space-transformation accelerates discovery of high thermal conductivity alloys
. Appl. Phys. Lett. 117, 202107 (2020). doi: 10.1063/5.0028241Machine learning for molecular and materials science
. Nature 559, 547-555 (2018). doi: 10.1038/s41586-018-0337-2Structural prediction and inverse design by a strongly correlated neural network
. Phys. Rev. Lett. 123, 108002 (2019). doi: 10.1103/PhysRevLett.123.108002Deep autoregressive models for the efficient variational simulation of many-body quantum systems
. Phys. Rev. Lett. 124, 020503 (2020). doi: 10.1103/PhysRevLett.124.020503Neural-network approach to dissipative quantum many-body dynamics
. Phys. Rev. Lett. 122, 250502 (2019). doi: 10.1103/PhysRevLett.122.250502Machine learning in nuclear physics.
, arXiv preprint arXiv:2112.02309 (2021).Estimation of fusion reaction cross-sections by artificial neural networks
. Nucl. Instrum. Meth. B 462, 51-54 (2020). doi: 10.1016/j.nimb.2019.11.014Quantifying uncertainties on fission fragment mass yields with mixture density networks
. J. Phys. G Nucl. Particle Phys. 47, 114001 (2020). doi: 10.1088/1361-6471/ab9f58Machine learning the nuclear mass
. Nucl. Sci. Tech. 32, 109 (2021). doi: 10.1007/s41365-021-00956-1Machine learning n/γ discrimination in CLYC scintillators
. Nucl. Instrum. Meth. A 954, 161201 (2020). doi: 10.1016/j.nima.2018.09.036Vertex and energy reconstruction in JUNO with machine learning methods
. Nucl. Instrum. Meth. A 1010, 165527 (2021). doi: 10.1016/j.nima.2021.165527Statistical analysis of helium bubbles in transmission electron microscopy images based on machine learning method
. Nucl. Sci. Tech. 32, 54 (2021). doi: 10.1007/s41365-021-00886-yApplication of the asynchronous advantage actor-critic machine learning algorithm to real-time accelerator tuning
. Nucl. Sci. Tech. 30, 158 (2019). doi: 10.1007/s41365-019-0668-1Research on tune feedback of the Hefei Light Source II based on machine learning
. Nucl. Sci. Tech. 33, 28 (2022). doi: 10.1007/s41365-022-01018-wInforming nuclear physics via machine learning methods with differential and integral experiments
. Phys. Rev. C 104, 34611 (2021).Demonstration of machine learning-based model-independent stabilization of source properties in synchrotron light sources
. Phys. Rev. Lett. 123, 194801 (2019). doi: 10.1103/PhysRevLett.123.194801Deep learning
. Nature. 521, 436-444 (2015). doi: 10.1038/nature14539From displacement damage to ELDRS: Fifty years of bipolar transistor radiation effects at the NSREC
. IEEE T. Nucl. Sci. 60, 1731-1739 (2013). doi: 10.1109/TNS.2013.2244615Dose rate effects in bipolar oxides: Competition between trap filling and recombination
. Appl. Phys. Lett. 88, 232113 (2006). doi: 10.1063/1.2210293Dependence on base width and doping concentration of current degradation in gate-controlled lateral PNP bipolar transistors exposed to reactor neutrons and gamma rays
. Energy Procedia 127, 110-119 (2017). doi: 10.1016/j.egypro.2017.08.119Comparison of ionizing-radiation-induced gain degradation in lateral, substrate, and vertical PNP BJTs
. IEEE T. Nucl. Sci. 42, 1541-1549 (1995). doi: 10.1109/23.488748Dose and dose rate effects on NPN bipolar junction transistors irradiated at high temperature
. RADECS 2001. pp. 357-362 (2001).Charge separation for bipolar transistors
. IEEE T. Nucl. Sci. 40, 1276-1285 (1993). doi: 10.1109/23.27354160Co Gamma-ray induced gain degradation in bipolar junction transistors
. Indian Journal of Physics. 85, 391-400 (2011).A comparison of the effects of cobalt-60 γ ray irradiation on DPSA bipolar transistors at high and low injection levels
. Microelectron. Reliab. 71, 86-90 (2017). doi: 10.1016/j.microrel.2017.02.015Hydrogen soaking irradiation acceleration method: application to and damage mechanism analysis on 3DG111 transistors
. Acta Phys. Sin. 68, 068501 (2019). doi: 10.7498/aps.68.20181992 (in Chinese)Experimental studies of collector-emitter voltage bias influence on the total ionization dose effects in NPN Si BJTs
. Superlattice. Microst. 122, 194-202 (2018). doi: 10.1016/j.spmi.2018.08.008Impact of nitride passivation layer on ionizing irradiation damage on LPNP bipolar transistors
. Acta Phys. Sin. 67, 168501 (2018). doi: 10.7498/aps.67.20172215 (in Chinese)Impact of passivation layers on irradiation response of PNP transistors under different dose rates
. IEEE Access. 5, 22194-22198 (2017). doi: 10.1109/ACCESS.2017.2756701Data-driven vehicle modeling of longitudinal dynamics based on a multibody model and deep neural networks
. Measurement 180, 109541 (2021). doi: 10.1016/j.measurement.2021.109541A data-driven normal contact force model based on artificial neural network for complex contacting surfaces
. Mech. Syst. Signal Pr. 156, 107612 (2021). doi: 10.1016/j.ymssp.2021.107612Keras Documentation
. https://keras.io AccessedRectified linear units improve restricted boltzmann machines
. 27th International Conference on Machine Learning (ICML-10) (2010).Improving neural networks by preventing co-adaptation of feature detectors
. arXiv:1207.0580 (2012).Adam: A Method for Stochastic Optimization
. Computer Science (2014).Revisiting small batch training for deep neural networks
. arXiv:1804.07612 (2018).Extrapolation of nuclear structure observables with artificial neural networks
. Phys. Rev. C. 100, 54326 (2019). doi: 10.1103/PhysRevC.100.054326Improved model for excess base current in irradiated lateral p-n-p bipolar junction transistors
. IEEE T. Nucl. Sci. 65, 1488-1495 (2018). doi: 10.1109/TNS.2018.2829110Improved model for increased surface recombination current in irradiated bipolar junction transistors
. IEEE T. Nucl. Sci. 62, 1658-1664 (2015). doi: 10.1109/TNS.2015.2452229Analytical model for proton radiation effects in bipolar devices
. IEEE T. Nucl. Sci. 49, 2643-2649 (2002). doi: 10.1109/TNS.2002.805410