controlSystemDesigner는 다음과 같은 디폴트 제어 아키텍처를 사용하여 제어 시스템 디자이너 앱을 엽니다.
이 아키텍처는 다음과 같은 LTI 객체로 구성되어 있습니다.
G — 플랜트 모델
C — 보상기
H — 센서 모델
F — 사전 필터
기본적으로 앱은 각 모델을 단위 이득으로 구성합니다.
controlSystemDesigner(plant)
controlSystemDesigner(plant)는 플랜트 G를 plant로 초기화합니다. plant는 ss, tf, zpk 또는 frd로 생성된 임의의 SISO LTI 모델이거나 이러한 모델로 구성된 배열일 수 있습니다.
controlSystemDesigner(plant,comp)
controlSystemDesigner(plant,comp)는 보상기 C를 SISO LTI 모델 comp로 초기화합니다.
controlSystemDesigner(plant,comp,sensor)
controlSystemDesigner(plant,comp,sensor)는 센서 모델 H를 sensor로 초기화합니다. sensor는 임의의 SISO LTI 모델이거나 이러한 모델로 구성된 배열일 수 있습니다. plant와 sensor를 모두 LTI 모델 배열로 지정할 경우 두 배열의 길이는 일치해야 합니다.
controlSystemDesigner(plant,comp,sensor,prefilt)
controlSystemDesigner(plant,comp,sensor,prefilt)는 사전 필터 모델 F를 SISO LTI 모델 prefilt로 초기화합니다.
controlSystemDesigner(views)
controlSystemDesigner(views)는 앱을 열고 초기 그래픽 편집기 구성을 지정합니다. views는 다음 문자형 벡터 중 하나이거나 여러 문자형 벡터로 구성된 셀형 배열일 수 있습니다.
controlSystemDesigner(views,plant,comp,sensor,prefilt)는 초기 플롯 구성을 지정하고 지정된 모델을 사용하여 플랜트, 보상기, 센서 및 사전 필터를 초기화합니다. 모델이 생략된 경우 앱은 디폴트 값을 사용합니다.
controlSystemDesigner(initData)
controlSystemDesigner(initData)는 앱을 열고 초기화 데이터 구조체 initdata를 사용하여 시스템 구성을 초기화합니다. initdata를 만들려면 sisoinit를 사용하십시오.
controlSystemDesigner(sessionFile)
controlSystemDesigner(sessionFile)은 앱을 열고 이전에 저장된 세션을 불러옵니다. sessionFile은 MATLAB 경로에 있는 세션 데이터 파일의 이름입니다. 이 데이터에는 현재 시스템 아키텍처와 플롯 구성, 그리고 데이터 브라우저에 저장된 설계와 응답이 모두 포함됩니다.
세션을 저장하려면 제어 시스템 디자이너 앱의 제어 시스템 탭에서 세션 저장을 클릭하십시오.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.