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.

390 3. Reference Manual<br />

The fourth argument of ApproximateTransferFunction denotes the maximum coefficient<br />

error. It does not constitute a bound on the absolute error of a transfer function. The<br />

absolute error may be larger or lower than the maximum coefficient error.<br />

See also: ApproximateMatrixEquation (Section 3.11.3).<br />

Examples<br />

Below, we approximate the transfer function of the common-emitter amplifier.<br />

maximum error of in all coefficients of powers of the complex frequency s.<br />

Load Analog Insydes. In[1]:= AC,<br />

Scope −> Global,<br />

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

Parameters −> {Rbe, Cbc, Cbe, beta, Ro,<br />

RBE, CBC, CBE, BETA, RO},<br />

Definition −> Netlist[<br />

{CBE, {B, E}, Symbolic −> Cbe, Value −> CBE},<br />

{RBE, {X, E}, Symbolic −> Rbe, Value −> RBE},<br />

{CBC, {B, C}, Symbolic −> Cbc, Value −> CBC},<br />

{CC, {B, X, C, E},<br />

Symbolic −> beta, Value −> BETA},<br />

{RO, {C, E}, Symbolic −> Ro, Value −> RO}<br />

]<br />

]<br />

] // ExpandSubcircuits;<br />

In[3]:= ceamplifier =<br />

Circuit[<br />

Netlist[<br />

{V1, {1, 0}, 1},<br />

{V0, {6, 0}, 0},<br />

{C1, {1, 2}, Symbolic −> C1, Value −> 1.0*^−7},<br />

{R1, {2, 6}, Symbolic −> R1, Value −> 1.0*^5},<br />

{R2, {2, 0}, Symbolic −> R2, Value −> 47000.},<br />

{RC, {6, 3}, Symbolic −> RC, Value −> 2200.},<br />

{RE, {4, 0}, Symbolic −> RE, Value −> 1000.},<br />

{C2, {3, 5}, Symbolic −> C2, Value −> 1.0*^−6},<br />

{RL, {5, 0}, Symbolic −> RL, Value −> 47000.},<br />

{Q1, {2 −> B, 3 −> C, 4 −> E},<br />

Model −> BJT, Selector −> AC,<br />

CBE −> 30.*^−12, CBC −> 5.*^−12, RBE −> 1000.,<br />

RO −> 10000., BETA −> 200.}<br />

]<br />

]<br />

Out[3]= Circuit

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

Saved successfully!

Ooh no, something went wrong!