From df1173a69c6cee61bd76d0f2c6331508e81b453c Mon Sep 17 00:00:00 2001 From: andreas128 Date: Mon, 25 Sep 2017 12:20:09 +0200 Subject: Change filename of MER plot --- dpd/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dpd/main.py') diff --git a/dpd/main.py b/dpd/main.py index be496b6..c9bf0ba 100755 --- a/dpd/main.py +++ b/dpd/main.py @@ -205,8 +205,8 @@ while i < num_iter: path = adapt.dump() off = SA.calc_offset(txframe_aligned) - tx_mer = MER.calc_mer(txframe_aligned[off:off+c.T_U], debug=True) - rx_mer = MER.calc_mer(rxframe_aligned[off:off+c.T_U], debug=True) + tx_mer = MER.calc_mer(txframe_aligned[off:off+c.T_U], debug=True, debug_name="TX") + rx_mer = MER.calc_mer(rxframe_aligned[off:off+c.T_U], debug=True, deubg_name="RX") mse = np.mean(np.abs((txframe_aligned - rxframe_aligned)**2)) tx_gain = adapt.get_txgain() rx_gain = adapt.get_rxgain() -- cgit v1.2.3