home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / SPICE3F4.LHA / examples / resnoise.cir < prev    next >
Encoding:
Text File  |  1991-04-21  |  329 b   |  18 lines

  1. simple resistor circuit
  2. *simple resistor circuit to test which ones of vspice, uf77spice and
  3. * spice3 give the correct results
  4.  
  5. iin 1 0 1m AC
  6. rl 1 0 1k
  7.  
  8. *.control
  9. *noise v(1) iin dec 1 1k 1k 1
  10. *setplot noise3
  11. *print onoise.spectrum > spice3.noise.out
  12. *.endc
  13.  
  14. .noise v(1) iin dec 10 10 100k 1
  15. .print noise "onoise-spectrum"
  16.  
  17. .end
  18.