home *** CD-ROM | disk | FTP | other *** search
- # elec3.plt
-
- paper size 11 by 8.5
-
- # amplitude frequency response
-
- A(jw) = ({0,1}*jw/({0,1}*jw+p1)) * (1/(1+{0,1}*jw/p2))
- p1 = 10
- p2 = 10000
- dummy jw
- grid
- x log
- y log
- title "Amplitude Frequency Response"
- map x 1.1 1.0e5
- color lred
- plot abs(A(jw))
- color green
- draw x y
- frame
- xlabel "jw (radians)"
- ylabel "magnitude of A(jw)"