summaryrefslogtreecommitdiffstats
path: root/dpd/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-09-30 14:56:02 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-09-30 14:56:02 +0200
commite7a8f13d63ef2733a61960899d6b8b1b4a16d963 (patch)
treef42ff70e4128d9ee0c474e7f7c282ac2c251ae03 /dpd/src
parentcab4d50a79bf052aa7f9b25e2204ef69fa1cf6e8 (diff)
downloaddabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.tar.gz
dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.tar.bz2
dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.zip
Make DPDCE naming consistent
Diffstat (limited to 'dpd/src')
-rw-r--r--dpd/src/Adapt.py2
-rw-r--r--dpd/src/Const.py2
-rw-r--r--dpd/src/Dab_Util.py2
-rw-r--r--dpd/src/ExtractStatistic.py2
-rw-r--r--dpd/src/Heuristics.py2
-rw-r--r--dpd/src/MER.py2
-rw-r--r--dpd/src/Measure.py2
-rw-r--r--dpd/src/Measure_Shoulders.py2
-rw-r--r--dpd/src/Model_AM.py2
-rw-r--r--dpd/src/Model_Lut.py2
-rw-r--r--dpd/src/Model_PM.py2
-rw-r--r--dpd/src/Model_Poly.py2
-rw-r--r--dpd/src/Symbol_align.py2
-rw-r--r--dpd/src/TX_Agc.py2
-rw-r--r--dpd/src/phase_align.py2
-rwxr-xr-xdpd/src/subsample_align.py2
16 files changed, 16 insertions, 16 deletions
diff --git a/dpd/src/Adapt.py b/dpd/src/Adapt.py
index 1ab7710..f7b4eb4 100644
--- a/dpd/src/Adapt.py
+++ b/dpd/src/Adapt.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine: updates ODR-DabMod's settings
+# DPD Computation Engine: updates ODR-DabMod's settings
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/Const.py b/dpd/src/Const.py
index 701ef8a..6c9bafa 100644
--- a/dpd/src/Const.py
+++ b/dpd/src/Const.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, constants.
+# DPD Computation Engine, constants.
#
# Source for DAB standard: etsi_EN_300_401_v010401p p145
#
diff --git a/dpd/src/Dab_Util.py b/dpd/src/Dab_Util.py
index 27a31ef..2021f38 100644
--- a/dpd/src/Dab_Util.py
+++ b/dpd/src/Dab_Util.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, utilities for working with DAB signals.
+# DPD Computation Engine, utilities for working with DAB signals.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/ExtractStatistic.py b/dpd/src/ExtractStatistic.py
index 8ea849b..d27cd77 100644
--- a/dpd/src/ExtractStatistic.py
+++ b/dpd/src/ExtractStatistic.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine,
+# DPD Computation Engine,
# Extract statistic from received TX and RX data to use in Model
#
# http://www.opendigitalradio.org
diff --git a/dpd/src/Heuristics.py b/dpd/src/Heuristics.py
index 51e221f..21d400b 100644
--- a/dpd/src/Heuristics.py
+++ b/dpd/src/Heuristics.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, heuristics we use to tune the parameters.
+# DPD Computation Engine, heuristics we use to tune the parameters.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/MER.py b/dpd/src/MER.py
index 0f169a7..f186261 100644
--- a/dpd/src/MER.py
+++ b/dpd/src/MER.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, Modulation Error Rate.
+# DPD Computation Engine, Modulation Error Rate.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/Measure.py b/dpd/src/Measure.py
index d485a86..5d0da65 100644
--- a/dpd/src/Measure.py
+++ b/dpd/src/Measure.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, Measure signal using ODR-DabMod's
+# DPD Computation Engine, Measure signal using ODR-DabMod's
# DPD Server.
#
# http://www.opendigitalradio.org
diff --git a/dpd/src/Measure_Shoulders.py b/dpd/src/Measure_Shoulders.py
index fec39be..c733dfd 100644
--- a/dpd/src/Measure_Shoulders.py
+++ b/dpd/src/Measure_Shoulders.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, calculate peak to shoulder difference.
+# DPD Computation Engine, calculate peak to shoulder difference.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/Model_AM.py b/dpd/src/Model_AM.py
index a40f421..d7e880c 100644
--- a/dpd/src/Model_AM.py
+++ b/dpd/src/Model_AM.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, model implementation for Amplitude and not Phase
+# DPD Computation Engine, model implementation for Amplitude and not Phase
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/Model_Lut.py b/dpd/src/Model_Lut.py
index d0f15df..6d4db52 100644
--- a/dpd/src/Model_Lut.py
+++ b/dpd/src/Model_Lut.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
diff --git a/dpd/src/Model_PM.py b/dpd/src/Model_PM.py
index b0c7ae2..d4f8c00 100644
--- a/dpd/src/Model_PM.py
+++ b/dpd/src/Model_PM.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, model implementation for Amplitude and not Phase
+# DPD Computation Engine, model implementation for Amplitude and not Phase
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
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
diff --git a/dpd/src/Symbol_align.py b/dpd/src/Symbol_align.py
index 4ea79c5..d921f25 100644
--- a/dpd/src/Symbol_align.py
+++ b/dpd/src/Symbol_align.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, Modulation Error Rate.
+# DPD Computation Engine, Modulation Error Rate.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/TX_Agc.py b/dpd/src/TX_Agc.py
index 857ae06..3c804fa 100644
--- a/dpd/src/TX_Agc.py
+++ b/dpd/src/TX_Agc.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, Automatic Gain Control.
+# DPD Computation Engine, Automatic Gain Control.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/phase_align.py b/dpd/src/phase_align.py
index 0d662ec..68c216d 100644
--- a/dpd/src/phase_align.py
+++ b/dpd/src/phase_align.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, phase-align a signal against a reference.
+# DPD Computation Engine, phase-align a signal against a reference.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file
diff --git a/dpd/src/subsample_align.py b/dpd/src/subsample_align.py
index 0c98e50..68f3591 100755
--- a/dpd/src/subsample_align.py
+++ b/dpd/src/subsample_align.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# DPD Calculation Engine, utility to do subsample alignment.
+# DPD Computation Engine, utility to do subsample alignment.
#
# http://www.opendigitalradio.org
# Licence: The MIT License, see notice at the end of this file