File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -922,15 +922,18 @@ class Window(_Window):
922
922
* ``blackmanharris``
923
923
* ``nuttall``
924
924
* ``barthann``
925
- * ``kaiser`` (needs beta in operation argument )
926
- * ``gaussian`` (needs std in operation argument )
927
- * ``general_gaussian`` (needs power, width in operation argument )
928
- * ``slepian`` (needs width in operation argument )
929
- * ``exponential`` (needs tau in operation argument ), center is set to None.
925
+ * ``kaiser`` (needs parameter: beta )
926
+ * ``gaussian`` (needs parameter: std )
927
+ * ``general_gaussian`` (needs parameters: power, width)
928
+ * ``slepian`` (needs parameter: width )
929
+ * ``exponential`` (needs parameter: tau ), center is set to None.
930
930
931
931
If ``win_type=None`` all points are evenly weighted. To learn more about
932
932
different window types see `scipy.signal window functions
933
933
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__.
934
+
935
+ Certain window types require a scale parameter to be passed. Please see the third example below
936
+ on how to add the additional parameters.
934
937
935
938
Examples
936
939
--------
You can’t perform that action at this time.
0 commit comments