File tree 3 files changed +2
-17
lines changed
3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,12 @@ print(w.family_name)
120
120
121
121
2 . Decomposition ({attr}` ~Wavelet.dec_len ` ) and reconstruction ({attr}` ~.Wavelet.rec_len ` ) filter lengths:
122
122
123
- <!-- # int() is for normalizing longs and ints for doctest -->
124
- <!-- TODO: FIXME: note: might not be needed anymore -->
125
-
126
123
``` {code-cell}
127
- int( w.dec_len)
124
+ w.dec_len
128
125
```
129
126
130
127
``` {code-cell}
131
- int( w.rec_len)
128
+ w.rec_len
132
129
```
133
130
134
131
3 . Orthogonality ({attr}` ~Wavelet.orthogonal ` ) and biorthogonality ({attr}` ~Wavelet.biorthogonal ` ):
Original file line number Diff line number Diff line change @@ -36,15 +36,6 @@ kernelspec:
36
36
37
37
+++
38
38
39
- <!-- not sure if this is needed anymore? -->
40
-
41
- ``` {code-cell}
42
- ---
43
- tags: [hide-input]
44
- ---
45
- from __future__ import print_function
46
- ```
47
-
48
39
# Wavelet Packets
49
40
50
41
## ` import pywt ` and construct a helper function
Original file line number Diff line number Diff line change @@ -40,10 +40,7 @@ kernelspec:
40
40
41
41
## Import pywt
42
42
43
- <!-- TODO: check if needed anymore -->
44
-
45
43
``` {code-cell}
46
- from __future__ import print_function
47
44
import pywt
48
45
import numpy
49
46
```
You can’t perform that action at this time.
0 commit comments