A Nichols plot is useful for quickly estimating the closed-loop response of system with unity-feedback, given its open-loop transfer function. For example, let the open-loop transfer function be:
> |
![G := `/`(1, `*`(s, `*`(`+`(s, 1), `*`(`+`(`*`(`/`(1, 2), `*`(s)), 1))))); -1](/products/maple/new_features/images17/controldesign/ControlDesign_8.gif) |
By default a Nichols plot includes constant-phase and constant-magnitude contour plots of a closed-loop system. From the graph below, the peak closed-loop response is about 5 dB, at 0.8 rad/s, because that is the highest constant-magnitude contour that it touches (estimating).
> |
![NicholsPlot(TransferFunction(G), gainrange = -20 .. 20, frequencies = [.8])](/products/maple/new_features/images17/controldesign/ControlDesign_9.gif) |
|