Package de.gsi.math.filter.iir
Class PoleZeroPair
- java.lang.Object
-
- de.gsi.math.filter.iir.PoleZeroPair
-
public class PoleZeroPair extends java.lang.ObjectIt's written on the tin.
-
-
Field Summary
Fields Modifier and Type Field Description ComplexPairpolesComplexPairzeros
-
Constructor Summary
Constructors Constructor Description PoleZeroPair(org.apache.commons.math3.complex.Complex p, org.apache.commons.math3.complex.Complex z)PoleZeroPair(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNaN()booleanisSinglePole()
-
-
-
Field Detail
-
poles
public ComplexPair poles
-
zeros
public ComplexPair zeros
-
-
Constructor Detail
-
PoleZeroPair
public PoleZeroPair(org.apache.commons.math3.complex.Complex p, org.apache.commons.math3.complex.Complex z)
-
PoleZeroPair
public PoleZeroPair(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)
-
-