File: TODO

package info (click to toggle)
gsl-doc 1.14-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 20,420 kB
  • ctags: 11,494
  • sloc: ansic: 187,017; sh: 10,550; makefile: 715
file content (11 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
* Implement more wavelet types:
  Check the literature to find out what are commonly used types. Candidates
  could be coiflets and symmlets.
** Coefficients for coiflets and symmlets found so far are only with a
   precision of about eight digts. This is probaly insufficient.

* Wavelet packet transform:
  Should include utility functions for selecting the coefficients according
  to "dwt-type", "best basis" or "best level".

* Continuous wavelet transform.