Class Decimation

java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Decimation

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

    Constructors 
    Constructor Description
    Decimation​(float inputSampleRate, int factor, int offset, FloatType delay, FloatType correction)  
    Decimation​(javax.xml.stream.XMLEventReader reader)  
  • Method Summary

    Modifier and Type Method Description
    FloatType getCorrection()  
    FloatType getDelay()  
    int getFactor()  
    float getInputSampleRate()  
    int getOffset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait