Scilab Function

feedback - feedback operation

Calling Sequence

Sl=Sl1/.Sl2

Parameters

Description

The feedback operation is denoted by /. (slashdot). This command returns Sl=Sl1*(I+Sl2*Sl1)^-1, i.e the (negative) feedback of Sl1 and Sl2. Sl is the transfer v -> y for y = Sl1 u , u = v - Sl2 y.

The result is the same as Sl=LFT([0,I;I,-Sl2],Sl1).

Caution: do not use with decimal point (e.g. 1/.1 is ambiguous!)

Examples

See Also