public class PolesZeros extends BaseFilterType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIGITAL |
static java.lang.String |
LAPLACE_HERTZ |
static java.lang.String |
LAPLACE_RAD_PER_SEC |
inputUnits, outputUnits
Constructor and Description |
---|
PolesZeros(java.lang.String resourceId,
java.lang.String name,
java.lang.String description,
Unit inputUnits,
Unit outputUnits,
java.lang.String pzTransferType,
float normalizationFactor,
float normalizationFreq,
java.util.List<Zero> zeroList,
java.util.List<Pole> poleList) |
PolesZeros(javax.xml.stream.XMLEventReader reader) |
Modifier and Type | Method and Description |
---|---|
float |
getNormalizationFactor() |
float |
getNormalizationFreq() |
java.util.List<Pole> |
getPoleList() |
java.lang.String |
getPzTransferType() |
java.util.List<Zero> |
getZeroList() |
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
public static final java.lang.String DIGITAL
public static final java.lang.String LAPLACE_HERTZ
public static final java.lang.String LAPLACE_RAD_PER_SEC
public PolesZeros(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String pzTransferType, float normalizationFactor, float normalizationFreq, java.util.List<Zero> zeroList, java.util.List<Pole> poleList)
public PolesZeros(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException
public java.lang.String getPzTransferType()
public float getNormalizationFactor()
public float getNormalizationFreq()
public java.util.List<Pole> getPoleList()
public java.util.List<Zero> getZeroList()