Convolution and how it's used

Linn Liao
Linn Liao New Altair Community Member
edited June 17 in Community Q&A

Hi,

is there a function or block that allows you to do convolution integrals? Are there any examples of how to use it?

 

Best regards,

Linn

Answers

  • RSGarciarivas
    RSGarciarivas
    Altair Employee
    edited June 17

    Hi Linn,

    Twin Activate uses OML as its main programming language and, as such, you have access to function conv. Depending on your use case, convolution of your signals may be calculated before or after the simulation using the initialization or finalization scripts or, if you need to use the function during the simulation, it could be implemented in an OML custom block.

    Rafael