summaryrefslogtreecommitdiff
path: root/mec2_const.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-10-28 22:08:48 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-10-28 22:08:48 +0000
commit7f5c6e162a9c5ff654115136ccc6783a67749a72 (patch)
treee78add6b051106cf07f5d7fe67b0a591574377de /mec2_const.h
parentcd0da1d15c640b4a63fe9e0222b216bebaf0b08f (diff)
Version 0.3.2 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@124 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'mec2_const.h')
-rwxr-xr-xmec2_const.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/mec2_const.h b/mec2_const.h
new file mode 100755
index 0000000..e4df09c
--- /dev/null
+++ b/mec2_const.h
@@ -0,0 +1,25 @@
+/*
+ Important constants for tuning mec2 echo can
+ */
+#ifndef _MEC2_CONST_H
+#define _MEC2_CONST_H
+
+
+/* Convergence speed -- higher means slower */
+#define DEFAULT_BETA1_I 2048
+#define DEFAULT_SIGMA_LY_I 7
+#define DEFAULT_SIGMA_LU_I 7
+#define DEFAULT_ALPHA_ST_I 5
+#define DEFAULT_ALPHA_YT_I 5
+#define DEFAULT_CUTOFF_I 128
+#define DEFAULT_HANGT 600
+#define DEFAULT_SUPPR_I 16
+#define MIN_UPDATE_THRESH_I 4096
+#define DEFAULT_M 16
+#define SUPPR_FLOOR -64
+#define SUPPR_CEIL -24
+#define RES_SUPR_FACTOR -20
+
+
+#endif /* _MEC2_CONST_H */
+