Modal Analysis of Identified Models - MATLAB &
Use the ssest function to estimate a 7th-order state-space model of the system that minimizes the simulation error between the measured outputs and the model outputs. Specify that the state-space model has feedthrough. Orders = 7; opt = ssestOptions ( 'Focus', 'simulation' ); sys = ssest (Estimation,Orders, 'Feedthrough' ,true, 'Ts' ,Ts,opt);
Get Price