What format is required for Matlab LSIM Function input data?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
When using the LSIM function in Matlab with a dynamic transfer function object (z-domain), the required input signal (u,t) appears to be in a time domain!
However, I was expecting to pass LSIM the input signal in a z-domain because Y(z) = H(z)*X(z).
Please could you tell me
- Is LSIM transfering the input signal into the z-domain before calculating the output signal?
- Should I be passing LSIM a z-domain input signal (currently i get an error if i try to).
Thanks
댓글 수: 0
채택된 답변
Star Strider
2022년 1월 31일
The difference between continuous and sampled signals iis simply one of context. Ths signals sthemselves do not exist in z-space, only as functions of time, although sampled. (Continuous or ‘infinitely-sampled’ signals only occur with respect to analog hardware.) The system you are using with lsim may be defined in the z-domain, however the signals themselves are not. They are just signals sampled at discrete points in time.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Dynamic System Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!