From 0fe41a583cb95ad3aaedc3fa6e99fa73755662f4 Mon Sep 17 00:00:00 2001 From: Tom Tsou Date: Tue, 3 May 2016 15:14:45 -0700 Subject: uhd: Set default Tx sampling to 4 sps The majority of GSM host platforms are capable of operating with the 4x oversampled modulator, which justifies the new default setting. The small number exceptions (e.g. Raspberry Pi) can still use the lower complexity 1 sps modulator with the '-s 1' command line option if required. Signed-off-by: Tom Tsou --- Transceiver52M/osmo-trx.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp index 5866f09..d56b5c6 100644 --- a/Transceiver52M/osmo-trx.cpp +++ b/Transceiver52M/osmo-trx.cpp @@ -37,14 +37,9 @@ * 1 - Uses minimized modulator (less computation, more distortion) * * Other values are invalid. Receive path (uplink) is always - * downsampled to 1 sps. Default to 4 sps for all cases except for - * ARM and non-SIMD enabled architectures. + * downsampled to 1 sps. Default to 4 sps for all cases. */ -#if defined(HAVE_NEON) || !defined(HAVE_SSE3) -#define DEFAULT_TX_SPS 1 -#else #define DEFAULT_TX_SPS 4 -#endif /* * Samples-per-symbol for uplink (receiver) path -- cgit v1.2.3