To find the model parameters for an integrating system in Matlab using system identification and parameter estimation techniques, you can follow these steps:
Collect data: Obtain input-output data for the integrating system, either through experiments or simulations.
Define the model: Choose a suitable model structure that captures the dynamics of the integrating system. One common model for an integrating system is the first-order transfer function with time delay:
main.m35 chars2 lines
where K is the gain, tau is the time constant, L is the time delay and s is the Laplace variable.
main.m160 chars4 lines
where output and input are the output and input data, respectively, Ts is the sample time, na, nb and nk are the orders of the model.
main.m163 chars4 lines
main.m160 chars4 lines
gistlibby LogSnag