Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.numpy.bartlett

Contents

jax.numpy.bartlett#

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

Return a Bartlett window of size M.

JAX implementation ofnumpy.bartlett().

Parameters:

M (int) – The window size.

Returns:

An array of size M containing the Bartlett window.

Return type:

Array

Examples

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

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp