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.

2.8 Linear Symbolic Approximation 133<br />

numerical reference values and then to discard all those terms which have negligible influence on<br />

the result. In most cases, this leads to a dramatic reduction of expression complexity, thus allowing<br />

for approximate symbolic analysis of reasonably large circuits.<br />

1<br />

R1<br />

R3<br />

V0 2 3<br />

R2<br />

R4<br />

Figure 8.2: Double voltage divider<br />

To understand how symbolic approximation works let’s look at a simple example – the transfer<br />

function of the double voltage divider shown in Figure 8.2:<br />

In[6]:= doubleVoltageDivider =<br />

Netlist[<br />

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

{R1, {1, 2}, R1},<br />

{R2, {2, 0}, R2},<br />

{R3, {2, 3}, R3},<br />

{R4, {3, 0}, R4}<br />

]<br />

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

In[7]:= dvdmna = CircuitEquations[doubleVoltageDivider];<br />

DisplayForm[dvdmna]<br />

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

1<br />

<br />

R1<br />

<br />

1<br />

R1<br />

0 1 <br />

V$1 0 <br />

<br />

1 1<br />

R1<br />

<br />

R1 <br />

1<br />

R2 <br />

1<br />

R3<br />

<br />

1<br />

R3<br />

0 V$2 0<br />

. ⩵⩵<br />

0 <br />

1<br />

1<br />

R3<br />

<br />

R3<br />

<br />

<br />

1<br />

R4<br />

0 V$3 0<br />

<br />

<br />

1 0 0 0<br />

I$V0 V0 <br />

<br />

In[9]:= tfdvd = (V$3 / V0) /. First[Solve[dvdmna, V$3]]<br />

Out[9]=<br />

R2 R4<br />

<br />

R1 R2 R1 R3 R2 R3 R1 R4 R2 R4<br />

Without any additional knowledge about the circuit this transfer function cannot be simplified much<br />

further algebraically. Now, let’s assume that in this particular circuit the values of R1 and R2 are<br />

approximately equal, as well as those of R3 and R4, but that R1 and R2 have much smaller values

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

Saved successfully!

Ooh no, something went wrong!