aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/main.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-25 18:24:22 +0200
committerandreas128 <Andreas>2017-09-25 18:24:22 +0200
commit39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a (patch)
tree5c919122fbdbc54881e8f611a7bc9f68bcf54bdb /dpd/main.py
parentdf1173a69c6cee61bd76d0f2c6331508e81b453c (diff)
downloaddabmod-39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a.tar.gz
dabmod-39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a.tar.bz2
dabmod-39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a.zip
Add documentation to README.md
Diffstat (limited to 'dpd/main.py')
-rwxr-xr-xdpd/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/main.py b/dpd/main.py
index c9bf0ba..871a404 100755
--- a/dpd/main.py
+++ b/dpd/main.py
@@ -206,7 +206,7 @@ while i < num_iter:
off = SA.calc_offset(txframe_aligned)
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")
+ rx_mer = MER.calc_mer(rxframe_aligned[off:off+c.T_U], debug=True, debug_name="RX")
mse = np.mean(np.abs((txframe_aligned - rxframe_aligned)**2))
tx_gain = adapt.get_txgain()
rx_gain = adapt.get_rxgain()