simple-pid icon indicating copy to clipboard operation
simple-pid copied to clipboard

Pytest System Convergence

Open SputnikTheMighty opened this issue 2 months ago • 0 comments

Hiya,

Can you explain the system model that you use for the convergence test? I don't really understand what this system is supposed to represent.


    def update_system(c, dt):
        # Calculate a simple system model
        return pv + c * dt - 1 * dt

Thanks!

SputnikTheMighty avatar Apr 26 '24 07:04 SputnikTheMighty