23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

100 2. Tutorial<br />

the base current, i.e. Β f and Β r , than in terms of the model parameters Α f and Α r in the original<br />

Ebers-Moll equations. The relationship between Α f and Β f , as well as between Α r and Β r is given by<br />

or, equivalently,<br />

Β ⩵<br />

Α ⩵<br />

Α<br />

Α<br />

Β<br />

Β<br />

By making use of parameter translation rules in the model definition (see Section 2.3.7), we can let<br />

Analog Insydes compute the values for Α f and Α r automatically from given values for Β f and Β r .<br />

Implementation of Nonlinear DC Transistor Models<br />

With the above background information on transistor models we are now ready to define a largesignal<br />

BJT model for DC circuit analysis. We start by implementing a global DC model for an NPN<br />

transistor using the unsimplified device equations after Ebers and Moll from the previous subsection.<br />

<br />

Name −> NPNBJT,<br />

Selector −> EbersMoll,<br />

Scope −> Global,<br />

Ports −> {C, B, E},<br />

<br />

Let’s decide that we do not want to characterize a transistor by the Ebers-Moll model parameters Is,<br />

alphaf, alphar, and Vt but want to use the parameters Js, Area, betaf, betar, and Temperature<br />

instead. We do not need to rewrite the model equations if we specify translation rules which<br />

translate our model parameters to those of the Ebers-Moll model. Remember that the function<br />

ThermalVoltage has already been defined in Section 2.6.2.<br />

<br />

Parameters −> {betaf, betar, Js, Area, Global[Temperature]},<br />

Translation −><br />

{alphaf −> betaf/(1+betaf), alphar −> betar/(1+betar),<br />

Is −> Js*Area, Vt :> ThermalVoltage[Temperature]},<br />

<br />

The Ebers-Moll equations describe the functional relations between the voltages and currents at<br />

two electrical branches, the base-collector branch and the base-emitter branch, which we use as the<br />

port branches of our model. Associated with the port branches are the variables Voltage[B, E],<br />

Current[B, E], Voltage[B, C], and Current[B, C], which must be specified as

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!