edu.iris.dmc.seedcodec
Class USNSN
java.lang.Object
edu.iris.dmc.seedcodec.USNSN
public class USNSN
- extends java.lang.Object
Field Summary |
static int[] |
isgn
|
static int[] |
mask
|
static int[] |
msgn
|
static int |
NBK
|
static int |
NST
|
Constructor Summary |
USNSN()
|
Method Summary |
static int[] |
decode(byte[] b,
int numSamples,
boolean swapBytes,
int bias)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NBK
public static final int NBK
- See Also:
- Constant Field Values
NST
public static final int NST
- See Also:
- Constant Field Values
mask
public static final int[] mask
isgn
public static final int[] isgn
msgn
public static final int[] msgn
USNSN
public USNSN()
decode
public static int[] decode(byte[] b,
int numSamples,
boolean swapBytes,
int bias)
throws CodecException
- Throws:
CodecException