From 39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a Mon Sep 17 00:00:00 2001 From: andreas128 Date: Mon, 25 Sep 2017 18:24:22 +0200 Subject: Add documentation to README.md --- dpd/src/Measure_Shoulders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpd/src/Measure_Shoulders.py') diff --git a/dpd/src/Measure_Shoulders.py b/dpd/src/Measure_Shoulders.py index 7a165c4..1417613 100644 --- a/dpd/src/Measure_Shoulders.py +++ b/dpd/src/Measure_Shoulders.py @@ -75,7 +75,7 @@ class Measure_Shoulder: dt = datetime.datetime.now().isoformat() fig_path = logging_path + "/" + dt + "_sync_subsample_aligned.svg" - fft = self.calc_fft_db(signal, 100) + fft = calc_fft_db(signal, 100) peak, idxs_peak = self._calc_peak(fft) shoulder, idxs_sh = self._calc_shoulder_hight(fft, self.c) -- cgit v1.2.3