mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Relates to #85366 - For reference follow #87082. Pull Request resolved: https://github.com/pytorch/pytorch/pull/87330 Approved by: https://github.com/lezcano, https://github.com/mruberry
25 lines
491 B
ReStructuredText
25 lines
491 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:
|
|
|
|
cosine
|
|
exponential
|
|
gaussian
|
|
kaiser
|