Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.numpy.blackman

Contents

jax.numpy.blackman#

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

Return a Blackman window of size M.

JAX implementation ofnumpy.blackman().

Parameters:

M (int) – The window size.

Returns:

An array of size M containing the Blackman window.

Return type:

Array

Examples

>>>withjnp.printoptions(precision=2,suppress=True):...print(jnp.blackman(4))[-0.    0.63  0.63 -0.  ]

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp