home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 2
/
amigaformatcd02.iso
/
pd
/
utilities
/
mathan
/
examples
/
bode.mth
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-20
|
181 b
|
7 lines
" Bode Plot of a transfer function. "
" Example C-3 from Microelectronics (Millman/Grabel). "
F(s)=1e4*(s+40)/(s^2+410s+4000)
Draw("{w,20*Log(Mod(F(i*10^w)))}",{"w",1,4,100})
Exit