aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2016-05-03 15:14:45 -0700
committerTom Tsou <tom.tsou@ettus.com>2016-05-03 15:17:39 -0700
commit0fe41a583cb95ad3aaedc3fa6e99fa73755662f4 (patch)
tree85c9ffb8f602f6f589c7b0597b0654aaee16487a /Transceiver52M
parenta5e0f1cdba850d50a6743ec3aeaa565b25db0465 (diff)
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 <tom.tsou@ettus.com>
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/osmo-trx.cpp7
1 files changed, 1 insertions, 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