hanning python
sturlamolden
sturlamolden at yahoo.no
Tue Sep 8 08:55:25 EDT 2009
On 8 Sep, 13:36, Pierre <pierre.gaill... at 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.
More information about the Python-list
mailing list