Mattias Fält
Mattias Fält
The secrets that I can currently find is ACCESS_TOKEN_BOT for access to the bot that runs tests for plots and a SHA256 "Travis Documenter" "Last used within the last 4...
> iscontinous means continous both in value and in time I am not sure what this would mean in practice. I don't think we have any systems that are not...
Fixed for tf, ss remaining.
We can still not handle if the tf has both a pole and a zero in 0, this returns `NaN`, and we get a finite gain for unstable systems. It...
Great! @baggepinnen is currently implementing minreal for statespace (in lqg branch) which might be of use, but feel free to use some other way if it is more robust/efficient.
There is a significant improvement in finding peaks and notches with the approach, and it should be possible to improve further to better sample when computing margins. (Plots are not...
I updated so that the grid is used for `bode, nyquist` and `sigma` now. It is currently not used in plots since we get some issues because we (currently) allow...
Some bodeplots of benchmarks provided by @olof3 . I think every single one failed for one reason or another with the old code. I compared to manually sending in 1000...
> Perhaps using `max_recursions` (as in `adapted_grid` in `PlotUtils`) would be more convenient and handle tricky cases more gracefully, than `` and keeping track of `num_gridpoints`? Max recursions would more...
> If the goal is to produce a reasonable plot in loglog scale, then that is the natural scale to measure features in. If the goal is something else, then...