Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
docs(propagate_DWT): extend module description
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrub committed Jun 12, 2020
1 parent 8331b57 commit a007797
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions PyDynamic/uncertainty/propagate_DWT.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
The :mod:`PyDynamic.uncertainty.propagate_DWT` module implements methods for
the propagation of uncertainties in the application of the discrete wavelet
transform (DWT).
This modules contains the following functions:
* :func:`dwt`: single level DWT
* :func:`wave_dec`: wavelet decomposition / multi level DWT
* :func:`wave_dec_realtime"`: multi level DWT
* :func:`idwt`: single level inverse DWT
* :func:`wave_rec`: wavelet reconstruction / multi level inverse DWT
* :func:`filter_desig`: provide common wavelet filters (via :py:mod:`PyWavelets`)
"""

import pywt
Expand Down

0 comments on commit a007797

Please sign in to comment.