How to build on your own BodePlot function?
- To: mathgroup at smc.vnet.net
- Subject: [mg129217] How to build on your own BodePlot function?
- From: "Eduardo M. A. M. Mendes" <emammendes at gmail.com>
- Date: Fri, 21 Dec 2012 05:42:29 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Hello I am new to Mathematica and still struggling to understand what is going on. I wonder whether someone out there could give me some pointers on how to modify or build BodePlot function that comes with Mathematica. Something that replaces the original function altogether. The reason is simple: BodePlot does not handle well transfer functions such as 1/(s^2),1/(s^3) - something to do with the way the angles are handled. Arg does not distinguish between 180 and -180, -270 and +90 and etc. I have not figured out how to see the actual code under the hood of BodePlot. I was think of a function with the same options of the original BodePlot. NicholsPlot has the same problem. I was informed that Wolfram does not have a time line to fix this problem. Many thanks Ed