Class BiquadPoleState


  • public class BiquadPoleState
    extends PoleZeroPair
    PoleZeroPair with gain factor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double gain  
    • Constructor Summary

      Constructors 
      Constructor Description
      BiquadPoleState​(org.apache.commons.math3.complex.Complex p, org.apache.commons.math3.complex.Complex z)  
      BiquadPoleState​(org.apache.commons.math3.complex.Complex p1, org.apache.commons.math3.complex.Complex z1, org.apache.commons.math3.complex.Complex p2, org.apache.commons.math3.complex.Complex z2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • gain

        public double gain
    • Constructor Detail

      • BiquadPoleState

        public BiquadPoleState​(org.apache.commons.math3.complex.Complex p,
                               org.apache.commons.math3.complex.Complex z)
      • BiquadPoleState

        public BiquadPoleState​(org.apache.commons.math3.complex.Complex p1,
                               org.apache.commons.math3.complex.Complex z1,
                               org.apache.commons.math3.complex.Complex p2,
                               org.apache.commons.math3.complex.Complex z2)