File: mra.rst

package info (click to toggle)
pywavelets 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,680 kB
  • sloc: python: 8,849; ansic: 5,134; makefile: 93
file content (43 lines) | stat: -rw-r--r-- 972 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.. _ref-mra:

.. currentmodule:: pywt

Multiresolution Analysis
------------------------

The functions in this module can be used to project a signal onto wavelet
subspaces and an approximation subspace. This is an additive decomposition such
that the sum of the coefficients equals the original signal. The projected
signal coefficients remains temporally aligned with the original, regardless
of the symmetry of the wavelet used for the analysis.

Multilevel 1D ``mra``
~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: mra

Multilevel 2D ``mra2``
~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: mra2

Multilevel n-dimensional ``mran``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: mran

Inverse Multilevel 1D ``imra``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: imra

Inverse Multilevel 2D ``imra2``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: imra2

Inverse Multilevel n-dimensional ``imran``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: imran