]> git.parisson.com Git - timeside.git/commitdiff
Typo on computeModuulation documentation
authorMaxime LE COZ <lecoz@irit.fr>
Mon, 7 Apr 2014 08:27:45 +0000 (10:27 +0200)
committerMaxime LE COZ <lecoz@irit.fr>
Mon, 7 Apr 2014 08:27:45 +0000 (10:27 +0200)
timeside/analyzer/utils.py

index 6b033068ce7fa2d5a5f885dd3a70bdb1310e0e85..c49272fa1530de2a1fee7c4fca61ed1f28e8ecd2 100644 (file)
@@ -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.