312313314315316317318319320321322
cpxDenom = cpxDenom.add( cpxZpwr.multiply(b) ); cpxZpwr = cpxZpwr.divide(z); } return cpxNumer.divide(cpxDenom); } /** * Clears the input and output buffers, resetting filter for * a new signal.
297298299300301302303304305306307
cpxDenom = cpxDenom.add( cpxZpwr.multiply(b) ); cpxZpwr = cpxZpwr.divide(z); } return cpxNumer.divide(cpxDenom); } /** * Write out the configuration and state of this filter