diff options
author | andreas128 <Andreas> | 2017-09-25 10:24:19 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-25 10:24:19 +0200 |
commit | e013b7ea68619d4d62e05407c86f594d71873898 (patch) | |
tree | 5d44c73271e2e2568da3a1ba01e06779d400f030 /dpd/src/const.py | |
parent | 654fdae3fcf0276d93abc442588120268c3f0aef (diff) | |
download | dabmod-e013b7ea68619d4d62e05407c86f594d71873898.tar.gz dabmod-e013b7ea68619d4d62e05407c86f594d71873898.tar.bz2 dabmod-e013b7ea68619d4d62e05407c86f594d71873898.zip |
Use const.py as storage for sample rate
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 |