File: TODO

package info (click to toggle)
gsl-doc 2.3-1
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 27,748 kB
  • ctags: 15,177
  • sloc: ansic: 235,014; sh: 11,585; makefile: 925
file content (14 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- org -*-
#+CATEGORY: wavelet

* 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.