Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | SAMPLE_RATE 8000.0 |
#define | DTMF_THRESHOLD 8.0e7 |
#define | FAX_THRESHOLD 8.0e7 |
#define | FAX_2ND_HARMONIC 2.0 /* 4dB */ |
#define | DTMF_NORMAL_TWIST 8.0 /* 8dB */ |
#define | DTMF_REVERSE_TWIST 4.0 /* 4dB normal */ |
#define | DTMF_RELATIVE_PEAK_ROW 6.3 /* 8dB */ |
#define | DTMF_RELATIVE_PEAK_COL 6.3 /* 8dB */ |
#define | DTMF_2ND_HARMONIC_ROW 2.5 /* 4dB normal */ |
#define | DTMF_2ND_HARMONIC_COL 63.1 /* 18dB */ |
#define DTMF_2ND_HARMONIC_COL 63.1 /* 18dB */ |
Definition at line 88 of file detect.cpp.
#define DTMF_2ND_HARMONIC_ROW 2.5 /* 4dB normal */ |
Definition at line 87 of file detect.cpp.
#define DTMF_NORMAL_TWIST 8.0 /* 8dB */ |
Definition at line 83 of file detect.cpp.
#define DTMF_RELATIVE_PEAK_COL 6.3 /* 8dB */ |
Definition at line 86 of file detect.cpp.
#define DTMF_RELATIVE_PEAK_ROW 6.3 /* 8dB */ |
Definition at line 85 of file detect.cpp.
#define DTMF_REVERSE_TWIST 4.0 /* 4dB normal */ |
Definition at line 84 of file detect.cpp.
#define DTMF_THRESHOLD 8.0e7 |
Definition at line 80 of file detect.cpp.
#define FAX_2ND_HARMONIC 2.0 /* 4dB */ |
Definition at line 82 of file detect.cpp.
#define FAX_THRESHOLD 8.0e7 |
Definition at line 81 of file detect.cpp.
#define M_PI 3.14159265358979323846 |
Definition at line 32 of file detect.cpp.
#define SAMPLE_RATE 8000.0 |
Definition at line 78 of file detect.cpp.