File tree 2 files changed +2
-2
lines changed
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:
433
433
434
434
The weights used in the window are specified by the ``win_type `` keyword.
435
435
The 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 > `__:
437
437
438
438
* ``boxcar ``
439
439
* ``triang ``
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ class Window(_Window):
940
940
941
941
If ``win_type=None`` all points are evenly weighted. To learn more about
942
942
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 >`__.
944
944
945
945
Certain window types require additional parameters to be passed. Please see
946
946
the third example below on how to add the additional parameters.
You can’t perform that action at this time.
0 commit comments