home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / ELEC3.PLT < prev    next >
Text File  |  1994-02-22  |  347b  |  23 lines

  1. # elec3.plt
  2.  
  3. paper size 11 by 8.5
  4.  
  5. # amplitude frequency response
  6.  
  7. A(jw) = ({0,1}*jw/({0,1}*jw+p1)) * (1/(1+{0,1}*jw/p2))
  8. p1 = 10
  9. p2 = 10000
  10. dummy jw
  11. grid
  12. x log
  13. y log
  14. title "Amplitude Frequency Response"
  15. map x 1.1 1.0e5
  16. color lred
  17. plot abs(A(jw))
  18. color green
  19. draw x y
  20. frame
  21. xlabel "jw (radians)"
  22. ylabel "magnitude of A(jw)"
  23.