Implementation of varying-order integrator block in Simulink

조회 수: 3 (최근 30일)
Yi Yang
Yi Yang 2022년 12월 29일
답변: Paul 2022년 12월 29일
Hi,
I would like to implemant a higher order integrator block with time-varying orders in Simulink. See attached picture, the order the integrator varies in time and is set in run time. I think it might be implmented in a similar way as the varying transfer function block. I would appreciate if anyone could give some suggestions. Thank you!
  댓글 수: 2
Paul
Paul 2022년 12월 29일
Hi Yi,
What is the mathematical equation(s) that block is supposed to represent? Seeing an equation might make it clearer on how to implement in Simulink.
What is the "varying transfer function block"? Is there a link to a doc page for that block?
Yi Yang
Yi Yang 2022년 12월 29일
Hi Paul,
The block is supposed to do an n-fold integration of the input signal, the order n should be time varying during the run time. Varying transfer function block (see link: https://www.mathworks.com/help/control/ref/varyingtransferfunction.html) implements a higher-order transfer function with time-varying coefficients. In the varying transfer function block, however, the order N is an internal parameter set before the run time.

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

답변 (1개)

Paul
Paul 2022년 12월 29일
Thanks for the link to the Varying Transfer Function block.
I'm still not 100% sure what your're looking for. But maybe something like this.
Assuming that N is less than some known maximum value Nmax ....
String Nmax integrators in series, tap off the output of each and Mux those outputs together, then use the input parameter N to select the desired signal from the Mux output.
Or, use the State Space block to implement the state space model Nmax integrators in series with an identity matrix for the C matrix, and then use the Selector to pick off the desired output.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by