edu.iris.Fissures.IfNetwork
Class Decimation

java.lang.Object
  extended by 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

Field Summary
 Quantity correction_applied
           
 Quantity estimated_delay
           
 int factor
           
 Sampling input_rate
           
 int offset
           
 
Constructor Summary
Decimation()
           
Decimation(Sampling input_rate, int factor, int offset, Quantity estimated_delay, Quantity correction_applied)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Decimation

public Decimation()

Decimation

public Decimation(Sampling input_rate,
                  int factor,
                  int offset,
                  Quantity estimated_delay,
                  Quantity correction_applied)