How can i create a discrete system with defined delays zeros and pole?
1 回表示 (過去 30 日間)
古いコメントを表示
I need to create a discrete system with defined delays zeros and poles i know we can create systems with tf() and add delays with 'InputDelay' but dont have a idea how to modify zeros and poles.
0 件のコメント
採用された回答
Star Strider
2022 年 1 月 16 日
If you are starting with the pole and zero locations, you can get the transfer function representation easily by using the zpk function. Then see InputDelay further down the same documentation page. Specify ts to define a discrete system.
2 件のコメント
Star Strider
2022 年 1 月 16 日
This is new information.
If the intent is to identify the system from data, use the armax funciton in the System Identification Toolbox. (I have used the System Identification Toolbox, however not the armax function.) Use the InputDelay name-value pair to provide the delay.
Provide the data and I can help to identify the system, if necessary.
.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Transform Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!