You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ButterworthSynthesisH2.inl 141B

12345
  1. void setParamsSynthesis (const Params& params)
  2. {
  3. FilterClass::setupSynthesis (int(params[1]), params[0], params[2], params[3]);
  4. }