Package de.gsi.math.filter.iir
Class BiquadPoleState
- java.lang.Object
-
- de.gsi.math.filter.iir.PoleZeroPair
-
- de.gsi.math.filter.iir.BiquadPoleState
-
public class BiquadPoleState extends PoleZeroPair
PoleZeroPair with gain factor
-
-
Field Summary
Fields Modifier and Type Field Description doublegain-
Fields inherited from class de.gsi.math.filter.iir.PoleZeroPair
poles, zeros
-
-
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 de.gsi.math.filter.iir.PoleZeroPair
isNaN, isSinglePole
-
-
-
-
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)
-
-