pytorch/docs/source/signal.rst
Alvaro Gaona abb446af8c Implement old windows in Python (#87082)
Relates to #85366

- Bartlett, Blackman, Hamming, Hann.
- Except Kaiser which will be in a different PR

Pull Request resolved: https://github.com/pytorch/pytorch/pull/87082
Approved by: https://github.com/mruberry, https://github.com/lezcano
2022-11-25 11:09:28 +00:00

31 lines
577 B
ReStructuredText

.. role:: hidden
:class: hidden-section
torch.signal
============
.. automodule:: torch.signal
.. currentmodule:: torch.signal
The `torch.signal` module, modeled after SciPy's `signal <https://docs.scipy.org/doc/scipy/reference/signal.html>`_ module.
torch.signal.windows
--------------------
.. automodule:: torch.signal.windows
.. currentmodule:: torch.signal.windows
.. autosummary::
:toctree: generated
:nosignatures:
bartlett
blackman
cosine
exponential
gaussian
general_cosine
general_hamming
hamming
hann
kaiser