roh has uploaded this change for review. ( https://gerrit.osmocom.org/11949
Change subject: change scaling factor from .3 to .7 for lms sdr devices to
improve the signal slope
......................................................................
change scaling factor from .3 to .7 for lms sdr devices to improve the signal
slope
Change-Id: I2d1ba5cbd4ba98f912eb2e3e9f5383b69b28ff5b
---
M Transceiver52M/device/lms/LMSDevice.h
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/49/11949/1
diff --git a/Transceiver52M/device/lms/LMSDevice.h
b/Transceiver52M/device/lms/LMSDevice.h
index 349efbb..b73ad89 100644
--- a/Transceiver52M/device/lms/LMSDevice.h
+++ b/Transceiver52M/device/lms/LMSDevice.h
@@ -28,7 +28,8 @@
#include <iostream>
#include <lime/LimeSuite.h>
-#define LIMESDR_TX_AMPL 0.3
+// this was 0.3 before - values above 0.8 give more phase noise, values below
0.6 give too much amplitude resolution/noise to pass gmsk validation on a E4406
+#define LIMESDR_TX_AMPL 0.7
/** A class to handle a LimeSuite supported device */
class LMSDevice:public RadioDevice {
--
To view, visit https://gerrit.osmocom.org/11949
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d1ba5cbd4ba98f912eb2e3e9f5383b69b28ff5b
Gerrit-Change-Number: 11949
Gerrit-PatchSet: 1
Gerrit-Owner: roh <[email protected]>