Convert Continous Integrators to Discrete Integrators
Show older comments
I'm trying to convert the integrators in this simulink model of induction motor from continuous integrators to discrete integrators.
After replacing integrators with discrete-time integrator block I obtained this error, "Derivative of state '1' in block 'XYZ/Integrator' at time 0.018500000000000003 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)"
I have to run this model at 1e-3s sample time, the sample time shouldn´t be reduced any further. I tried implementing Trapezoidal Integrators and Euler, but the error does not dissapear.

Accepted Answer
More Answers (0)
Categories
Find more on Electrical Sensors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!