Skip to content

Commit 62368c4

Browse files
committed
Added Eps doc
1 parent 32fa8e3 commit 62368c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/nx_signal/windows.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ defmodule NxSignal.Windows do
301301
otherwise produces a symmetric window. Defaults to `true`
302302
* `:type` - the output type for the window. Defaults to `{:f, 32}`
303303
* `:beta` - Shape parameter for the window. As beta increases, the window becomes more focused in frequency domain. Defaults to 12.0.
304+
* `:eps` - Epsilon value to avoid division by zero. Defaults to 1.0e-7.
304305
* `:axis_name` - the axis name. Defaults to `nil`
305306
306307
## Examples

0 commit comments

Comments
 (0)