[Scipy-svn] r5487 - trunk/scipy/fftpack

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 18 06:25:56 EST 2009


Author: cdavid
Date: 2009-01-18 05:25:49 -0600 (Sun, 18 Jan 2009)
New Revision: 5487

Modified:
   trunk/scipy/fftpack/realtransforms.py
Log:
Document normalization modes for dct II and III.

Modified: trunk/scipy/fftpack/realtransforms.py
===================================================================
--- trunk/scipy/fftpack/realtransforms.py	2009-01-18 11:25:34 UTC (rev 5486)
+++ trunk/scipy/fftpack/realtransforms.py	2009-01-18 11:25:49 UTC (rev 5487)
@@ -47,6 +47,8 @@
         Length of the transform.
     axis : int, optional
         axis over which to compute the transform.
+    norm : {None, 'ortho'}
+        normalization mode (see Notes).
 
     Returns
     -------
@@ -92,6 +94,8 @@
         Length of the transform.
     axis : int, optional
         axis over which to compute the transform.
+    norm : {None, 'ortho'}
+        normalization mode (see Notes).
 
     Returns
     -------




More information about the Scipy-svn mailing list