solver for digital systems
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
is it better to set Solver to "discrete (no continuous states)" for digital systems?
Thanks Senmeis
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2012년 12월 9일
When I work with digital system, I prefer set solver to discrete with fixed step. Now If you don't set a solver to discrete, and your system don't contain any continuous state, when you run your model, Matlab will set automatically the solver to variable discrete solver.
댓글 수: 2
Azzi Abdelmalek
2012년 12월 10일
If your sample time is varying, then you can work with variable discrete step. In your blocks that requires sample time, set it to -1 (Inherited), usually, it's the default setting. If your model don't contain any continuous state, set your solver to discrete, to avoid error message, because Matlab, like I said, will set it automatically.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 General Applications에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!