Convolution and how it's used

User: "Linn Liao"
New Altair Community Member
Updated by Linn Liao

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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "RSGarciarivas"
    Altair Employee
    Updated by RSGarciarivas

    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