From 3acb28bdcba10da6ca45ada019fe6d88bf3de3e6 Mon Sep 17 00:00:00 2001 From: Maxime LE COZ Date: Mon, 7 Apr 2014 10:27:45 +0200 Subject: [PATCH] Typo on computeModuulation documentation --- timeside/analyzer/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/analyzer/utils.py b/timeside/analyzer/utils.py index 6b03306..c49272f 100644 --- a/timeside/analyzer/utils.py +++ b/timeside/analyzer/utils.py @@ -45,7 +45,7 @@ def computeModulation(serie, wLen, withLog=True): Args : - serie : list or numpy array containing the serie. - wLen : Length of the analyzis window in samples. - - withLog : Whether compute the var() or log(var()) . + - withLog : Whether compute the var() or var(log()) . Returns : - modul : Modulation of the serie. -- 2.39.5