Borrar filtros
Borrar filtros

What is the script code of the PI controller with saturation and rate limiter in the ode form?

2 visualizaciones (últimos 30 días)
I want to implement below box in the script form. How to do it? I converted the PI block in ode as
du/dt = Wt_rated - wt;
B_ref = Kp *(Wt_rated - wt) + Ki *u
where wt is coming from another ode equation
dwt/dt= (Pt - Pg)/wt;
But I don't able to code saturation and rate limiter block.
Also how to code hysteresis comparator?

Respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by