You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
* Non-inverting amplifier with UniversalOpamp2
|
|
Vin in 0 SINE(0 1 1k)
|
|
R3 in vp 100k
|
|
R1 vn out 470k
|
|
R2 vn 0 1k
|
|
R4 out 0 100k
|
|
|
|
* Power rails for the op-amp
|
|
VCC V+ 0 +15
|
|
VEE V- 0 -15
|
|
|
|
* Library (comes with LTspice) and instance
|
|
.include opamp.sub
|
|
XU1 vp vn out opamp Aol=100k GBW=10Meg
|
|
|
|
* model and plots
|
|
.tran 0 1m 0 0.1u
|
|
.end |