How to get from continuous time to discrete?
조회 수: 1(최근 30일)
표시 이전 댓글
I have a dynamic model implemented in simulink, and I have to discretize it and compare the results. Am I allowed to replace the integrating blocks (1/s) with discrete blocks (1/z) ? Do you have any other suggestions?
댓글 수: 0
답변(1개)
Ryan G
2013년 4월 25일
1/z and 1/s are NOT equivalent. 1/s is an integration while 1/z is a delay, totally different. You can use the model discretizer to get started, but it sounds like you should read a bit more about digital control first.
댓글 수: 0
참고 항목
범주
Find more on Continuous 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!