.ModelicaAdditions.Blocks.Continuous.CritDamping

Output the input signal filtered with an n-th order filter with critical damping

Information

This block defines the transfer function between the input u=inPort.signal[1] and the output y=outPort.signal[1] as an n-th order filter with critical damping characteristics and cut-off frequency f=1/T. It is implemented as a series of first order filters.

If transients at the simulation start shall be avoided the states x need to be initialized with the start value of the input.

               k
     y = ------------- * u
         (T * s + 1)^n

Release Notes:


Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos