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