File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ .. _ref-modes :
2
+
3
+ .. currentmodule :: ptwt.constants
4
+
5
+ Boundary handling modes
6
+ =======================
7
+
8
+ As is typical the algorithms in this toolbox are designed to be applied to signals of finite size.
9
+
10
+ .. TODO: Add explanation page on signal extension / boundary wavelets
11
+
12
+
13
+ Signal extension via padding
14
+ ----------------------------
15
+
16
+ .. _`modes.padding` :
17
+
18
+ .. autodata :: BoundaryMode
19
+
20
+
21
+ Boundary wavelets
22
+ -----------------
23
+
24
+ .. _`modes.boundary wavelets` :
25
+
26
+ .. autodata :: ExtendedBoundaryMode
27
+
28
+ .. autodata :: PaddingMode
29
+
30
+ .. autodata :: OrthogonalizeMethod
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The ptwt package -- API reference
5
5
:maxdepth: 2
6
6
7
7
return-types
8
+ boundary
8
9
conv-fwt
9
10
conv-inverse-fwt
10
11
matrix-fwt
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ class MatrixWavedec(BaseMatrixWaveDec):
170
170
sparse transformation matrix and the input signal.
171
171
This transform uses boundary wavelets instead of padding to
172
172
handle the signal boundaries, see the
173
- :ref:`boundary wavelet docs <subsec- boundary-wavelet >`.
173
+ :ref:`boundary wavelet docs <modes. boundary wavelets >`.
174
174
175
175
Note:
176
176
Constructing the sparse FWT matrix can be expensive.
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ class MatrixWavedec2(BaseMatrixWaveDec):
233
233
sparse transformation matrix and the input signal.
234
234
This transform uses boundary wavelets instead of padding to
235
235
handle the signal boundaries, see the
236
- :ref:`boundary wavelet docs <subsec- boundary-wavelet >`.
236
+ :ref:`boundary wavelet docs <modes. boundary wavelets >`.
237
237
238
238
Note:
239
239
Constructing the sparse FWT matrix is expensive.
You can’t perform that action at this time.
0 commit comments