bdsim icon indicating copy to clipboard operation
bdsim copied to clipboard

Discrete simulation

Open CallumJHays opened this issue 4 years ago • 0 comments

This PR adds:

  1. discrete-time control blocks Discrete_LTI_SS and Discrete_LTI_SISO, with examples.
  2. 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.

CallumJHays avatar May 16 '21 08:05 CallumJHays