aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'dpd/src/const.py')
-rw-r--r--dpd/src/const.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dpd/src/const.py b/dpd/src/const.py
index daaac5d..275557e 100644
--- a/dpd/src/const.py
+++ b/dpd/src/const.py
@@ -59,3 +59,5 @@ class const:
self.MS_peak_end = self.FFT_end - 100
self.MS_FFT_size = 8192
+ self.MS_averaging_size = 4 * self.MS_FFT_size
+ self.MS_n_averaging = 40