Exponential transfer function
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
It is known to me that a transfer function with a delay [for example: exp(-2*s)] can be written as tf([1],[0 1],'inputdelay',2). But how one can write a transfer function like exp(2*s) in Matlab or Simulink?
Your kind help will be very much appreciated.
0 件のコメント
回答 (1 件)
Arkadiy Turevskiy
2011 年 11 月 22 日
The delay has to be a positive number - otherwise you get a noncasual system. Arkadiy
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!