aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-09-05 08:16:47 +0800
committerThomas Tsou <tom@tsou.cc>2013-10-18 13:10:17 -0400
commita57bc8a3b9b4c388d24ca4deb493d70f94c85d1f (patch)
treecdc6cb63b01c885b6583721e6a7c77a0b88f3416 /Transceiver52M/radioInterface.h
parent84c60f6679d3569b74121f3f616c1f1e36dc44ce (diff)
Transceiver52M: Setup dual Laurent pulse shaping filter
Provides substantially improved transmit phase error performance when enabled. Requires use of 4 samples per symbol, and is enabled by default when set. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index a590c32..2a83417 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -22,7 +22,7 @@
#include "radioClock.h"
/** samples per GSM symbol */
-#define SAMPSPERSYM 1
+#define SAMPSPERSYM 4
#define INCHUNK (625)
#define OUTCHUNK (625)