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 32fa8e3 commit 62368c4Copy full SHA for 62368c4
lib/nx_signal/windows.ex
@@ -301,6 +301,7 @@ defmodule NxSignal.Windows do
301
otherwise produces a symmetric window. Defaults to `true`
302
* `:type` - the output type for the window. Defaults to `{:f, 32}`
303
* `: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.
305
* `:axis_name` - the axis name. Defaults to `nil`
306
307
## Examples
0 commit comments