Class Decimation


  • public class Decimation
    extends java.lang.Object
    • Constructor Detail

      • Decimation

        public Decimation​(float inputSampleRate,
                          int factor,
                          int offset,
                          FloatType delay,
                          FloatType correction)
      • Decimation

        public Decimation​(javax.xml.stream.XMLEventReader reader)
                   throws javax.xml.stream.XMLStreamException,
                          StationXMLException
        Throws:
        javax.xml.stream.XMLStreamException
        StationXMLException
    • Method Detail

      • getInputSampleRate

        public float getInputSampleRate()
      • getFactor

        public int getFactor()
      • getOffset

        public int getOffset()
      • getCorrection

        public FloatType getCorrection()