You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selects the parameters of a PI-controller (on parallel form) such that the Nyquist curve of `P` at the frequency `ωp` is moved to `rl exp(i ϕl)`
388
388
@@ -396,12 +396,22 @@ If `phasemargin` is supplied (in degrees), `ϕl` is selected such that the curve
396
396
397
397
If no `rl` is given, the magnitude of the curve at `ωp` is kept the same and only the phase is affected, the same goes for `ϕl` if no phasemargin is given.
398
398
399
-
Set `doplot = true` to plot the `gangoffourplot` and `nyquistplot` of the system.
399
+
- `Tf`: An optional time constant for second-order measurement noise filter on the form `tf(1, [Tf^2, 2*Tf/sqrt(2), 1])` to make the controller strictly proper.
400
+
- `F`: A pre-designed filter to use instead of the default second-order filter that is used if `Tf` is given.
401
+
- `doplot` plot the `gangoffourplot` and `nyquistplot` of the system.
400
402
401
403
See also [`loopshapingPID`](@ref), [`pidplots`](@ref), [`stabregionPID`](@ref) and [`placePI`](@ref).
0 commit comments