home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 969 / opampmod.dat < prev    next >
Text File  |  1994-01-23  |  641b  |  19 lines

  1. ; OPAMPMOD.DAT - This is a more complex opamp model that takes into
  2. ; account the internal frequency compensation of the opamp.
  3. ; With the values shown, this model is a close approximation of a LM741
  4. ; opamp. (It has a low frequency gain of 100 dB and a unity-gain cross over
  5. ; frequency of 1 MHz.
  6. ;  ┌───────────  this is the opamp's non-inverting input.
  7. ;  │ ┌─────────  this is the opamp's inverting input.
  8. ;  │ │           node 3 is the opamp's output.
  9.  
  10. G1 1 0 0 2 .192M
  11. R2 2 0 470K
  12. O2 0 2 3 1K 1
  13. CC 2 3 30PF
  14.  
  15. ; With the following PLOT line, we can look at the opamp's open-loop response.
  16.  
  17. P 1 3 1 1MEG LOG
  18. 
  19.