Bayesian Remaining Useful Lifetime Prediction of Thermally Aged Power MOSFETs

Size: px
Start display at page:

Download "Bayesian Remaining Useful Lifetime Prediction of Thermally Aged Power MOSFETs"

Transcription

1 Bayesian Remaining Useful Lifetime Prediction of Thermally Aged Power MOSFETs Mehrdad Heydarzadeh, Serkan Dusmez, Mehrdad Nourani, Bilal Akin 1 Department of Electrical Engineering, The University of Texas at Dallas, {mehhey, serkan.dusmez, nourani, bilal.akin}@utdallas.edu Abstract The demand for more reliable power conversion is ever increasing. This necessitates smart gate drivers or smart system controllers that monitor the components that are susceptible to failure. Together with the electrolytic capacitors, power semiconductor devices are among the weakest components in a power converter. In an effort to predict power MOSFET aging, this paper proposes an remaining useful lifetime (RUL estimation algorithm for degraded power MOSFETs, which are exposed to high amplitude thermal cycles. The relative change in on-state resistance is identified as the fault signature. A data-driven RUL estimation algorithm based on a linear model approximation is proposed. The outliers present particularly in the beginning part of the data decrease the accuracy of the estimation with classical least-squares method. In this paper, a Bayesian Interference estimator is proposed to improve the accuracy through incorporating prior knowledge to estimation. The accuracy of the proposed RUL estimation tool is verified on the collected experimental data of thermally aged discrete power MOSFETs. Keywords Bayesian inference, Fault diagnosis, Failure prognostics, Power MOSFET, On-state resistance, Gate threshold voltage, Health monitoring, Remaining useful lifetime, I. INTRODUCTION Power electronic converters play an important role in determining the reliability of a system. The field experience and data suggest that failure rate of Si based power semiconductors namely, insulated gate bipolar transistors (IGBTs and metaloxide field-effect transistors (MOSFETs, and electrolytic capacitors is much higher than the remaining components of a power converter [1], [2]. Many research efforts have been devoted to open-circuit and short-circuit fault detection in a system, but only a few has attempted to detect the non-invasive incipient failures [3 9]. Different than detecting instantaneous failures where the current/voltage sharply rises and drops, incipient fault diagnosis requires tracking the changes in aging-variant I- V characteristics so called failure precursors. This feature is desirable and essential to avoid strenuous periodic check-ups and costly interruptions, and can be integrated into the main controller or gate driver of a power converter. Some of the studies have investigated the potential failure precursors. In [3], collector-emitter voltage was monitored and shown as a degradation indicator for IGBT. Another study focused on the maximum peak voltage of the collector-emitter ringing at turn off [4]. In [5], the turn off time of the switch was studied and recognized as failure precursor. On the other hand, only a few has focused on the failure precursors for power MOSFETs. The failure related to die solder attachments of discrete power MOSFETs was related with increased on resistance, and gate threshold voltage variation is recognized as failure indicator for gate oxide degradation [6 8]. Although the precursors have been well identified, there are a few studies that put effort on estimating the remaining useful lifetime (RUL of power switches. In model based approaches, typically junction temperature information is obtained from the power losses and thermal impedance model of the switch while temperature cycles are counted using algorithms such as rainflow counting [1]. In the data-driven methods, experimental data is processed to derive an empirical degradation model. In [11], relevance vector machine is used to train the degradation data of power MOSFETs to obtain representative vectors, which are fitted by a degradation model. A threshold value is defined and remaining useful lifetime is estimated using the proposed degradation model. In [9], a linear model is used for prognostics of power MOSFETs. The outliers to this linear model are automatically detected and removed by RANSAC algorithm. Even though RANSAC improves the overall estimation accuracy, the non-linearity in the initial part of the data cannot be effectively reduced without incorporating prior knowledge. In this study, a Bayesian inference estimator, which introduces prior probability to limit the choices of estimators to the region of parameter space, is proposed to improve the estimation accuracy particularly at the early stage of aging. II. EXPERIMENTAL RESULTS OF ON-STATE RESISTANCE 4V/11A power MOSFETs are thermally aged on a custom built test-bed, shown in Fig. 1. The switches are degraded under three different thermal conditions, which are a = 16 C T j,max = 24 C, b = 14 C T j,max = 22 C, c = 13 C T j,max = 21 C, at drain current of 5.2 A. The setup details and analysis of the failure mechanisms can be found in [12, 13]. The results of the online R ds,on measurements are given in Fig. 2(a. It is clearly seen that even though the same thermal swing is applied to the same type of switch, the degradation curves are slightly different. The zoom-in profiles of the results plotted on a logarithmic x-axis, showing the variation between 7mΩ, are given in Fig. 2(b. From this figure, it is clear that all of the switches degrade exponentially up to a certain value. After this value, at least one or more switches exhibit very high and/or unstable on-state resistances till they completely fail. The devices aged to this level can be classified as faulty, as the characteristics deviate from normal operating conditions, such as dropped breakdown voltage. From the results given in /17/$ IEEE 2718

2 Fig. 1. R DS_ON (Ω R DS_ON (Ω Custom built accelerated aging setup. R4a-R9a =16 C =24 C =14 C =22 C R1a R2a R4a R5a =13 C =21 C R6a R7a R8a R9a Cycles End of Life (a 1 1 Cycles (b Fig. 2. Online R ds,on monitoring during thermal cycling under three different conditions; (a full scale, (b zoomed into 7 mω region. Fig. 2, it is clear that a safe threshold value can be determined after exhaustive experiments. The results also suggest that an exponential empirical model can be established representing the data points till this chosen threshold value. Considering the results of the other samples, the safe threshold R ds,on value is determined as 5 mω for the given switch type. III. RUL ESTIMATION FOR DEGRADED POWER MOSFETS The experimental results show a an exponential trend in R ds,on which can be used for RUL estimation. The measured R ds,on can be expressed in linear form by taking the natural log ( R ds,on R4a R5a R6a Number of Cycles R7a R8a R9a Fig. 3. R ds,on of experiments in log scale. A linear model can be fitted to data in log scale and used for RUL estimation. logarithm as y = ln(r ds,on = β 1 t + β + ɛ (1 where, β 1 and β are the model parameters and ɛ is the modeling error, which is considered as a zero mean Gaussian noise with σɛ 2. Fig. 3 shows the results in log scale. This model can be used for estimating RUL by defining a failure threshold for the resistance, i.e. R τ. It is possible to predict the failure and estimate RUL as T F = However, in order to use this model for prediction, the vector of parameters β = [β, β 1 ] t, needs to be estimated using past samples of the system. Suppose y = [y 1, y 2,, y N ] is the vector of observed values of the resistance up to current time (t N. Then, β can be estimated using the ordinary least square (OLS : β OLS = (X t X 1 X t y (2 where X = Rτ β β 1. [ 1 1 t 1 t N ] t (3 Although, the OLS approximation is an unbiased estimator, it is not robust to outliers, which are defined as extreme cases of noise. Since OLS is an averaging technique, outliers can change the direction of fitting line. In addition, when the assumption of linearity is not valid the OLS causes a big error. This becomes more critical, when the number of samples in the estimation is low. Fig. 4 shows the estimated line for one of the experiments at various stages of estimation. As seen in Fig. 4, although the existing trend in the data is almost linear, the initial points do not conform this trend. These points are considered as outliers and affect the accuracy of the estimated line, and hence the RUL estimation. This issue becomes more serious in the beginning of the part of the data, since the number of data points is limited (Fig. 4(a. As the more data is processed, the error becomes smaller (Fig. 4(b. If all data points are available, the estimated line has an acceptable accuracy as seen from Fig. 4(c. However, in an online estimation tool, only data up to current time is available. 2719

3 (a (b (c Fig. 4. Fitted line using OLS with different number of observed data points; (a 3 (15 th cycle, (b 6 (3 th cycle, (c 9 (45 th cycles. The accuracy of the fitted line is sensitive to number of observed points. The associated prediction error for a low number of points is large. Polynomial (2 Polynomial (3 Polynomial (2 Polynomial (3-1 Polynomial (2 Polynomial ( (a (b (c Fig. 5. Fitted second and third order polynomial using OLS with different number of observed data points; (a 3 (15 th cycle, (b 6 (3 th cycle, (c 9 (45 th cycles. Using a higher order model (polynomial is not helpful for reducing the prediction error even it is associated with a larger errror. Since the data points show non-linear variation, one might think that choosing a nonlinear model can help in improving accuracy. If a second or third order polynomial function is fitted using all data points up to time, it provides quite satisfactory results, as shown in Fig. 5(a. But, as a matter of fact, it makes the RUL estimation worse in the initial part as seen from Fig. 5(b-5(c. This is because they are associated with higher extrapolation error; OLS is a maximum likelihood ( estimation with Gaussian assumption [14]. In framework, the parameter is determined in the way the likelihood of data is maximized: β = arg max β p(y β (4 For this problem, this likelihood can be written as p(y β = N i=1 p(y i β, where p(y i β is Gaussian since ɛ is Gaussian. This type of estimator just evaluates the available data (y and chooses β in order to maximize its likelihood. So, the extrapolation error becomes large since there is no data available for future observations. But, based on the prior knowledge, we know that a linear trend exists in the data and we have an initial guess for the parameters of the line by evaluating a number of test data. Thus, the estimator can be modified in such a way that it assigns a high cost for choosing β values, which are not close to the defined prior knowledge. In Bayesian Inference (BI, it is assumed that parameter β is a random unknown. Therefore, instead of finding a specific value for β, it looks for a conditional probability distribution function (pdf for β given the observed data, i.e. p(β y which is called the posterior pdf and related to likelihood by the Bayes rule: p(β y = p(y βp(β (5 p(y where p(β is called prior probability and models our prior knowledge of β. One way of inferring a specific value for β is the maximum a posteriori method (, which chooses β to maximize p(β y: β = arg max β p(y βp(β (6 where p(y is omitted from denominator since it is not a function of β.the difference of β and β is in the prior probability function (compare Eqn. 4 and Eqn. 6. The likelihood pdf models our knowledge obtained by samples 272

4 (a (b (c Fig. 6. Fitted line using the proposed Bayesian Inference estimator with different number of observed data points; (a 3 (15 th cycle, (b 6 (3 th cycle, (c 9 (45 th cycles. Using a biased estimator increase the accuracy of estimation when the number of samples is low RUL Trajectory for MOSFETA RUL Trajectory for MOSFETA RUL Trajectory for MOSFET-11A RUL Trajectory for MOSFET-12A Fig. 7. The comparison of the estimated RULs for four different devices using and. from the system. The prior pdf is another source of information which is obtained by doing experiment and it biases the estimator. Intuitively, this bias forces the estimator to choose a value for β close to values observed in prior experiments. To derive the estimator, we assume that the prior probability, p(β, is also Gaussian with mean µ β of and covariance matrix of C β. In such constraints, it can be shown that the posterior pdf is also a Gaussian [15]. Also, a Gaussian curve is maximized at its mean. So, the mean of the posterior pdf needs to be calculated. It can be shown that the mean of posterior [14] is equal to β = µ β + C β X t (XC β X t + σ 2 ɛ I 1 (y Xµ β (7 This estimator simplifies to OLS if prior knowledge is not considered, i.e. µ β =, C β = I and σɛ 2 =. In order to use this estimator, µ β, C β and σɛ 2 have to be determined. These parameters are estimated by method for each experiment in the training set using all points in dataset. Next, the estimated values can be used in estimator in Eq. 7 for a device under test. Fig. 6 shows the result of estimation for R5a data. As seen, the overall accuracy of the estimation is improved. This is because the prior probability acts a cost function, and limits the choices of model parameters to the region of defined parameter space. Fig. 7 shows the estimation of RUL for four different experiments in cycle units. The black lines in the middle show the actual RUL, which decrease linearly in time. The red curves show the estimated RUL using the proposed Bayesian estimator. As it can be seen, the estimation is much more accurate in comparison to that obtained with for all samples. IV. CONCLUSION Incipient fault prognosis for power semiconductors is very critical to avoid periodic system check-ups or complete system failures. Accelerated aging tests help to identify the fault precursors in shorter time. In this study, power MOSFETs are exposed to thermal cycling and field data is approximated by a linear function, even though there is non-linearity particularly in the initial part of the data. When model parameters are found by ordinary least squares method or approximated with high order non-linear functions, the estimation error becomes significantly high. To deal with the outlier effect and improve the estimation accuracy, Bayesian Inference estimator is proposed. It takes advantage of the prior knowledge and limits the choices of model parameters accordingly. The findings on degradation and experimental degradation data suggest that the proposed real-time data-driven remaining useful lifetime estimation method can be utilized for failure prognostics. REFERENCES [1] Y. Song and B. Wang, Survey on reliability of power electronic systems, IEEE Transactions on Power Electronics, vol. 28, no. 1, pp , 213. [2] U.-M. Choi, F. Blaabjerg, and K.-B. Lee, Study and handling methods of power igbt module failures in power electronic converter systems, 2721

5 IEEE Transactions on Power Electronics, vol. 3, no. 5, pp , 215. [3] N. Patil, J. Celaya, D. Das, K. Goebel, and M. Pecht, Precursor parameter identification for insulated gate bipolar transistor (igbt prognostics, IEEE Transactions on Reliability, vol. 58, no. 2, pp , 29. [4] G. Sonnenfeld, K. Goebel, and J. R. Celaya, An agile accelerated aging, characterization and scenario simulation system for gate controlled power transistors, in 28 IEEE AUTOTESTCON. IEEE, 28, pp [5] D. W. Brown, M. Abbas, A. Ginart, I. N. Ali, P. W. Kalgren, and G. J. Vachtsevanos, Turn-off time as an early indicator of insulated gate bipolar transistor latch-up, IEEE Transactions on Power Electronics, vol. 27, no. 2, pp , 212. [6] J. R. Celaya, A. Saxena, P. Wysocki, S. Saha, and K. Goebel, Towards prognostics of power mosfets: Accelerated aging and precursors of failure, DTIC Document, Tech. Rep., 21. [7] J. Celaya, A. Saxena, S. Saha, and K. F. Goebel, Prognostics of power mosfets under thermal stress accelerated aging using data-driven and model-based methodologies, 211. [8] S. Dusmez, M. Heydarzadeh, M. Nourani, and B. Akin, Remaining useful lifetime estimation for thermally aged power mosfets with ransac denoising algorithm, in Energy Conversion Congress & Exposition (ECCE. IEEE, 216. [9] S. Dusmez, S. Ali, M. Heydarzadeh, A. Kamath, H. Duran, and B. Akin, Aging precursor identification and lifetime estimation for thermally aged discrete package silicon power switches, IEEE Transactions on Industry Applications in press. [1] H. Huang and P. A. Mawby, A lifetime estimation technique for voltage source inverters, IEEE Transactions on Power Electronics, vol. 28, no. 8, pp , 213. [11] Y. Zheng, L. Wu, X. Li, and C. Yin, A relevance vector machinebased approach for remaining useful life prediction of power mosfets, in 214 Prognostics and System Health Management Conference (PHM- 214 Hunan. IEEE, 214, pp [12] S. Dusmez and B. Akin, An accelerated thermal aging platform to monitor fault precursor on-state resistance, in 215 IEEE International Electric Machines & Drives Conference (IEMDC. IEEE, 215, pp [13] S. Dusmez and B. Akin, Comprehensive parametric analyses of thermally aged power mosfets for failure precursor identification and lifetime estimation based on gate threshold voltage, in 216 IEEE Applied Power Electronics Conference and Exposition (APEC. IEEE, 216, pp [14] S. Kay, Fundamentals of statistical signal processing. Englewood Cliffs, N.J: Prentice-Hall PTR, [15] C. Rasmussen, Gaussian processes for machine learning. Cambridge, Mass: MIT Press,

Microelectronics Reliability

Microelectronics Reliability Microelectronics Reliability 52 (2012) 482 488 Contents lists available at SciVerse ScienceDirect Microelectronics Reliability journal homepage: www.elsevier.com/locate/microrel A prognostic approach for

More information

Introduction to Power Semiconductor Devices

Introduction to Power Semiconductor Devices ECE442 Power Semiconductor Devices and Integrated Circuits Introduction to Power Semiconductor Devices Zheng Yang (ERF 3017, email: yangzhen@uic.edu) Power Semiconductor Devices Applications System Ratings

More information

Remaining Useful Performance Analysis of Batteries

Remaining Useful Performance Analysis of Batteries Remaining Useful Performance Analysis of Batteries Wei He, Nicholas Williard, Michael Osterman, and Michael Pecht Center for Advanced Life Engineering, University of Maryland, College Park, MD 20742, USA

More information

A Data-driven Approach for Remaining Useful Life Prediction of Critical Components

A Data-driven Approach for Remaining Useful Life Prediction of Critical Components GT S3 : Sûreté, Surveillance, Supervision Meeting GdR Modélisation, Analyse et Conduite des Systèmes Dynamiques (MACS) January 28 th, 2014 A Data-driven Approach for Remaining Useful Life Prediction of

More information

This is a repository copy of Observation of electrolytic capacitor ageing behaviour for the purpose of prognostics.

This is a repository copy of Observation of electrolytic capacitor ageing behaviour for the purpose of prognostics. This is a repository copy of Observation of electrolytic capacitor ageing behaviour for the purpose of prognostics. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/104114/

More information

Capacitors Diodes Transistors. PC200 Lectures. Terry Sturtevant. Wilfrid Laurier University. June 4, 2009

Capacitors Diodes Transistors. PC200 Lectures. Terry Sturtevant. Wilfrid Laurier University. June 4, 2009 Wilfrid Laurier University June 4, 2009 Capacitor an electronic device which consists of two conductive plates separated by an insulator Capacitor an electronic device which consists of two conductive

More information

Parametric Models. Dr. Shuang LIANG. School of Software Engineering TongJi University Fall, 2012

Parametric Models. Dr. Shuang LIANG. School of Software Engineering TongJi University Fall, 2012 Parametric Models Dr. Shuang LIANG School of Software Engineering TongJi University Fall, 2012 Today s Topics Maximum Likelihood Estimation Bayesian Density Estimation Today s Topics Maximum Likelihood

More information

Semiconductor Physics fall 2012 problems

Semiconductor Physics fall 2012 problems Semiconductor Physics fall 2012 problems 1. An n-type sample of silicon has a uniform density N D = 10 16 atoms cm -3 of arsenic, and a p-type silicon sample has N A = 10 15 atoms cm -3 of boron. For each

More information

Trench IGBT failure mechanisms evolution with temperature and gate resistance under various short-circuit conditions

Trench IGBT failure mechanisms evolution with temperature and gate resistance under various short-circuit conditions Author manuscript, published in "Microelectronics Reliability vol.47 (7) pp.173-1734" Trench IGBT failure mechanisms evolution with temperature and gate resistance under various short-circuit conditions

More information

Chapter 10 Instructor Notes

Chapter 10 Instructor Notes G. izzoni, Principles and Applications of lectrical ngineering Problem solutions, hapter 10 hapter 10 nstructor Notes hapter 10 introduces bipolar junction transistors. The material on transistors has

More information

Laboratory Setup for Power Cycling of IGBT Modules with Monitoring of ON-State Voltage and Thermal Resistance for State of Aging Detection

Laboratory Setup for Power Cycling of IGBT Modules with Monitoring of ON-State Voltage and Thermal Resistance for State of Aging Detection Laboratory Setup for Power Cycling of IGBT Modules with Monitoring of ON-State Voltage and Thermal Resistance for State of Aging Detection Abstract Matthias Böttcher, Marco Paulsen, Friedrich W. Fuchs

More information

Analysis of Electrolytic Capacitor Degradation under Electrical Overstress for Prognostic Studies

Analysis of Electrolytic Capacitor Degradation under Electrical Overstress for Prognostic Studies Analysis of Electrolytic Capacitor Degradation under Electrical Overstress for Prognostic Studies Jason Renwick 1, Chetan S. Kulkarni 2, and José R. Celaya 3 1 University of West Indies, St. Agustine,

More information

Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes

Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes Problem 1: Semiconductor Fundamentals [30 points] A uniformly doped silicon sample of length 100µm and cross-sectional area 100µm 2

More information

Relevance Vector Machines for Earthquake Response Spectra

Relevance Vector Machines for Earthquake Response Spectra 2012 2011 American American Transactions Transactions on on Engineering Engineering & Applied Applied Sciences Sciences. American Transactions on Engineering & Applied Sciences http://tuengr.com/ateas

More information

Remaining useful life prediction of IGBTs in MRI gradient amplifiers

Remaining useful life prediction of IGBTs in MRI gradient amplifiers Remaining useful life prediction of IGBTs in MRI gradient amplifiers Reference: Date: Author(s): Distribution: P1806141249 2018-06-14 Martijn Patelski PE Event 2018 attendees a passion for technology Template

More information

Digital Electronics Part II - Circuits

Digital Electronics Part II - Circuits Digital Electronics Part - Circuits Dr.. J. Wassell Gates from Transistors ntroduction Logic circuits are non-linear, consequently we will introduce a graphical technique for analysing such circuits The

More information

MOS CAPACITOR AND MOSFET

MOS CAPACITOR AND MOSFET EE336 Semiconductor Devices 1 MOS CAPACITOR AND MOSFET Dr. Mohammed M. Farag Ideal MOS Capacitor Semiconductor Devices Physics and Technology Chapter 5 EE336 Semiconductor Devices 2 MOS Capacitor Structure

More information

MODEL MECHANISM OF CMOS DEVICE FOR RELIBILITY ENHANCEMENT

MODEL MECHANISM OF CMOS DEVICE FOR RELIBILITY ENHANCEMENT MODEL MECHANISM OF CMOS DEVICE FOR RELIBILITY ENHANCEMENT Sandeep Lalawat and Prof.Y.S.Thakur lalawat_er2007@yahoo.co.in,ystgecu@yahoo.co.in Abstract This paper present specific device level life time

More information

Padé Laplace analysis of signal averaged voltage decays obtained from a simple circuit

Padé Laplace analysis of signal averaged voltage decays obtained from a simple circuit Padé Laplace analysis of signal averaged voltage decays obtained from a simple circuit Edward H. Hellen Department of Physics and Astronomy, University of North Carolina at Greensboro, Greensboro, North

More information

Semiconductor Physics Problems 2015

Semiconductor Physics Problems 2015 Semiconductor Physics Problems 2015 Page and figure numbers refer to Semiconductor Devices Physics and Technology, 3rd edition, by SM Sze and M-K Lee 1. The purest semiconductor crystals it is possible

More information

Particle Filters for Remaining Useful Life Estimation of Abatement Equipment used in Semiconductor Manufacturing

Particle Filters for Remaining Useful Life Estimation of Abatement Equipment used in Semiconductor Manufacturing 21 Conference on Control and Fault Tolerant Systems Nice, France, October 6-8, 21 ThA3.4 Particle Filters for Remaining Useful Life Estimation of Abatement Equipment used in Semiconductor Manufacturing

More information

GT10Q301 GT10Q301. High Power Switching Applications Motor Control Applications. Maximum Ratings (Ta = 25 C) Equivalent Circuit. Marking

GT10Q301 GT10Q301. High Power Switching Applications Motor Control Applications. Maximum Ratings (Ta = 25 C) Equivalent Circuit. Marking GTQ TOSHIBA Insulated Gate Bipolar Transistor Silicon N Channel IGBT GTQ High Power Switching Applications Motor Control Applications Unit: mm Third-generation IGBT Enhancement mode type High speed: tf

More information

Long Channel MOS Transistors

Long Channel MOS Transistors Long Channel MOS Transistors The theory developed for MOS capacitor (HO #2) can be directly extended to Metal-Oxide-Semiconductor Field-Effect transistors (MOSFET) by considering the following structure:

More information

ECE521 week 3: 23/26 January 2017

ECE521 week 3: 23/26 January 2017 ECE521 week 3: 23/26 January 2017 Outline Probabilistic interpretation of linear regression - Maximum likelihood estimation (MLE) - Maximum a posteriori (MAP) estimation Bias-variance trade-off Linear

More information

Over current protection circuits Voltage controlled DC-AC inverters Maximum operating temperature of 175 C

Over current protection circuits Voltage controlled DC-AC inverters Maximum operating temperature of 175 C Description United Silicon Carbide, Inc offers the high-performance G3 SiC normallyon JFET transistors. This series exhibits ultra-low on resistance (R DS(ON) ) and gate charge (Q G ) allowing for low

More information

6.012 Electronic Devices and Circuits

6.012 Electronic Devices and Circuits Page 1 of 12 YOUR NAME Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology 6.012 Electronic Devices and Circuits FINAL EXAMINATION Open book. Notes: 1. Unless

More information

NGTB30N120LWG IGBT. 30 A, 1200 V V CEsat = 1.75 V E off = 1.0 mj

NGTB30N120LWG IGBT. 30 A, 1200 V V CEsat = 1.75 V E off = 1.0 mj NGTBNLWG IGBT This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Field Stop (FS) Trench construction, and provides superior performance in demanding switching applications.

More information

NGTB25N120LWG IGBT. 25 A, 1200 V V CEsat = 1.85 V E off = 0.8 mj

NGTB25N120LWG IGBT. 25 A, 1200 V V CEsat = 1.85 V E off = 0.8 mj NGTBNLWG IGBT This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Field Stop (FS) Trench construction, and provides superior performance in demanding switching applications.

More information

Over Current Protection Circuits Voltage controlled DC-AC Inverters Maximum operating temperature of 175 C

Over Current Protection Circuits Voltage controlled DC-AC Inverters Maximum operating temperature of 175 C Description United Silicon Carbide, Inc offers the xj series of high-performance SiC normally-on JFET transistors. This series exhibits ultra-low on resistance (R DS(ON) ) and gate charge (Q G ) allowing

More information

Over current protection circuits Voltage controlled DC-AC inverters Maximum operating temperature of 175 C

Over current protection circuits Voltage controlled DC-AC inverters Maximum operating temperature of 175 C Description United Silicon Carbide, Inc offers the high-performance G3 SiC normallyon JFET transistors. This series exhibits ultra-low on resistance (R DS(ON) ) and gate charge (Q G ) allowing for low

More information

Over current protection circuits Voltage controlled DC-AC inverters Maximum operating temperature of 175 C

Over current protection circuits Voltage controlled DC-AC inverters Maximum operating temperature of 175 C Description United Silicon Carbide, Inc offers the high-performance G3 SiC normallyon JFET transistors. This series exhibits ultra-low on resistance (R DS(ON) ) and gate charge (Q G ) allowing for low

More information

Lecture 16: Circuit Pitfalls

Lecture 16: Circuit Pitfalls Introduction to CMOS VLSI Design Lecture 16: Circuit Pitfalls David Harris Harvey Mudd College Spring 2004 Outline Pitfalls Detective puzzle Given circuit and symptom, diagnose cause and recommend solution

More information

NGTG50N60FLWG IGBT. 50 A, 600 V V CEsat = 1.65 V

NGTG50N60FLWG IGBT. 50 A, 600 V V CEsat = 1.65 V NGTGN6FLWG IGBT This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Trench construction, and provides superior performance in demanding switching applications, offering both

More information

STARPOWER IGBT GD1000HFL170P2S. General Description. Features. Typical Applications SEMICONDUCTOR. Molding Type Module. 1700V/1000A 2 in one-package

STARPOWER IGBT GD1000HFL170P2S. General Description. Features. Typical Applications SEMICONDUCTOR. Molding Type Module. 1700V/1000A 2 in one-package STARPOWER SEMICONDUCTOR IGBT GD1HFL17P2S Molding Type Module 17V/1A 2 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short circuit ruggedness.

More information

NGTB40N60FLWG IGBT. 40 A, 600 V V CEsat = 1.85 V

NGTB40N60FLWG IGBT. 40 A, 600 V V CEsat = 1.85 V NGTB4N6FLWG IGBT This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Trench construction, and provides superior performance in demanding switching applications, offering

More information

CCS050M12CM2 1.2kV, 25mΩ All-Silicon Carbide Six-Pack (Three Phase) Module C2M MOSFET and Z-Rec TM Diode

CCS050M12CM2 1.2kV, 25mΩ All-Silicon Carbide Six-Pack (Three Phase) Module C2M MOSFET and Z-Rec TM Diode CCS5M2CM2.2kV, 25mΩ All-Silicon Carbide Six-Pack (Three Phase) Module C2M MOSFET and Z-Rec TM Diode Features Ultra Low Loss Zero Reverse Recovery Current Zero Turn-off Tail Current High-Frequency Operation

More information

Electronic Circuits Summary

Electronic Circuits Summary Electronic Circuits Summary Andreas Biri, D-ITET 6.06.4 Constants (@300K) ε 0 = 8.854 0 F m m 0 = 9. 0 3 kg k =.38 0 3 J K = 8.67 0 5 ev/k kt q = 0.059 V, q kt = 38.6, kt = 5.9 mev V Small Signal Equivalent

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Linear Regression Varun Chandola Computer Science & Engineering State University of New York at Buffalo Buffalo, NY, USA chandola@buffalo.edu Chandola@UB CSE 474/574 1

More information

Control strategy and lifetime optimization of Electrochemical Double-Layer Capacitors

Control strategy and lifetime optimization of Electrochemical Double-Layer Capacitors Control strategy and lifetime optimization of Electrochemical Double-Layer Capacitors Samir Alagic, Viktor Nordgren Department of Automatic control, Faculty of Engineering at Lund University, Lund, Sweden

More information

New Functions. Test mode and Specimen failure. Power cycle test system with thermal analysis capability using structure function.

New Functions. Test mode and Specimen failure. Power cycle test system with thermal analysis capability using structure function. using structure function. (1) Page 1/5 Test mode and failure There are two modes in a power cycle test: Tj Power cycle that changes the junction temperature (Tj Temperature) inside of the power semiconductor

More information

Trench IGBT failure mechanisms evolution with temperature and gate resistance under various short-circuit conditions

Trench IGBT failure mechanisms evolution with temperature and gate resistance under various short-circuit conditions Trench IGBT failure mechanisms evolution with temperature and gate resistance under various short-circuit conditions Adel Benmansour, Stephane Azzopardi, Jean-Christophe Martin, Eric Woirgard To cite this

More information

FGH40T120SQDNL4. IGBT - Ultra Field Stop. 40 A, 1200 V V CEsat = 1.7 V E off = 1.1 mj

FGH40T120SQDNL4. IGBT - Ultra Field Stop. 40 A, 1200 V V CEsat = 1.7 V E off = 1.1 mj FGHTSQDNL IGBT - Ultra Field Stop This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Ultra Field Stop Trench construction, and provides superior performance in demanding

More information

Bearing fault diagnosis based on EMD-KPCA and ELM

Bearing fault diagnosis based on EMD-KPCA and ELM Bearing fault diagnosis based on EMD-KPCA and ELM Zihan Chen, Hang Yuan 2 School of Reliability and Systems Engineering, Beihang University, Beijing 9, China Science and Technology on Reliability & Environmental

More information

TO-247-3L Inner Circuit Product Summary I C) R DS(on)

TO-247-3L Inner Circuit Product Summary I C) R DS(on) Silicon Carbide Power MOSFET N-CHANNEL ENHANCEMENT MODE TO-247-3L Inner Circuit Product Summary V DS I D(@25 C) R DS(on) 1200V 20A 120mΩ Features u Low On-Resistance u Low Capacitance u Avalanche Ruggedness

More information

Department of Electronic Engineering, Chienkuo Technology University, No. 1, Chieh Shou N. Rd., Changhua City, 500 Taiwan, R.O.C.

Department of Electronic Engineering, Chienkuo Technology University, No. 1, Chieh Shou N. Rd., Changhua City, 500 Taiwan, R.O.C. Typeset using jjap.cls Compact Hot-Electron Induced Oxide Trapping Charge and Post- Stress Drain Current Modeling for Buried-Channel p-type Metal- Oxide-Semiconductor-Field-Effect-Transistors

More information

SECTION: Circle one: Alam Lundstrom. ECE 305 Exam 5 SOLUTIONS: Spring 2016 April 18, 2016 M. A. Alam and M.S. Lundstrom Purdue University

SECTION: Circle one: Alam Lundstrom. ECE 305 Exam 5 SOLUTIONS: Spring 2016 April 18, 2016 M. A. Alam and M.S. Lundstrom Purdue University NAME: PUID: SECTION: Circle one: Alam Lundstrom ECE 305 Exam 5 SOLUTIONS: April 18, 2016 M A Alam and MS Lundstrom Purdue University This is a closed book exam You may use a calculator and the formula

More information

STARPOWER IGBT GD600SGK120C2S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR

STARPOWER IGBT GD600SGK120C2S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR STARPOWER SEMICONDUCTOR IGBT GD6SGK12C2S 12V/6A 1 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction and switching loss as well as short circuit ruggedness. They

More information

OFF-state TDDB in High-Voltage GaN MIS-HEMTs

OFF-state TDDB in High-Voltage GaN MIS-HEMTs OFF-state TDDB in High-Voltage GaN MIS-HEMTs Shireen Warnock and Jesús A. del Alamo Microsystems Technology Laboratories (MTL) Massachusetts Institute of Technology (MIT) Purpose Further understanding

More information

Neutron inverse kinetics via Gaussian Processes

Neutron inverse kinetics via Gaussian Processes Neutron inverse kinetics via Gaussian Processes P. Picca Politecnico di Torino, Torino, Italy R. Furfaro University of Arizona, Tucson, Arizona Outline Introduction Review of inverse kinetics techniques

More information

Chapter 4 Field-Effect Transistors

Chapter 4 Field-Effect Transistors Chapter 4 Field-Effect Transistors Microelectronic Circuit Design Richard C. Jaeger Travis N. Blalock 5/5/11 Chap 4-1 Chapter Goals Describe operation of MOSFETs. Define FET characteristics in operation

More information

CONSTANT CURRENT STRESS OF ULTRATHIN GATE DIELECTRICS

CONSTANT CURRENT STRESS OF ULTRATHIN GATE DIELECTRICS CONSTANT CURRENT STRESS OF ULTRATHIN GATE DIELECTRICS Y. Sun School of Electrical & Electronic Engineering Nayang Technological University Nanyang Avenue, Singapore 639798 e-mail: 14794258@ntu.edu.sg Keywords:

More information

Fully Integrated Dickson Charge Pumps with Optimized Power Efficiency

Fully Integrated Dickson Charge Pumps with Optimized Power Efficiency Proceedings of the World Congress on Engineering and Computer Science 00 ol Fully ntegrated Dickson Charge Pumps with Optimized Power Efficiency Jan Dreloigne Abstract This paper describes how the power

More information

TA7262P,TA7262P(LB),TA7262F

TA7262P,TA7262P(LB),TA7262F TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7262P,TA7262P(LB),TA7262F DC MOTOR DRIVER (3 PHASE Bi DIRECTIONAL) The TA7262P / P (LB) / F are 3 Phase Bi Directional supply voltage control

More information

Time Dependent Dielectric Breakdown in High Voltage GaN MIS HEMTs: The Role of Temperature

Time Dependent Dielectric Breakdown in High Voltage GaN MIS HEMTs: The Role of Temperature Time Dependent Dielectric Breakdown in High Voltage GaN MIS HEMTs: The Role of Temperature Shireen Warnock, Allison Lemus, and Jesús A. del Alamo Microsystems Technology Laboratories (MTL) Massachusetts

More information

Accurate Estimating Simultaneous Switching Noises by Using Application Specific Device Modeling

Accurate Estimating Simultaneous Switching Noises by Using Application Specific Device Modeling Accurate Estimating Simultaneous Switching Noises by Using Application Specific Device Modeling Li Ding and Pinaki Mazumder Department of Electrical Engineering and Computer Science The University of Michigan,

More information

Prognostic Modeling and Experimental Techniques for Electrolytic Capacitor Health Monitoring

Prognostic Modeling and Experimental Techniques for Electrolytic Capacitor Health Monitoring Prognostic Modeling and Experimental Techniques for Electrolytic Capacitor Health Monitoring C. KULKARNI, J. CELAYA, G. BISWAS and K. GOEBEL ABSTRACT Electrolytic capacitors are used in several applications

More information

STARPOWER IGBT GD450HFY120C2S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR

STARPOWER IGBT GD450HFY120C2S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR STARPOWER SEMICONDUCTOR IGBT GD45HFY12C2S 12V/45A 2 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short circuit ruggedness. They are designed

More information

NGTB40N135IHRWG. 40 A, 1350 V V CEsat = 2.40 V E off = 1.30 mj

NGTB40N135IHRWG. 40 A, 1350 V V CEsat = 2.40 V E off = 1.30 mj NGTB4N3IHRWG IGBT with Monolithic Free Wheeling Diode This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Field Stop (FS) Trench construction, and provides superior performance

More information

NGTB20N120IHRWG. 20 A, 1200 V V CEsat = 2.10 V E off = 0.45 mj

NGTB20N120IHRWG. 20 A, 1200 V V CEsat = 2.10 V E off = 0.45 mj NGTB2N2IHRWG IGBT with Monolithic Free Wheeling Diode This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Field Stop (FS) Trench construction, provides and superior performance

More information

Failure prognostics in a particle filtering framework Application to a PEMFC stack

Failure prognostics in a particle filtering framework Application to a PEMFC stack Failure prognostics in a particle filtering framework Application to a PEMFC stack Marine Jouin Rafael Gouriveau, Daniel Hissel, Noureddine Zerhouni, Marie-Cécile Péra FEMTO-ST Institute, UMR CNRS 6174,

More information

Electronic Circuits 1. Transistor Devices. Contents BJT and FET Characteristics Operations. Prof. C.K. Tse: Transistor devices

Electronic Circuits 1. Transistor Devices. Contents BJT and FET Characteristics Operations. Prof. C.K. Tse: Transistor devices Electronic Circuits 1 Transistor Devices Contents BJT and FET Characteristics Operations 1 What is a transistor? Three-terminal device whose voltage-current relationship is controlled by a third voltage

More information

Failure Prognostics with Missing Data Using Extended Kalman Filter

Failure Prognostics with Missing Data Using Extended Kalman Filter Failure Prognostics with Missing Data Using Extended Kalman Filter Wlamir Olivares Loesch Vianna 1, and Takashi Yoneyama 2 1 EMBRAER S.A., São José dos Campos, São Paulo, 12227 901, Brazil wlamir.vianna@embraer.com.br

More information

Electrolytic Capacitor Age Estimation Using PRBS-based Techniques

Electrolytic Capacitor Age Estimation Using PRBS-based Techniques Electrolytic Capacitor Age Estimation Using PRBS-based Techniques David A. Hewitt*, James E. Green, Jonathan N. Davidson, Martin P. Foster, David A. Stone Department of Electronic and Electrical Engineering,

More information

Transistors - a primer

Transistors - a primer ransistors - a primer What is a transistor? Solid-state triode - three-terminal device, with voltage (or current) at third terminal used to control current between other two terminals. wo types: bipolar

More information

STARPOWER IGBT GD800CUT170A3S/GD800CLT170A3S. General Description. Features. Typical Applications SEMICONDUCTOR TM. Molding Type Module

STARPOWER IGBT GD800CUT170A3S/GD800CLT170A3S. General Description. Features. Typical Applications SEMICONDUCTOR TM. Molding Type Module STARPOWER SEMICONDUCTOR TM IGBT GDCUT17A3S GDCLT17A3S Molding Type Module 17V/A Chopper in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short

More information

Computer Vision Group Prof. Daniel Cremers. 3. Regression

Computer Vision Group Prof. Daniel Cremers. 3. Regression Prof. Daniel Cremers 3. Regression Categories of Learning (Rep.) Learnin g Unsupervise d Learning Clustering, density estimation Supervised Learning learning from a training data set, inference on the

More information

MOSFET: Introduction

MOSFET: Introduction E&CE 437 Integrated VLSI Systems MOS Transistor 1 of 30 MOSFET: Introduction Metal oxide semiconductor field effect transistor (MOSFET) or MOS is widely used for implementing digital designs Its major

More information

Electrical and Thermal Packaging Challenges for GaN Devices. Paul L. Brohlin Texas Instruments Inc. October 3, 2016

Electrical and Thermal Packaging Challenges for GaN Devices. Paul L. Brohlin Texas Instruments Inc. October 3, 2016 Electrical and Thermal Packaging Challenges for GaN Devices Paul L. Brohlin Texas Instruments Inc. October 3, 2016 1 Outline Why GaN? Hard-Switching Losses Parasitic Inductance Effects on Switching Thermal

More information

AON4605 Complementary Enhancement Mode Field Effect Transistor

AON4605 Complementary Enhancement Mode Field Effect Transistor AON5 Complementary Enhancement Mode Field Effect Transistor General Description The AON5 uses advanced trench technology to provide excellent R DS(ON) and low gate charge. The complementary MOSFETs form

More information

MP6901 MP6901. High Power Switching Applications. Hammer Drive, Pulse Motor Drive and Inductive Load Switching. Maximum Ratings (Ta = 25 C)

MP6901 MP6901. High Power Switching Applications. Hammer Drive, Pulse Motor Drive and Inductive Load Switching. Maximum Ratings (Ta = 25 C) TOSHIBA Power Transistor Module Silicon Epitaxial Type (Darlington power transistor in ) High Power Switching Applications. Hammer Drive, Pulse Motor Drive and Inductive Load Switching. Industrial Applications

More information

IXBH42N170 IXBT42N170

IXBH42N170 IXBT42N170 High Voltage, High Gain BIMOSFET TM Monolithic Bipolar MOS Transistor S = V = 42A (sat) 2.8V Symbol Test Conditions Maximum Ratings TO-247 (IXBH) S = 25 C to 1 C V V CGR T J = 25 C to 1 C, R GE = 1MΩ V

More information

IXBK55N300 IXBX55N300

IXBK55N300 IXBX55N300 High Voltage, High Gain BiMOSFET TM Monolithic Bipolar MOS Transistor V CES = V 11 = 55A V CE(sat) 3.2V TO-264 (IXBK) Symbol Test Conditions Maximum Ratings V CES = 25 C to 15 C V V CGR = 25 C to 15 C,

More information

MOS Transistor Theory

MOS Transistor Theory CHAPTER 3 MOS Transistor Theory Outline 2 1. Introduction 2. Ideal I-V Characteristics 3. Nonideal I-V Effects 4. C-V Characteristics 5. DC Transfer Characteristics 6. Switch-level RC Delay Models MOS

More information

Reliability Qualification Report

Reliability Qualification Report Reliability Qualification Report SGA-5263Z Products Qualified by Similarity SGA-4563Z/4463Z/4363Z/4263Z/4163Z SGA-3563Z/3463Z/3363Z/3263Z SGA-2463Z/2363Z/2263Z/2163Z SGA-1263Z/1163Z SGA-0363Z/0163Z SGA-8343Z

More information

c. VH: Heating voltage between the collector and emitter.

c. VH: Heating voltage between the collector and emitter. TERMAL IMPEDANCE MEASUREMENTS FOR INSULATED GATE BIPOLAR TRANSISTORS (DELTA GATE-EMITTER ON VOLTAGE METOD) 1. Purpose. The purpose of this test method is to measure the thermal impedance of the IGBT under

More information

A Bayesian Hidden Markov Model-Based Approach for Anomaly Detection in Electronic Systems

A Bayesian Hidden Markov Model-Based Approach for Anomaly Detection in Electronic Systems A Bayesian Hidden Markov Model-Based Approach for Anomaly Detection in Electronic Systems Enkhjargal Dorj Center for Advanced Life Cycle Engineering University of Maryland College Park, MD 20742 301-405-5323

More information

STARPOWER IGBT GD300HFY120C6S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR

STARPOWER IGBT GD300HFY120C6S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR STARPOWER SEMICONDUCTOR IGBT GD3HFY12C6S 12V/3A 2 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short circuit ruggedness. They are designed

More information

CMOS Devices. PN junctions and diodes NMOS and PMOS transistors Resistors Capacitors Inductors Bipolar transistors

CMOS Devices. PN junctions and diodes NMOS and PMOS transistors Resistors Capacitors Inductors Bipolar transistors CMOS Devices PN junctions and diodes NMOS and PMOS transistors Resistors Capacitors Inductors Bipolar transistors PN Junctions Diffusion causes depletion region D.R. is insulator and establishes barrier

More information

STARPOWER IGBT GD25FST120L2S_G8. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR

STARPOWER IGBT GD25FST120L2S_G8. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR STARPOWER SEMICONDUCTOR IGBT GD2FST2L2S_G8 2V/2A 6 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short circuit ruggedness. They are designed

More information

EE105 Fall 2014 Microelectronic Devices and Circuits

EE105 Fall 2014 Microelectronic Devices and Circuits EE05 Fall 204 Microelectronic Devices and Circuits Prof. Ming C. Wu wu@eecs.berkeley.edu 5 Sutardja Dai Hall (SDH) Terminal Gain and I/O Resistances of BJT Amplifiers Emitter (CE) Collector (CC) Base (CB)

More information

NGTG25N120FL2WG. IGBT - Field Stop II. 25 A, 1200 V V CEsat = 2.0 V E off = 0.60 mj

NGTG25N120FL2WG. IGBT - Field Stop II. 25 A, 1200 V V CEsat = 2.0 V E off = 0.60 mj NGTGNFLWG IGBT - Field Stop II This Insulated Gate Bipolar Transistor (IGBT) features a robust and cost effective Field Stop II Trench construction, and provides superior performance in demanding switching

More information

MMIX4B12N300 V CES = 3000V. = 11A V CE(sat) 3.2V. High Voltage, High Gain BIMOSFET TM Monolithic Bipolar MOS Transistor

MMIX4B12N300 V CES = 3000V. = 11A V CE(sat) 3.2V. High Voltage, High Gain BIMOSFET TM Monolithic Bipolar MOS Transistor High Voltage, High Gain BIMOSFET TM Monolithic Bipolar MOS Transistor Preliminary Technical Information V CES = 3V 11 = 11A V CE(sat) 3.2V C1 C2 (Electrically Isolated Tab) G1 E1C3 G2 E2C G3 G E3E C1 C2

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. DS0026 Dual High-Speed MOS Driver General Description DS0026 is a low cost

More information

CCS050M12CM2 1.2kV, 50A Silicon Carbide Six-Pack (Three Phase) Module Z-FET TM MOSFET and Z-Rec TM Diode

CCS050M12CM2 1.2kV, 50A Silicon Carbide Six-Pack (Three Phase) Module Z-FET TM MOSFET and Z-Rec TM Diode CCS5M2CM2.2kV, 5A Silicon Carbide Six-Pack (Three Phase) Module Z-FET TM MOSFET and Z-Rec TM Diode Features Ultra Low Loss Zero Reverse Recovery Current Zero Turn-off Tail Current High-Frequency Operation

More information

Vidyalankar S.E. Sem. III [EXTC] Analog Electronics - I Prelim Question Paper Solution

Vidyalankar S.E. Sem. III [EXTC] Analog Electronics - I Prelim Question Paper Solution . (a) S.E. Sem. [EXTC] Analog Electronics - Prelim Question Paper Solution Comparison between BJT and JFET BJT JFET ) BJT is a bipolar device, both majority JFET is an unipolar device, electron and minority

More information

Lecture 16: Circuit Pitfalls

Lecture 16: Circuit Pitfalls Lecture 16: Circuit Pitfalls Outline Variation Noise Budgets Reliability Circuit Pitfalls 2 Variation Process Threshold Channel length Interconnect dimensions Environment Voltage Temperature Aging / Wearout

More information

Temperature and Humidity Acceleration Factors on MLV Lifetime

Temperature and Humidity Acceleration Factors on MLV Lifetime Temperature and Humidity Acceleration Factors on MLV Lifetime With and Without DC Bias Greg Caswell Introduction This white paper assesses the temperature and humidity acceleration factors both with and

More information

Electronics Fets and Mosfets Prof D C Dube Department of Physics Indian Institute of Technology, Delhi

Electronics Fets and Mosfets Prof D C Dube Department of Physics Indian Institute of Technology, Delhi Electronics Fets and Mosfets Prof D C Dube Department of Physics Indian Institute of Technology, Delhi Module No. #05 Lecture No. #02 FETS and MOSFETS (contd.) In the previous lecture, we studied the working

More information

Lecture 23: Negative Resistance Osc, Differential Osc, and VCOs

Lecture 23: Negative Resistance Osc, Differential Osc, and VCOs EECS 142 Lecture 23: Negative Resistance Osc, Differential Osc, and VCOs Prof. Ali M. Niknejad University of California, Berkeley Copyright c 2005 by Ali M. Niknejad A. M. Niknejad University of California,

More information

Chip Outline. Symbol Parameter Value Unit Test Conditions Note V GS = 20 V, T C = 25 C A 46 V GS = 20 V, T C = 100 C. -40 to +175

Chip Outline. Symbol Parameter Value Unit Test Conditions Note V GS = 20 V, T C = 25 C A 46 V GS = 20 V, T C = 100 C. -40 to +175 V DS 12 V CPM2-12-4B Silicon Carbide Power MOSFET C2M TM MOSFET Technology N-Channel Enhancement Mode I D @ 25 C R DS(on) 63 A 4 mω Features Chip Outline C2M SiC MOSFET technlogy High Blocking Voltage

More information

IXBK55N300 IXBX55N300

IXBK55N300 IXBX55N300 High Voltage, High Gain BiMOSFET TM Monolithic Bipolar MOS Transistor IXBK55N3 IXBX55N3 V CES = 3V 11 = 55A V CE(sat) 3.2V TO-264 (IXBK) Symbol Test Conditions Maximum Ratings V CES = 25 C to 15 C 3 V

More information

21. LECTURE 21: INTRODUCTION TO DIELECTRIC BREAKDOWN

21. LECTURE 21: INTRODUCTION TO DIELECTRIC BREAKDOWN 98 21. LECTURE 21: INTRODUCTION TO DIELECTRIC BREAKDOWN 21.1 Review/Background This class is an introduction to Time Dependent Dielectric Breakdown (TDDB). In the following 9 chapters, we will discuss

More information

STARPOWER IGBT GD800HTT65P4S. General Description. Features. Typical Applications SEMICONDUCTOR. Molding Type Module. 650V/800A 6 in one-package

STARPOWER IGBT GD800HTT65P4S. General Description. Features. Typical Applications SEMICONDUCTOR. Molding Type Module. 650V/800A 6 in one-package STARPOWER SEMICONDUCTOR IGBT GD8HTT65P4S Molding Type Module 65V/8A 6 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short circuit ruggedness.

More information

Chip Outline. Symbol Parameter Value Unit Test Conditions Note V GS = 20 V, T C = 25 C A 12.5 V GS = 20 V, T C = 100 C.

Chip Outline. Symbol Parameter Value Unit Test Conditions Note V GS = 20 V, T C = 25 C A 12.5 V GS = 20 V, T C = 100 C. V DS 12 V CPM2-12-16B Silicon Carbide Power MOSFET C2M TM MOSFET Technology N-Channel Enhancement Mode Features Chip Outline I D @ 2 C R DS(on) 19 A 16 mω New C2M SiC MOSFET technlogy High Blocking Voltage

More information

Power semiconductor devices

Power semiconductor devices Electrical Engineering Division Page 1 of 10 Power semiconductor devices Power semiconductor devices constitute the heart of modern power electronic apparatus. The main function of the power semiconductor

More information

A Real-time Data-driven Method for Battery Health Prognostics in Electric Vehicle Use

A Real-time Data-driven Method for Battery Health Prognostics in Electric Vehicle Use A Real-time Data-driven Method for Battery Health Prognostics in Electric Vehicle Use Anthony Barré 12, Frédéric Suard 1, Mathias Gérard 2, and Delphine Riu 3 1 CEA, LIST, Information Models and Machine

More information

Spring Semester 2012 Final Exam

Spring Semester 2012 Final Exam Spring Semester 2012 Final Exam Note: Show your work, underline results, and always show units. Official exam time: 2.0 hours; an extension of at least 1.0 hour will be granted to anyone. Materials parameters

More information

Transient thermal measurements and thermal equivalent circuit models

Transient thermal measurements and thermal equivalent circuit models AN 2015-10 Transient thermal measurements and thermal equivalent circuit Replaces AN2008-03 About this document Scope and purpose The basis of a power electronic design is the interaction of power losses

More information

STARPOWER IGBT GD25FSY120L2S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR

STARPOWER IGBT GD25FSY120L2S. General Description. Features. Typical Applications. Equivalent Circuit Schematic SEMICONDUCTOR STARPOWER SEMICONDUCTOR IGBT GD25FSY2L2S 2V/25A 6 in one-package General Description STARPOWER IGBT Power Module provides ultra low conduction loss as well as short circuit ruggedness. They are designed

More information

MMIX4B22N300 V CES. = 3000V = 22A V CE(sat) 2.7V I C90

MMIX4B22N300 V CES. = 3000V = 22A V CE(sat) 2.7V I C90 Advance Technical Information High Voltage, High Gain BIMOSFET TM Monolithic Bipolar MOS Transistor (Electrically Isolated Tab) C G EC3 Symbol Test Conditions Maximum Ratings G3 C2 G2 E2C V CES = 25 C

More information