Moesp using input and output Data

版本 1.0.0.0 (344.0 KB) 作者: ahmed
To identify subspace from given data.
153.0 次下载
更新时间 2017/11/25

查看许可证

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)

引用格式

ahmed (2026). Moesp using input and output Data (https://ww2.mathworks.cn/matlabcentral/fileexchange/65180-moesp-using-input-and-output-data), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Model Identification 的更多信息
版本 已发布 发行说明
1.0.0.0

Updated Title to be more informative