How to invert a Transfer function in Simulink?

조회 수: 74 (최근 30일)
Grande Latte
Grande Latte 2021년 2월 3일
댓글: Grande Latte 2021년 2월 20일
Hi everyone!
I am trying to invert my transfer function: 1/(7.5*s+1) in simulink to 1/G(s) = 7.5*s+1. The goal here is to use the output of the system, pass it through the inverse of the transfer function and get the original input of the system.
However, I have some difficulties establishing the transfer runction in Simulink. Any help is greatly appreciated. Thank you!

채택된 답변

Les Beckham
Les Beckham 2021년 2월 4일
Transfer functions are not allowed to have a higher order in the numerator than in the denominator (more zeros than poles). This is because that makes them 'non-causal' which means that they depend on the future value of the input (which doesn't make sense).
Why would you want to "get the original input ot the system" when you already know what it is?
  댓글 수: 1
Grande Latte
Grande Latte 2021년 2월 20일
Thanks! yeah that makes sense, we originally wanted to reverse the output as the input to re-calibrate the system, but it seems like inverting the transfer function isn't doable. Thanks again!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by