This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
roh gerrit-no-reply at lists.osmocom.orgroh 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 <jsteiger at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181127/74a37ca6/attachment.htm>