Class USNSN

java.lang.Object
edu.iris.dmc.seedcodec.USNSN

public class USNSN extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int[]
     
    static final int[]
     
    static final int[]
     
    static final int
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
  • Field Details

    • NBK

      public static final int NBK
      See Also:
    • NST

      public static final int NST
      See Also:
    • mask

      public static final int[] mask
    • isgn

      public static final int[] isgn
    • msgn

      public static final int[] msgn
  • Constructor Details

    • USNSN

      public USNSN()
  • Method Details

    • decode

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