데이터 변환하기
시간 영역과 주파수 영역 간에 데이터 변환
System Identification Toolbox™는 시간 영역과 주파수 영역에서 데이터를 분석하고 모델을 추정 및 평가하는 툴을 제공합니다. 측정된 데이터와 동일한 영역에 없는 툴과 방법을 사용하기 위해 시간 영역과 주파수 영역 간에 데이터를 변환할 수 있습니다.
iddata 객체는 시간 영역 데이터 또는 주파수 영역 데이터를 저장합니다.
시간 영역 데이터는 하나 이상의 입력 변수 u(t)와 하나 이상의 출력 변수 y(t)로 이루어지며, 시간의 함수로 샘플링됩니다.
주파수 영역 데이터는 변환된 입력 및 출력 시간 영역 신호 또는 독립 가변 주파수의 함수로 샘플링된 시스템 주파수 응답으로 이루어집니다.
MATLAB®에서 시간 영역 데이터와 주파수 영역 데이터 표현에 대한 자세한 내용은 Representing Data in MATLAB Workspace 항목을 참조하십시오.
함수
fft | iddata 객체의 고속 푸리에 변환(FFT) |
ifft | iddata 객체를 주파수 영역에서 시간 영역으로 변환 |
etfe | Estimate empirical transfer functions and periodograms |
spa | Estimate frequency response with fixed frequency resolution using spectral analysis |
spafdr | Estimate frequency response and spectrum using spectral analysis with frequency-dependent resolution |
도움말 항목
앱을 이용한 데이터 변환
- Transform Time-Domain Data in the App
Transform time-domain data to frequency-domain or frequency-response data. - Transform Frequency-Domain Data in the App
Transform frequency-domain input-output data to time-domain or frequency-response data. - Transform Frequency-Response Data in the App
Transform frequency-response data to frequency-domain input-output data or to frequency-response data with a different frequency resolution.
명령줄을 이용한 데이터 변환
- Supported Data Transformations
Transform between time-domain and frequency-domain data at the command line. - 시간 영역과 주파수 영역 간에 데이터 변환하기
명령줄에서 시간 영역 및 주파수 영역iddata객체 간에 변환을 수행합니다. - Transforming Between Frequency-Domain and Frequency-Response Data
Transform betweeniddataandidfrdobjects at the command line.