diff options
Diffstat (limited to 'dpd/src/const.py')
-rw-r--r-- | dpd/src/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/const.py b/dpd/src/const.py index 63a095b..6b0178f 100644 --- a/dpd/src/const.py +++ b/dpd/src/const.py @@ -6,7 +6,7 @@ import numpy as np class const: - def __init__(self, sample_rate): + def __init__(self, sample_rate, target_median): self.sample_rate = sample_rate # Time domain |