edu.iris.Fissures.IfNetwork
Class Decimation
java.lang.Object
edu.iris.Fissures.IfNetwork.Decimation
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class Decimation
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
A decimation step within a response stage. This is equivalent to
blockette 57 within the SEED manual.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input_rate
public Sampling input_rate
factor
public int factor
offset
public int offset
estimated_delay
public Quantity estimated_delay
correction_applied
public Quantity correction_applied
Decimation
public Decimation()
Decimation
public Decimation(Sampling input_rate,
int factor,
int offset,
Quantity estimated_delay,
Quantity correction_applied)