Previous: Four-Bit Binary Adder, Up: Example Circuits


12.5 Transmission-Line Inverter

The following deck simulates a transmission-line inverter. Two transmission-line elements are required since two propagation modes are excited. In the case of a coaxial line, the first line (T1) models the inner conductor with respect to the shield, and the second line (T2) models the shield with respect to the outside world.

     TRANSMISSION-LINE INVERTER
     V1   1  0         PULSE(0 1 0 0.1N)
     R1   1  2         50
     X1   2  0  0  4   TLINE
     R2   4  0         50
     
     .SUBCKT TLINE 1 2 3 4
     T1   1  2  3  4   Z0=50 TD=1.5NS
     T2   2  0  4  0   Z0=100 TD=1NS
     .ENDS TLINE
     
     .TRAN 0.1NS 20NS
     .END