File: README.txt

package info (click to toggle)
pywavelets 0.1.7~svn97-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,408 kB
  • ctags: 1,492
  • sloc: ansic: 3,375; python: 1,910; makefile: 44
file content (72 lines) | stat: -rw-r--r-- 1,614 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
PyWavelets Intro
----------------

PyWavelets is a Python wavelet transforms module that can perform:

  * Discrete Wavelet Transform (1D and 2D)
  * Inverse Discrete Wavelet Transform (1D and 2D)
  * Stationary Wavelet Transform
  * Wavelet Packets decomposition and reconstruction


Download
--------

This package can be downloaded from Cheese Shop repository:

    http://cheeseshop.python.org/pypi/PyWavelets

Latest development version is available from SVN source code repository:

    ``svn co http://wavelets.scipy.org/svn/multiresolution/pywt/trunk pywt``


Install
-------

The most convenient way to install PyWavelets is to use Easy Install
packet manager, which will connect to Cheese Shop repository and
automatically download PyWavelets::

    easy_install PyWavelets

If you want to build and install the project from source code there
are two possibilities:

  * using setuptools Eggs system::
  
      python setupegg.py install 

  * or with standard distutils manager::
  
      python setup.py install

.. note::

    If you want to install PyWavelets from SVN repository source code
    or made changes to the Pyrex wrapper code you need an updated version
    of Pyrex from http://codespeak.net/svn/lxml/pyrex/ in order to
    rebuild the project.


Documentation
-------------

Documentation is available in `doc` directory as well as
online at 

  http://www.pybytes.com/pywavelets/

Project wiki and trac system are located at

  http://wavelets.scipy.org/

For examples see `demo` and `tests` directories.


License
-------

PyWavelets is distributed under MIT license (see COPYING).