torch.signal
Created On: Oct 14, 2022 | Last Updated On: Jun 18, 2025
The torch.signal module, modeled after SciPy’s signalmodule.
torch.signal.windows
bartlett
| Computes the Bartlett window. |
blackman
| Computes the Blackman window. |
cosine
| Computes a window with a simple cosine waveform, following the same implementation as SciPy. |
exponential
| Computes a window with an exponential waveform. |
gaussian
| Computes a window with a gaussian waveform. |
general_cosine
| Computes the general cosine window. |
general_hamming
| Computes the general Hamming window. |
hamming
| Computes the Hamming window. |
hann
| Computes the Hann window. |
kaiser
| Computes the Kaiser window. |
nuttall
| Computes the minimum 4-term Blackman-Harris window according to Nuttall. |