From 5e3ca125bfc56d31b9c9ef819eab9171b73b7333 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Fri, 29 Sep 2017 18:50:41 +0200 Subject: Cleanup --- dpd/src/Model_AM.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dpd/src/Model_AM.py') diff --git a/dpd/src/Model_AM.py b/dpd/src/Model_AM.py index cdc3de1..a40f421 100644 --- a/dpd/src/Model_AM.py +++ b/dpd/src/Model_AM.py @@ -90,6 +90,8 @@ class Model_AM: plt.close(fig) def get_next_coefs(self, tx_dpd, rx_received, coefs_am): + """Calculate the next AM/AM coefficients using the extracted + statistic of TX and RX amplitude""" check_input_get_next_coefs(tx_dpd, rx_received) coefs_am_new = fit_poly(tx_dpd, rx_received) -- cgit v1.2.3