[Scilab-users] System Identification for First order delay and dead time

Samuel Gougeon sgougeon at free.fr
Sat Sep 24 16:37:09 CEST 2016


Hello,

Le 24/09/2016 15:59, Fukashiimo a écrit :
> Hello,
>
> I am looking for a Scilab software which is similar to Matlab System ID tool
> box.
>
> I would like to obtain values of parameters, Tau, K and Td for following
> first order delay + Dead time model from time series data.
> ymodel = (K/(Tau*s+1))*exp(-Td*s)*u
> ymodel: process output, u: process input
> SISO continuous time
>
> Object function: Min ( (y-ymodel)^2)
>
> Could you please tell me which package I should use to solve this issue?
Have you had a look to this module:
https://help.scilab.org/docs/6.0.0/en_US/section_64a8529216e858b335b0e6c058385350.html
?




More information about the users mailing list