System Identification Tool fails?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have a System with a sine-sweep as input. The measured output is as well as the input in time domain.
Sweep ---> H(z) ---> Output
The discrete H(z) is calculated by the System Identification Tool very good.
But what I am interested in in is the INVERSE transfer function of H(z).
I want the discrete G(z).
Output ---> G(z) ---> Sweep
For that i switched the Sweep to the Output and the real output is gonna be my input for the model. But the System Identification Tool can't calculated a satisfiying solution.
Does anyone know an answer?
댓글 수: 1
Star Strider
2020년 2월 7일
Without the data, it is not possible to determine the reason. The inverse transfer function may not exist (its being improper is usually the reason). One way to test that is to use a state-space representation, then see if an inverse of it exists:
so calculate:
I suspect that is singular, or if not, close to it.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!