ip.gui.frames
Class UlawCodec

java.lang.Object
  extended by ip.gui.frames.UlawCodec

public class UlawCodec
extends java.lang.Object


Field Summary
static double mu
           
static double offset
           
static double vmax
           
 
Constructor Summary
UlawCodec()
           
 
Method Summary
static short decode(short x)
           
static short[] decode(short[] a)
           
static short encode(short x)
           
static short[] encode(short[] a)
           
static short sign(short x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mu

public static double mu

vmax

public static double vmax

offset

public static double offset
Constructor Detail

UlawCodec

public UlawCodec()
Method Detail

encode

public static short[] encode(short[] a)

decode

public static short decode(short x)

encode

public static short encode(short x)

sign

public static short sign(short x)

decode

public static short[] decode(short[] a)