Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pywt/_swt.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def swt(data, wavelet, level=None, start_level=0, axis=-1,
If ``start_level = m`` is given, then the beginning m steps are
skipped::

[(cAm+n, cDm+n), ..., (cAm+1, cDm+1), (cAm, cDm)]
[(cAm+n, cDm+n), ..., (cAm+2, cDm+2), (cAm+1, cDm+1)]

If ``trim_approx`` is ``True``, then the output list is exactly as in
``pywt.wavedec``, where the first coefficient in the list is the
Expand Down