aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/Measure.py
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-05-09 17:22:39 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-05-09 17:22:39 +0200
commit1890439e8786feaaf4fa6612289812984a0c75e9 (patch)
tree574e41f93eae237a7b727e2358e3ce0e66f7899e /dpd/src/Measure.py
parent277f4d4999b30cfc858c30bcb029a9c224b21806 (diff)
downloaddabmod-1890439e8786feaaf4fa6612289812984a0c75e9.tar.gz
dabmod-1890439e8786feaaf4fa6612289812984a0c75e9.tar.bz2
dabmod-1890439e8786feaaf4fa6612289812984a0c75e9.zip
DPDCE: fix linalg.lstsq warning
Diffstat (limited to 'dpd/src/Measure.py')
-rw-r--r--dpd/src/Measure.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/dpd/src/Measure.py b/dpd/src/Measure.py
index b7423c6..6d8007d 100644
--- a/dpd/src/Measure.py
+++ b/dpd/src/Measure.py
@@ -94,9 +94,7 @@ class Measure:
def get_samples(self):
"""Connect to ODR-DabMod, retrieve TX and RX samples, load
into numpy arrays, and return a tuple
- (tx_timestamp, tx_samples, rx_timestamp, rx_samples)
- where the timestamps are doubles, and the samples are numpy
- arrays of complex floats, both having the same size
+ (txframe_aligned, tx_ts, rxframe_aligned, rx_ts, rx_median)
"""
txframe, tx_ts, rxframe, rx_ts = self.receive_tcp()