10.06.2016 Views

eldo_user

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

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

Monte Carlo Analysis<br />

Problems in Statistical Modeling<br />

CC0 NET020 IN 4P<br />

II6 VMINUS NET022 IBIAS<br />

.ENDS LNA_DEMO<br />

.MC 1000<br />

Suppose now that the subcircuit BIPNPN is defined as follows:<br />

.SUBCKT BIPNPN 1 2 3 4<br />

Q0 1 2 3 4 NPNBIP<br />

.PARAM RE_VAR=3.5 LOT=5% DEV=2.5%<br />

.PARAM RB_VAR=100 LOT=5% DEV=2.5%<br />

.PARAM RC_VAR=25 LOT=5% DEV=2.5%<br />

.PARAM ISS_VAR=1E-16 LOT=5% DEV=2.5%<br />

.MODEL NPNBIP NPN IS=24.5E-18 BF=121 NF=1 VAF=35 IKF=32E-3 ISE=847E-18<br />

+ NE=1.9 BR=3.81 NR=1 VAR=3.2 IKR=2E-3 ISC=847E-18 NC=1.9<br />

+ IRB=80E-6 RBM=5 XTB=0.5 EG=1.2 XTI=3 CJE=59.6E-15 VJE=0.895<br />

+ MJE=0.41 TF=11E-12 XTF=15 VTF=1.5 ITF=40E-3 PTF=0 CJC=45.8E-15<br />

+ VJC=0.642 MJC=0.33 XCJC=0.3 TR=5E-9 CJS=75.5E-15 VJS=0.65<br />

+ MJS=0.33 FC=0.875<br />

+ TRB1=1.05E-3 TRB2=4.4E-6 TRC1=1E-3 TRC2=3.1E-6 TRE1=0 TRE2=0<br />

+ KF=1.32E-10 AF=1.8<br />

* PARAMETERS WITH VARIATIONS<br />

+ RE=RE_VAR RC=RC_VAR RB=RB_VAR<br />

+ ISS=ISS_VAR<br />

.ENDS<br />

The statistical variations are defined outside the .MODEL statement. In this case, we still have<br />

16 random variables with different names. The following table gives the equivalence between<br />

these two different syntaxes.<br />

First syntax<br />

Second syntax<br />

LOT variations M(BIPNPN.NPNBIP,RB) P(BIPNPN.RB_VAR)<br />

M(BIPNPN.NPNBIP,RC) P(BIPNPN.RC_VAR)<br />

... ...<br />

DEV variations EM(XDUT.XDUT.XQ0.Q0,RB) ...<br />

EM(XDUT.XDUT.XQ0.Q0,RC) PEM(BIPNPN.RC_VAR,XDUT.X<br />

DUT.XQ0.Q0)<br />

... ...<br />

There is no clear difference between these approaches; it depends on the context.<br />

Problems in Statistical Modeling<br />

This section is devoted to some issues that you may encounter in statistical modeling.<br />

544<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!