HammingWindowΒΆ
Computes the Hamming window.
Abstract Signature:
HammingWindow(window_length: int, periodic: bool = True, alpha: float = 0.54, beta: float = 0.46, dtype: str)
Keras
API:
βStrategy: Custom / Partial
Computes the Hamming window.
Abstract Signature:
HammingWindow(window_length: int, periodic: bool = True, alpha: float = 0.54, beta: float = 0.46, dtype: str)
β