Symbolic Analysis by Computer finds Transfer Function

Symbolic Analysis by Computer finds Transfer Function

Symbolic Analysis produces a transfer function of a circuit in terms of its L’s, C’s, R’s, and amplifiers. Given the circuit in the post header, we might want to write a transfer function without going through a detailed nodal analysis, by hand, to arrive at it.

There are several programs that can obtain the transfer function from the topology, including

XFUNC – A Dos program but works very well.

TOPCAP – by J. B. Grimbleby    6 December 1997, Department of Engineering, University of Reading

ElecFilDes – Uses TOPCAP by permission but allows the topology to be described by a PSPICE file.

ElecFilDes was used to provide all the graphics and equations in this post. We can have a PSPICE file in which all the element values are set to 1, as a placeholder, because symbolic analysis only defines the transfer function in terms of L’s, C’s, R’s, and amplifier.

Such a PSPICE file would look like

* ACTIVE LOWPASS  BUTTERWORTH ORDER= 3

.WIDTH OUT=80

.AC LIN  1000  0  0

VIN 1 0 AC 1

R1 1  2  1

R2 2  3  1

R3 3  4  1

C1 2  0  1

R4 2  0  1

C2 3  5  1

C3 4  0  1

EAMP1 5  0  4  5  1000000

.PRINT AC VM( 5 )

.PROBE VM( 5 )

.END

Processing this file with ElecFilDes ( www.elecfildes.com ), the symbolic analysis becomes

Numerator:

+ s^0

Number of terms = 1

Denominator:

+ s^0

+ R3 * C3 * s^1

+ R2 * C3 * s^1

+ R2 * R3 * C2 * C3 * s^2

+ R1 * C1 * s^1

+ R1 * C3 * s^1

+ R1 * R3 * C1 * C3 * s^2

+ R1 * R3 * C2 * C3 * s^2

+ R1 * R2 * C1 * C3 * s^2

+ R1 * R2 * R3 * C1 * C2 * C3 * s^3

Number of terms = 10

Checking the symbolic analysis with the design equations (given by ElecFilDes), it can be seen that they agree.

To view or add a comment, sign in

More articles by Michael Ellis

  • Switched Capacitor Simulation

    Spice programs are useful for switch capacitor simulations using raw switches and realistic op-amps. The following…

    3 Comments
  • Edison versus Tesla: Who will win?

    The picture shows a high voltage direct current (HVDC) power transformer on the Australia – Tasmania cable…

    6 Comments
  • Fourier Transform leads to Bessel Function

    A frequency modulated waveform can be written as or, in terms of Bessel functions, as where Jn(Mf) refers to the…

    2 Comments
  • The Transmultiplexer: Polyphase Revisited

    A pre-processing polyphase filter is not always required for a FDM-TDM transmultiplexer. We will consider the…

  • Test your Bipolar Transistor Knowledge

    This post shows a working 14 watt audio amplifier. VCC can be assumed to be +15 and - 15 volts.

    17 Comments
  • Simulation Program with Integrated Circuit Emphasis (Spice Refresher)

    Simple circuit designs should be verified by spice simulation. This post will talk about two versions of spice, the…

  • Spread Spectrum Tutorial, FHSS and DSSS

    Frequency hopping spread spectrum (FHSS) and direct-sequence spread spectrum (DSSS) are two methods of spreading a…

  • Fiber Optic Transmission, Maximum Possible Speed

    Regardless of encoding or modulation techniques, the Shannon–Hartley theorem states the channel capacity, C, is the…

    1 Comment
  • S-Parameter Conversion Tool

    S-parameter conversion tool is a simple utility to convert between S-parameters, ABCD parameters, Y-parameters, and…

    2 Comments
  • Spectrum Analyzer Tutorial

    A spectrum analyzer shows signals in the frequency domain, whereas an oscilloscope shows signals in the time domain…

    2 Comments

Others also viewed

Explore content categories