home *** CD-ROM | disk | FTP | other *** search
- # elec4.plt - phase frequency response
-
- paper size 11 by 8.5
- y lin
- x log
- grid
- map x 1.1 90000.0
- draw x y
- frame
- title "Phase Frequency Response"
- xlabel "jw (radians)"
- ylabel "Phase of A(jw) (degrees)"
- p1 = 10
- p2 = 10000
- A(jw) = ({0,1}*jw/({0,1}*jw+p1)) * (1/(1+{0,1}*jw/p2))
- dummy jw
- color lred
- plot 180/pi*arg(A(jw))