• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. role:: hidden
2    :class: hidden-section
3
4torch.signal
5============
6.. automodule:: torch.signal
7.. currentmodule:: torch.signal
8
9The `torch.signal` module, modeled after SciPy's `signal <https://docs.scipy.org/doc/scipy/reference/signal.html>`_ module.
10
11torch.signal.windows
12--------------------
13
14.. automodule:: torch.signal.windows
15.. currentmodule:: torch.signal.windows
16
17.. autosummary::
18    :toctree: generated
19    :nosignatures:
20
21    bartlett
22    blackman
23    cosine
24    exponential
25    gaussian
26    general_cosine
27    general_hamming
28    hamming
29    hann
30    kaiser
31    nuttall
32