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!

I assume you are using NumPy and SciPy, so consider
scipy.signal.hanning for convinience.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to