umtrx: setup for 4 samples per symbol and set offset timing

Signed-off-by: Thomas Tsou <tom@tsou.cc>
This commit is contained in:
Thomas Tsou
2012-12-07 03:15:47 -05:00
committed by Alexander Chemeris
parent 734dc85fa5
commit 1fe12cf66f
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ const float tx_ampl = .3;
#ifdef RESAMPLE
const double rx_smpl_offset = .00005;
#else
const double rx_smpl_offset = 9.4457e-5;
const double rx_smpl_offset = 4.1904e-5;
#endif
static TIMESTAMP init_rd_ts = 0;

View File

@@ -22,7 +22,7 @@
#include "radioClock.h"
/** samples per GSM symbol */
#define SAMPSPERSYM 1
#define SAMPSPERSYM 4
#define INCHUNK (625)
#define OUTCHUNK (625)