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 de38539 commit e72eb3fCopy full SHA for e72eb3f
lib/nx_signal/filters.ex
@@ -58,8 +58,11 @@ defmodule NxSignal.Filters do
58
Applies a Wiener filter to the given Nx tensor.
59
60
## Options
61
- * `:kernel_size` - filter size (scalar or tuple). Defaults to `3`.
62
- * `:noise` - noise power, auto-estimated if `nil`. Defaults to `nil`.
+
+ * `:kernel_size` - filter size given either a number or a tuple.
63
+ If a number is given, a kernel with the given size, and same number of axes
64
+ as the input tensor will be used. Defaults to `3`.
65
+ * `:noise` - noise power, given as a scalar. This will be estimated based on the input tensor if `nil`. Defaults to `nil`.
66
67
## Examples
68
0 commit comments