Moesp using input and output Data

버전 1.0.0.0 (344 KB) 작성자: ahmed
To identify subspace from given data.
다운로드 수: 153
업데이트 날짜: 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://kr.mathworks.com/matlabcentral/fileexchange/65180-moesp-using-input-and-output-data), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Model Identification에 대해 자세히 알아보기

Moesp_with_Data/

버전 게시됨 릴리스 정보
1.0.0.0

Updated Title to be more informative