bdsim
bdsim copied to clipboard
Discrete simulation
This PR adds:
- discrete-time control blocks Discrete_LTI_SS and Discrete_LTI_SISO, with examples.
- Peripheral blocks ADC and PWM that mimic real life for simulation.
Potential Breaking changes:
- Bug-fixes were implemented for the
bdsim.run_interval()function to implement correct simulation. - The merge from master was rushed, with only functional correctness of the examples checked. Some features implemented in master may be missing in this PR (ie options, clargs, doc-comments). Merge PR with caution.