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.
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