Scilab Function

time_id - SISO least square identification

Calling Sequence

[H [,err]]=time_id(n,u,y)

Parameters

Description

Identification of discrete time response. If y is strictly proper (y(1)=0) then time_id computes the least square solution of the linear equation: Den*y-Num*u=0 with the constraint coeff(Den,n):=1. if y(1)~=0 then the algorithm first computes the proper part solution and then add y(1) to the solution

Examples

See Also

Author