<< iodelay_toolbox iodelay_toolbox

iodelay_toolbox >> iodelay_toolbox > iodelay

iodelay

Create a transfer function with input/output delay

Calling Sequence

Hd = iodelay(H,d)

Parameters

H

a continuous time transfer function

d

input delays : a scalar or a matrix with the same size as H.

Hd

a transfer function with delay, just mlist(['rd','H','iodelay'],H,d)

Description

Form a delayed tranfer function given a transfer function and a delay.

Most operations on tranfer functions can be applyed to delayed transfer functions.

Examples

s=poly(0,'s')
h=syslin('c',(s^2+2*0.9*10*s+100)/(s^2+2*0.3*10.1*s+102.01))
iodelay(h,0.01)
bode([h;iodelay(h,0.01)],0.01,100)

Authors

Serge Steer

INRIA


Report an issue
<< iodelay_toolbox iodelay_toolbox