.Modelica.Blocks.Continuous.Internal.Filter.coefficients.bandStop

Information

Return band stop filter coefficients at given cut-off frequency

Interface

function bandStop
  import Modelica.Constants.pi;
  extends Modelica.Icons.Function;
  input Real cr_in[:] "Coefficients of real poles";
  input Real c0_in[:] "Coefficients of s^0 term if conjugate complex pole";
  input Real c1_in[size(c0_in, 1)] "Coefficients of s^1 term if conjugate complex pole";
  input Modelica.SIunits.Frequency f_min "Band of band stop filter is f_min (A=-3db) .. f_max (A=-3db)";
  input Modelica.SIunits.Frequency f_max "Upper band frequency";
  output Real cr[0] "Coefficient of real pole";
  output Real c0[size(cr_in, 1) + 2 * size(c0_in, 1)] "Coefficients of s^0 term if conjugate complex pole";
  output Real c1[size(cr_in, 1) + 2 * size(c0_in, 1)] "Coefficients of s^1 term if conjugate complex pole";
end bandStop;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39