kicad/spice/copy/sub/2ndOrderAllpass.sub

15 lines
390 B
Plaintext
Raw Normal View History

2022-04-08 21:49:19 -06:00
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
*
.subckt 2ndOrderAllpass 1 2
G1 0 N002 1 0 {2/R1}
L2 N002 0 {L1} Rpar={R1} Cpar={C1}
G2 0 N003 1 0 {1/R1}
G3 N003 0 N002 0 {1/R1}
R1 N003 0 {R1}
G4 0 2 N003 0 {10*H}
R2 2 0 .1
.param R1=1k
.param C1=Q/(2*pi*f0*R1)
.param L1= 1/(C1*(2*pi*f0)**2)
.ends 2ndOrderAllpass