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!