필터 지우기
필터 지우기

how to define sampling time in the case of discretization of continuous time state-space model?

조회 수: 1 (최근 30일)
I have a two input-two output continuous time state space model and i need to discrete it. but i dont know how to define sampling time for discretizing.
A=[-.0052 0 .0083 0
0 -.0050 0 .0081
0 0 .0083 0
0 0 0 .0081];
B=[.006 0
0 .0030
0 .0014
.0012 0]
C=[1 0 0 0
0 1 0 0]

답변 (0개)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by