edu.iris.dmc.seedcodec
Class Cdsn

java.lang.Object
  extended by edu.iris.dmc.seedcodec.Cdsn

public class Cdsn
extends java.lang.Object


Field Summary
static int GAINRANGE_MASK
           
static int MANTISSA_MASK
           
static int MAX14
           
static int SHIFT
           
 
Constructor Summary
Cdsn()
           
 
Method Summary
static int[] decode(byte[] b, int numSamples, boolean swapBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANTISSA_MASK

public static final int MANTISSA_MASK
See Also:
Constant Field Values

GAINRANGE_MASK

public static final int GAINRANGE_MASK
See Also:
Constant Field Values

SHIFT

public static final int SHIFT
See Also:
Constant Field Values

MAX14

public static final int MAX14
See Also:
Constant Field Values
Constructor Detail

Cdsn

public Cdsn()
Method Detail

decode

public static int[] decode(byte[] b,
                           int numSamples,
                           boolean swapBytes)
                    throws CodecException
Throws:
CodecException