From 1890439e8786feaaf4fa6612289812984a0c75e9 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 9 May 2018 17:22:39 +0200 Subject: DPDCE: fix linalg.lstsq warning --- dpd/src/Measure.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dpd/src/Measure.py') 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() -- cgit v1.2.3