Interface Constants

All Known Implementing Classes:
DatagramListener, Goertzel, MobileClient, UltrasoundAnalyzer, UltrasoundDetector, UltrasoundListener

public interface Constants

This interface defines several useful constants used throughout the mobile client code for ultrasound detection.


Field Summary
static int AVG_DETECT_TIME
           
static boolean BIGEND
           
static int DEBOUNCE_VAL
           
static java.lang.String GROUPADDR
           
static int HISTORY_SIZE
           
static int MAX_DETECT_TIME
           
static int MAXMSGSIZE
           
static int N
           
static int NUMTHREADS
           
static int PORTNUM
           
static int ROOM_MSG_BUF
           
static int SAMPLE_SIZE
           
static float SAMPLING_RATE
           
static int SEQUENCE
           
static boolean SIGN
           
static float TARGET_FREQUENCY
           
static int WEIGHT
           
 

Field Detail

SAMPLING_RATE

public static final float SAMPLING_RATE
See Also:
Constant Field Values

TARGET_FREQUENCY

public static final float TARGET_FREQUENCY
See Also:
Constant Field Values

N

public static final int N
See Also:
Constant Field Values

SAMPLE_SIZE

public static final int SAMPLE_SIZE
See Also:
Constant Field Values

SIGN

public static final boolean SIGN
See Also:
Constant Field Values

BIGEND

public static final boolean BIGEND
See Also:
Constant Field Values

GROUPADDR

public static final java.lang.String GROUPADDR
See Also:
Constant Field Values

PORTNUM

public static final int PORTNUM
See Also:
Constant Field Values

MAXMSGSIZE

public static final int MAXMSGSIZE
See Also:
Constant Field Values

DEBOUNCE_VAL

public static final int DEBOUNCE_VAL
See Also:
Constant Field Values

NUMTHREADS

public static final int NUMTHREADS
See Also:
Constant Field Values

HISTORY_SIZE

public static final int HISTORY_SIZE
See Also:
Constant Field Values

AVG_DETECT_TIME

public static final int AVG_DETECT_TIME
See Also:
Constant Field Values

MAX_DETECT_TIME

public static final int MAX_DETECT_TIME
See Also:
Constant Field Values

ROOM_MSG_BUF

public static final int ROOM_MSG_BUF
See Also:
Constant Field Values

SEQUENCE

public static final int SEQUENCE
See Also:
Constant Field Values

WEIGHT

public static final int WEIGHT
See Also:
Constant Field Values