On Sep 8, 1:55 pm, sturlamolden <sturlamol...@yahoo.no> wrote: > On 8 Sep, 13:36, Pierre <pierre.gaill...@gmail.com> wrote: > > > anyone knows what is the python equivalent of the matlab's hanning > > function. > > > Note that in matlab hann and hanning are different. > > If you don't know how to compute a von Hann window, you are not > competent to do any scientific programming. Seriously! >
Come, come. I think it's a good rule that, where available, a vendor- supplied implementation is the preferable choice until proven otherwise. > I assume you are using NumPy and SciPy, so consider > scipy.signal.hanning for convinience. -- http://mail.python.org/mailman/listinfo/python-list