[SciPy-dev] DCT naming conventions ?

Scott David Daniels Scott.Daniels at Acm.Org
Mon Jan 19 16:00:56 EST 2009


David Cournapeau wrote:
> ...  def dct(x, type=2, n=None, axis=-1, norm=None):
maybe this is bike-shedding, but wouldn't
     def dct(x, type=2, n=None, axis=-1, normalize=False)
Where any false means no normalization and any true means do ortho
normalization?  Or do you forsee non-ortho normalizations being
implemented?

--Scott David Daniels
Scott.Daniels at Acm.Org




More information about the SciPy-Dev mailing list