Advertisement
piotrek32110

9

May 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. program
  2. .model raf res r=1 dev/gauss=15%
  3. .model caf cap c=1 dev/uniform=10%
  4. ** we+ we- wy
  5. .subckt wo 1 2 3
  6. r1 1 4 .5meg
  7. rw 4 2 RAF .5meg
  8. E1 5 0 4 2 200k
  9. r3 5 3 1
  10. c1 3 0 caf 0.032
  11. .ends
  12. x1 1 0 3 wo
  13. v1 1 0 ac 1u dc 1u
  14. .dc v1 -1u 1u .1u
  15. .ac DEC 100 1 10meg
  16. .mc 600 DC V(3) ymax list output all
  17. .probe
  18. .end
  19. **cutoff_lowpass_3db(V(2)) w performance analysis
  20. **SQRT(R(V(1)/I(r1))^2 +IMG(V(1)/I(r1))^2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement