Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.numpy.hamming

Contents

jax.numpy.hamming#

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

Return a Hamming window of size M.

JAX implementation ofnumpy.hamming().

Parameters:

M (int) – The window size.

Returns:

An array of size M containing the Hamming window.

Return type:

Array

Examples

>>>withjnp.printoptions(precision=2,suppress=True):...print(jnp.hamming(4))[0.08 0.77 0.77 0.08]

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp