Moesp using input and output Data

Versión 1.0.0.0 (344 KB) por ahmed
To identify subspace from given data.
142 Descargas
Actualizado 25 nov 2017

Ver licencia

MOESP Multivariable Output Error State Space Approach of Subspace Identification
[SS,SSMAT, A,B,C,D, Results_summary] = moesp_with_Data(u, y)
identifies the observable subspace based on the measured (N by ny) output matrix,
y with N sampling points and ny variables, and the corresponding N by nu input matrix, u.
This function depends on (moesp.m) by Yi Cao "https://www.mathworks.com/matlabcentral/fileexchange/19728-multivariable-subspace-identification--moesp"
With this new function you can identify subspace from given data, instead of simulating generated data.
Example:
% Example data for inputs and outputs are provided in 'inputs_and_outputs.mat'
load('inputs_and_outputs.mat') % this contains inputs and outputs matrices
[SS,SSMAT, A,B,C,D, Results_summary] = moesp_with_Data(inputs, outputs)

Citar como

ahmed (2024). Moesp using input and output Data (https://www.mathworks.com/matlabcentral/fileexchange/65180-moesp-using-input-and-output-data), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Linear Model Identification en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Moesp_with_Data/

Versión Publicado Notas de la versión
1.0.0.0

Updated Title to be more informative