diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-30 14:56:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-30 14:56:02 +0200 |
commit | e7a8f13d63ef2733a61960899d6b8b1b4a16d963 (patch) | |
tree | f42ff70e4128d9ee0c474e7f7c282ac2c251ae03 /dpd/src/Model_Poly.py | |
parent | cab4d50a79bf052aa7f9b25e2204ef69fa1cf6e8 (diff) | |
download | dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.tar.gz dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.tar.bz2 dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.zip |
Make DPDCE naming consistent
Diffstat (limited to 'dpd/src/Model_Poly.py')
-rw-r--r-- | dpd/src/Model_Poly.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Model_Poly.py b/dpd/src/Model_Poly.py index 16881ad..ff15941 100644 --- a/dpd/src/Model_Poly.py +++ b/dpd/src/Model_Poly.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# DPD Calculation Engine, model implementation using polynomial +# DPD Computation Engine, model implementation using polynomial # # http://www.opendigitalradio.org # Licence: The MIT License, see notice at the end of this file |