File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ The following methods are available:
433433
434434The weights used in the window are specified by the ``win_type `` keyword.
435435The list of recognized types are the `scipy.signal window functions
436- <https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions > `__:
436+ <https://docs.scipy.org/doc/scipy/reference/signal.windows. html#module-scipy.signal.windows > `__:
437437
438438* ``boxcar ``
439439* ``triang ``
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ class Window(_Window):
940940
941941 If ``win_type=None`` all points are evenly weighted. To learn more about
942942 different window types see `scipy.signal window functions
943- <https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions >`__.
943+ <https://docs.scipy.org/doc/scipy/reference/signal.windows. html#module-scipy.signal.windows >`__.
944944
945945 Certain window types require additional parameters to be passed. Please see
946946 the third example below on how to add the additional parameters.
You can’t perform that action at this time.
0 commit comments