Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.numpy.hanning

Contents

jax.numpy.hanning#

jax.numpy.hanning(M)[source]#

Return a Hanning window of size M.

JAX implementation ofnumpy.hanning().

Parameters:

M (int) – The window size.

Returns:

An array of size M containing the Hanning window.

Return type:

Array

Examples

>>>withjnp.printoptions(precision=2,suppress=True):...print(jnp.hanning(4))[0.   0.75 0.75 0.  ]

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp