I am trying to implement the MTMpcSisoLite function block into my simulation. I have been given a discrete transfer function of the system model, but I see that MTMpcSiso function block only takes a Finite Impulse Response (FIR) model or an FSR model. Is there any way of converting the discrete transfer model to an FSR using the inbuilt functionalities of AS 4?
There is no function to convert discrete transfer functions into finite-step response in Automation Studio.
However, there is a library that calculates matrix, vector, and systems of linear equation.
As I remember that the FSR transformation process requires a recursive. Depends on the order of the transfer function, it may not be appropriate to run on a fast Real-Time task.