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
We often compare to the analytical linear solutions. We should write a function maybe in utils that does this genearlly instead of writting the same code over and over for each specific case.
This could also be used as initial guess for the state x for non-linear cases.
We could also include the solution for saturated PI, see this comment.
The text was updated successfully, but these errors were encountered:
For a better initial guess, instead of using the unsaturated amplitude Fp, the fundamental of the saturated waveform will have an amplitude of alpha * Fmax / Fp, where alpha is a value ranging from 1 (no saturation) to 4/pi (full saturation, the fundamental of a square wave):
(from the Franklin-Powell-Emami Control textbook section on describing functions)
We often compare to the analytical linear solutions. We should write a function maybe in
utils
that does this genearlly instead of writting the same code over and over for each specific case.x
for non-linear cases.The text was updated successfully, but these errors were encountered: