home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 2 / amigaformatcd02.iso / pd / utilities / mathan / examples / bode.mth next >
Encoding:
Text File  |  1996-05-20  |  181 b   |  7 lines

  1.  
  2. "    Bode Plot of a transfer function.    "
  3. "    Example C-3 from Microelectronics (Millman/Grabel). "
  4.  
  5. F(s)=1e4*(s+40)/(s^2+410s+4000)
  6. Draw("{w,20*Log(Mod(F(i*10^w)))}",{"w",1,4,100})
  7. Exit