23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.6 Circuit and DAEObject Manipulation 277<br />

(see also CircuitEquations in Section 3.5.1). The default setting is DesignPoint −> Automatic,<br />

which means to use the design point given in the DAEObject.<br />

Tolerance<br />

Tolerance −> tol specifies the maximum relative deviation of the values of the symbols in a matching<br />

group from the group’s mean value.<br />

Please note that the option Tolerance is neglected if the DAEObject contains no design-point<br />

information.<br />

Examples<br />

Load Analog Insydes.<br />

In[1]:= 10.},<br />

{R2, {2, 3}, Symbolic −> R2, Value −> 10.},<br />

{R3, {3, out}, Symbolic −> R3, Value −> 10.},<br />

{RL, {out, 0}, Load}<br />

]<br />

Out[2]= NetlistRaw, 5 <br />

Set up equations.<br />

Compute voltage transfer<br />

function.<br />

Match symbols of resistors<br />

R1, R2, and R3.<br />

In[3]:= dae = CircuitEquations[net, ElementValues −> Symbolic];<br />

DisplayForm[dae]<br />

Out[4]//DisplayForm=<br />

1<br />

<br />

R1<br />

<br />

1<br />

R1<br />

0 0 1 <br />

1 1<br />

<br />

R1<br />

<br />

R1 <br />

<br />

1<br />

R2<br />

<br />

1<br />

R2<br />

0 0<br />

0 <br />

1 1<br />

R2<br />

<br />

R2 <br />

1<br />

R3<br />

<br />

1<br />

R3<br />

0 .<br />

0 0 <br />

1 1<br />

R3<br />

<br />

Load<br />

<br />

<br />

1<br />

R3<br />

0 <br />

<br />

1 0 0 0 0 <br />

In[5]:= vout = V$out /. First[Solve[dae]]<br />

Out[5]=<br />

Load<br />

<br />

Load R1 R2 R3<br />

In[6]:= MatchSymbols[vout, {"R*", R}]<br />

Out[6]=<br />

Load<br />

<br />

Load 3 R<br />

V$1<br />

V$2<br />

V$3<br />

V$out<br />

I$V0<br />

<br />

<br />

<br />

0 <br />

0<br />

⩵⩵ 0<br />

0<br />

<br />

1

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

Saved successfully!

Ooh no, something went wrong!