public class Polynomial extends BaseFilterType
inputUnits, outputUnits
Constructor and Description |
---|
Polynomial(java.lang.String resourceId,
java.lang.String name,
java.lang.String description,
Unit inputUnits,
Unit outputUnits,
java.lang.String approximationType,
FloatType freqLowerBound,
FloatType freqUpperBound,
float approxLowerBound,
float approxUpperBound,
float maxError,
java.util.List<FloatNoUnitType> coefficientList) |
Polynomial(javax.xml.stream.XMLEventReader reader) |
Polynomial(javax.xml.stream.XMLEventReader reader,
java.lang.String elementName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApproximationType() |
float |
getApproxLowerBound() |
float |
getApproxUpperBound() |
java.util.List<FloatNoUnitType> |
getCoefficientList() |
FloatType |
getFreqLowerBound() |
FloatType |
getFreqUpperBound() |
float |
getMaxError() |
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
public Polynomial(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String approximationType, FloatType freqLowerBound, FloatType freqUpperBound, float approxLowerBound, float approxUpperBound, float maxError, java.util.List<FloatNoUnitType> coefficientList)
public Polynomial(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException
public Polynomial(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException
public java.lang.String getApproximationType()
public FloatType getFreqLowerBound()
public FloatType getFreqUpperBound()
public float getApproxLowerBound()
public float getApproxUpperBound()
public float getMaxError()
public java.util.List<FloatNoUnitType> getCoefficientList()