Simulink: Implementing time delay in denominator

Posted by stanigator on Stack Overflow See other posts from Stack Overflow or by stanigator
Published on 2010-03-30T08:48:09Z Indexed on 2010/03/30 8:53 UTC
Read the original article Hit count: 599

Filed under:
|

To multiply a signal by a time delay, I know I can use transport delay.

However, if I want to reflect the time delay in a transfer function such as 1/( (s+1) * (1 - e^-s) ), what is the easiest way to implement that?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about matlab

Related posts about simulink