training_classical_control.plots
#
Module Contents#
Functions#
Plots the influence of feedback value K for different values of K on the inverted pendulum system. |
|
Plots the small angle approximation to the sine and cosine functions over the range [- pi / 4, pi / 4]. |
|
Plots step response of an under-damped second order system. |
|
As its name suggests, this function plots the response of an estimator. |
|
As its name suggests, this function plots the results of a run of the inverted pendulum environment. |
Data#
API#
- training_classical_control.plots.__all__#
[‘plot_influence_of_K_on_pendulum’, ‘plot_small_angle_approximation’, ‘plot_second_order_step_respon…
- training_classical_control.plots.plot_influence_of_K_on_pendulum(K_values: list[float] | None = None) None [source]#
Plots the influence of feedback value K for different values of K on the inverted pendulum system.
- training_classical_control.plots.plot_small_angle_approximation()[source]#
Plots the small angle approximation to the sine and cosine functions over the range [- pi / 4, pi / 4].
- training_classical_control.plots.plot_second_order_step_response() None [source]#
Plots step response of an under-damped second order system.
This is used to explain parameter identification for a second order system.