mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fixed netlist opamp example.
This commit is contained in:
parent
0d16fc4fc2
commit
b50d6fff9d
@ -65,11 +65,11 @@ NETLIST_START(opamp)
|
|||||||
|
|
||||||
/* The opamp model */
|
/* The opamp model */
|
||||||
|
|
||||||
NETDEV_VCCS(G1)
|
VCCS(G1)
|
||||||
PARAM(G1.G, 100) // typical OP-AMP amplification 100 * 1000 = 100000
|
PARAM(G1.G, 100) // typical OP-AMP amplification 100 * 1000 = 100000
|
||||||
RES(RP1, 1000)
|
RES(RP1, 1000)
|
||||||
CAP(CP1, 1.59e-6) // <== change to 1.59e-3 for 10Khz bandwidth
|
CAP(CP1, 1.59e-6) // <== change to 1.59e-3 for 10Khz bandwidth
|
||||||
NETDEV_VCVS(EBUF)
|
VCVS(EBUF)
|
||||||
PARAM(EBUF.RO, 50)
|
PARAM(EBUF.RO, 50)
|
||||||
PARAM(EBUF.G, 1)
|
PARAM(EBUF.G, 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user