functionbandPass

Return band pass filter coefficients at given cut-off frequency

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

TypeNameDefaultDescription
Real[:]cr_inCoefficients of real poles
Real[:]c0_inCoefficients of s^0 term if conjugate complex pole
Real[size(c0_in, 1)]c1_inCoefficients of s^1 term if conjugate complex pole
SI.Frequencyf_minBand of band pass filter is f_min (A=-3db) .. f_max (A=-3db)
SI.Frequencyf_maxUpper band frequency

Outputs

TypeNameDefaultDescription
Real[0]crCoefficient of real pole
Real[size(cr_in, 1) + 2*size(c0_in, 1)]c0Coefficients of s^0 term if conjugate complex pole
Real[size(cr_in, 1) + 2*size(c0_in, 1)]c1Coefficients of s^1 term if conjugate complex pole
RealcnNumerator coefficient of the PT2 terms