이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
# Discrete-Time DC Motor Model with Cascaded PI Speed and Current Control
## Description
This submission presents a discrete-time DC motor drive model implemented in MATLAB.
The model uses cascaded PI controllers for speed and current regulation and explicitly
implements electrical and mechanical motor dynamics using forward Euler discretization.
The PI controller gains are computed using a dedicated tuning function based on
first-order plant dynamics and transient response specifications.
## Files Included
- DC_Motor_Cascaded_PI.m
Main MATLAB script implementing the DC motor model and cascaded PI control.
- ee_getDCMotorFirstOrderPIParams.m
Function for calculating PI controller gains based on desired overshoot and rise time.
## How to Run
1. Place all files in the same directory.
2. Open MATLAB and set the current folder to this directory.
3. Run:
```matlab
DC_Motor_Cascaded_PI
인용 양식
Dr Bansilal Bairwa (2026). DC Motor Model with Cascaded PI Speed and Current Control 2 (https://kr.mathworks.com/matlabcentral/fileexchange/183074-dc-motor-model-with-cascaded-pi-speed-and-current-control-2), MATLAB Central File Exchange. 검색 날짜: .
