public class FIR extends BaseFilterType
inputUnits, outputUnits
Constructor and Description |
---|
FIR(java.lang.String resourceId,
java.lang.String name,
java.lang.String description,
Unit inputUnits,
Unit outputUnits,
java.lang.String symmetry,
java.util.List<java.lang.Float> numeratorCoefficientList) |
FIR(javax.xml.stream.XMLEventReader reader) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Float> |
getNumeratorCoefficientList() |
java.lang.String |
getSymmetry() |
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
public FIR(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String symmetry, java.util.List<java.lang.Float> numeratorCoefficientList)
public FIR(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException