HannWindowΒΆ

Computes the Hann window.

Abstract Signature:

HannWindow(window_length: int, periodic: bool = True, dtype: str)

PyTorch

API: torch.hann_window
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.hanning
Strategy: Direct Mapping

NumPy

API: numpy.hanning
Strategy: Direct Mapping

TensorFlow

API: tf.signal.hann_window
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.hanning
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.hanning
Strategy: Direct Mapping