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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!