Scilab Function

lft - linear fractional transformation

Calling Sequence

[P1]=LFT(P,K)
[P1]=LFT(P,r,K)
[P1,r1]=LFT(P,r,P#,r#)

Parameters

Description

Linear fractional transform between two standard plants P and P# in state space form or in transfer form (syslin lists).

r= size(P22) r#=size(P22#)

LFT(P,r, K) is the linear fractional transform between P and a controller K (K may be a gain or a controller in state space form or in transfer form);

LFT(P,K) is LFT(P,r,K) with r=size of K transpose;

P1= P11+P12*K* (I-P22*K)^-1 *P21

returns the generalized (2 ports) lft of P and P#.

P1 is the pair two-port interconnected plant and the partition of P1 into 4 blocks in given by r1 which is the dimension of the 22 block of P1.

P and R can be PSSDs i.e. may admit a polynomial D matrix.

Examples

See Also