이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
데이터 표현하기
함수
timetable | 타임스탬프가 지정된 서로 다른 유형의 행과 변수를 포함하는 timetable형 배열 |
iddata | 시간 또는 주파수 영역에서의 시스템 식별을 위한 입력-출력 데이터 및 데이터 속성 |
idfrd | Frequency response data or model |
idinput | Generate input signals to support system identification |
sim | Simulate response of identified model |
size | Query output/input/array dimensions of input–output model and number of frequencies of FRD model |
midprefs | Specify location for file containing System Identification app startup information |
simOptions | Option set for sim |
블록
Iddata Sink | 시뮬레이션 데이터를 iddata 객체로 MATLAB 작업 영역으로 내보내기 |
Iddata Source | Import time-domain data stored in iddata object in
MATLAB workspace |
예제 및 방법
- Import Time-Domain Data into the App
Import time-domain data into the System Identification app.
- Import Frequency-Domain Data into the App
Import frequency-domain input-output data and frequency-response data into the System Identification app.
- Import Data Objects into the App
Import
iddata
andidfrd
data objects. - Data Domains and Data Types in System Identification Toolbox
System Identification Toolbox™ accepts timetables, numeric matrices, and data objects for model estimation in the time and frequency domains.
- Convert SISO Matrix Data to Timetable
Convert matrix-based SISO estimation data to timetables for model identification.
- 연속시간 모델 추정을 위해 MIMO 행렬 데이터를 타임테이블로 변환하기
먼저 행렬 기반 데이터를 타임테이블로 변환하여 연속시간 MIMO 모델을 추정합니다.
- Generate Data Using Simulation
Creating input data with specific characteristics and simulating the output data from a model.
개념
- Representing Data in MATLAB Workspace
Represent time-domain, time-series, and frequency-domain data.
- Requirements on Data Sampling
The toolbox provides limited support for nonuniformly sampled data.
- Specifying the Data Sample Time
Specify time between successive data samples.
- Managing Data in the App
You can get information about each data set in the System Identification app by right-clicking the corresponding data icon.
- Representing Time- and Frequency-Domain Data Using iddata Objects
Using the
iddata
constructor to represent time-domain and frequency-domain data and working withiddata
objects. - Managing iddata Objects
The
iddata
object stores time-domain data or frequency-domain data and has several properties that specify the time or frequency values. - Representing Frequency-Response Data Using idfrd Objects
Using the
idfrd
constructor to represent frequency-response data and working withidfrd
objects. - Manipulating Complex-Valued Data
Supported operations and limitations for handling complex data and commands for manipulating complex signals.