We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First data needs to be stored in an iddata object:
HSFiddata = iddata(output_filtered, input, samplingTime);
Then the sate space model is estimated using:
sys = ssest(HSFiddata, 2, 'Ts', samplingTime, 'DisturbanceModel', 'none', 'Form', 'canonical');
sys.a and sys.b now contain matrices A and B of the state space model.
There was an error while loading. Please reload this page.