torch.signal¶
The torch.signal module, modeled after SciPy’s signal module.
torch.signal.windows¶
Computes the Bartlett window. |
|
Computes the Blackman window. |
|
Computes a window with a simple cosine waveform, following the same implementation as SciPy. |
|
Computes a window with an exponential waveform. |
|
Computes a window with a gaussian waveform. |
|
Computes the general cosine window. |
|
Computes the general Hamming window. |
|
Computes the Hamming window. |
|
Computes the Hann window. |
|
Computes the Kaiser window. |
|
Computes the minimum 4-term Blackman-Harris window according to Nuttall. |