From: Maxime LE COZ Date: Mon, 7 Apr 2014 08:27:45 +0000 (+0200) Subject: Typo on computeModuulation documentation X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3acb28bdcba10da6ca45ada019fe6d88bf3de3e6;p=timeside.git Typo on computeModuulation documentation --- 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.