We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae270b commit 374ca20Copy full SHA for 374ca20
1 file changed
pywt/_multilevel.py
@@ -933,6 +933,7 @@ def wavedecn_size(shapes):
933
934
Examples
935
--------
936
+ >>> import numpy as np
937
>>> import pywt
938
>>> data_shape = (64, 32)
939
>>> shapes = pywt.wavedecn_shapes(data_shape, 'db2', mode='periodization')
0 commit comments