We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6225f64 commit bf5f8bbCopy full SHA for bf5f8bb
torch/signal/windows/windows.py
@@ -43,7 +43,7 @@ def exponential(window_length: int,
43
layout: _layout = torch.strided,
44
device: _device = None,
45
requires_grad: bool = False) -> Tensor:
46
- r"""Computes a window with an exponential form.
+ r"""Computes a window with an exponential waveform.
47
Also known as Poisson window.
48
49
The exponential window is defined as follows:
0 commit comments