mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-11-03 05:23:14 +00:00
umtrx: setup for 4 samples per symbol and set offset timing
Signed-off-by: Thomas Tsou <tom@tsou.cc>
This commit is contained in:
committed by
Alexander Chemeris
parent
734dc85fa5
commit
1fe12cf66f
@@ -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;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "radioClock.h"
|
||||
|
||||
/** samples per GSM symbol */
|
||||
#define SAMPSPERSYM 1
|
||||
#define SAMPSPERSYM 4
|
||||
#define INCHUNK (625)
|
||||
#define OUTCHUNK (625)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user