이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
조정, 분석 및 검증
명령줄에서 제어 시스템 파라미터 조정 및 결과 분석
모델이 조정할 수 있도록 설정되면 systune
명령이 설계 요구 사항을 충족하도록 조정 가능한 계수를 조정합니다. 결과를 검증하려면 시스템 응답을 검토하고 조정 목표가 얼마나 잘 충족되었는지 평가하십시오. Simulink®에서 모델링한 제어 시스템의 경우, 전체 비선형 시스템에 대한 검증을 수행하려면 조정된 파라미터 값을 모델에 써주어야 합니다. 자세한 내용은 Validate Tuned Control System 항목을 참조하십시오.
함수
도움말 항목
조정 기본 사항
- Tune Control System at the Command Line
After building a tunable control system model and specifying tuning goals, usesystune
to tune the parameters of your system. - Tuning Multiloop Control Systems
Jointly tune the inner and outer loops of a cascade architecture withsystune
. - Speed Up Tuning with Parallel Computing Toolbox Software
If you have the Parallel Computing Toolbox™ software installed, you can speed up the tuning of fixed-structure control systems.
분석 및 검증
- Interpret Numeric Tuning Results
Tuning reports fromsystune
and Control System Tuner give you an overview of how well the tuned control system meets your tuning goals. - Visualize Tuning Goals
Tuning-goal plots let you visualize your design requirements against tuned system responses, to see where and by how much tuning goals are satisfied or violated. - Validate Tuned Control System
When you tune a control system, validate the results by examining system responses with the tuned parameters. - Extract Responses from Tuned MATLAB Model at the Command Line
Analyze responses of a tuned control system by usinggetIOTransfer
and related functions to compute responses between various points in the model. - Validating Results
This example shows how to interpret and validate tuning results fromsystune
.
동작 제어 응용 분야
- 카트의 역진자 제어
이 예제에서는systune
을 사용하여 카트의 역진자를 제어합니다. - Control of a Linear Electric Actuator
useslTuner
andsystune
to tune the current and velocity loops in a linear electric actuator with saturation limits.
산업 자동화 응용 분야
- PID Tuning for Setpoint Tracking vs. Disturbance Rejection
Explore trade-offs between setpoint tracking and disturbance rejection when tuning PID controllers withsystune
. - Digital Control of Power Stage Voltage
Tune a high-performance digital controller with bandwidth close to the sampling frequency. - MIMO Control of Diesel Engine
Usesystune
to design and tune a MIMO controller for a Diesel engine. The controller is tuned in discrete time for a single operating condition. - Active Vibration Control in Three-Story Building
Usesystune
to control seismic vibrations in a three-story building. - Vibration Control in Flexible Beam
Usesystune
to tune a passivity-based controller for reducing vibrations in a flexible beam. - Passive Control with Communication Delays
Use a passive control system to mitigate communication delays.
항공우주 응용 분야
- Multiloop Control of a Helicopter
UseslTuner
andsystune
to tune a multi-loop controller for a rotorcraft. - Fixed-Structure Autopilot for a Passenger Jet
UseslTuner
andsystune
to tune the standard configuration of a longitudinal autopilot. - Fault-Tolerant Control of a Passenger Jet
Achieve reliable control of a passenger jet by tuning a controller for multiple operating modes of the plant.