이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
연속-이산 변환
Control System Toolbox™에는 동적 시스템 모델을 리샘플링하거나 연속시간 영역과 이산시간 영역 간에 변환하는 명령이 있습니다.
라이브 편집기 작업
모델 레이트 변환 | 연속시간 모델과 이산시간 모델 간에 변환 및 라이브 편집기에서 모델 리샘플링 |
함수
c2d | 연속시간 모델을 이산시간 모델로 변환 |
d2c | 이산시간 모델을 연속시간 모델로 변환 |
d2d | Resample discrete-time model |
upsample | 이산시간 모델 업샘플링 |
c2dOptions | 연속시간을 이산시간으로 변환하기 위한 이산화 방법 지정 |
d2cOptions | 이산시간을 연속시간으로 변환하기 위한 옵션 세트 만들기 |
d2dOptions | Create option set for discrete-time resampling |
도움말 항목
- Discretizing and Resampling Models
This example shows how to use the commands for continuous/discrete, discrete/continuous, and discrete/discrete conversions.
- Discretize a Compensator
This example shows how to convert a compensator from continuous to discrete time using several discretization methods, to identify a method that yields a good match in the frequency domain.
- Discretizing a Notch Filter
This example shows the comparison of several techniques for discretizing a notch filter.
- Improve Accuracy of Discretized System with Time Delay
This example shows how to improve the frequency-domain accuracy of a system with a time delay that is a fractional multiple of the sample time.
- Convert Discrete-Time System to Continuous Time
This example shows how to convert a discrete-time system to continuous time using
d2c
, and compare the results using two different interpolation methods. - Continuous-Discrete Conversion Methods
Choose discretization and interpolation methods for converting between continuous and discrete models.
- Upsample Discrete-Time System
This example shows how to upsample a system using both the
d2d
andupsample
commands and compare the results of both to the original system. - Choosing a Resampling Command
Use resampling commands to change the sample time of a discrete-time system.