.PlanarMechanics.Utilities.Blocks.SquaretimesSign

Output the squared input and retain the same sign of it

Information

This block outputs squared input real signal whereby the sign of the output is the same as input. The size of input u and output y are defined by a parameter blockSize, thus

for i in 1:blockSize loop
  y[i] = sign(u[i]) * u[i]^2;
end for;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos