]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/sim_noise.h
Trim the size down a bit.
[tinyos-2.x.git] / tos / lib / tossim / sim_noise.h
index 110cf3f0f1022b74d2283c32ccc9c0e4c730a72a..078c58427c56c7ee2178eb1ea14b37310912fe78 100644 (file)
@@ -41,8 +41,8 @@ extern "C" {
 #endif
 
 enum {
-  NOISE_MIN = -120,
-  NOISE_MAX = 10,
+  NOISE_MIN = -100,
+  NOISE_MAX = -30,
   NOISE_MIN_QUANTIZE = -100,
   NOISE_QUANTIZE_INTERVAL = 5,
   NOISE_BIN_SIZE = (NOISE_MAX - NOISE_MIN)/NOISE_QUANTIZE_INTERVAL,