diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-19 22:22:10 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-19 22:22:10 +0800 |
commit | de6c07ae27b42465fa6886142486e3c72771b644 (patch) | |
tree | f34623f6ae65d4ecb0a205c4203485532d457b37 /math/xwpl/pkg-descr | |
parent | 6dd96fdd8556165188fa81b197b26692ab8a0a02 (diff) | |
download | freebsd-ports-gnome-de6c07ae27b42465fa6886142486e3c72771b644.tar.gz freebsd-ports-gnome-de6c07ae27b42465fa6886142486e3c72771b644.tar.zst freebsd-ports-gnome-de6c07ae27b42465fa6886142486e3c72771b644.zip |
Initial import of xwpl 1.3
XWPL is an X based tool to examine one-dimensional real-valued signals using
wavelets and wavelet packets. It has been designed to be as easy to use as
possible for beginners. It is intended more as an educational and exploratory
tool than as a numerical analysis program, even though it uses fast, optimized
wavelet and wavelet packet transforms.
PR: ports/5312
Submitted by: giffunip@asme.org
Diffstat (limited to 'math/xwpl/pkg-descr')
-rw-r--r-- | math/xwpl/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/xwpl/pkg-descr b/math/xwpl/pkg-descr new file mode 100644 index 000000000000..fbdf2d639709 --- /dev/null +++ b/math/xwpl/pkg-descr @@ -0,0 +1,13 @@ +XWPL is an X based tool to examine one-dimensional real-valued signals using +wavelets and wavelet packets. It has been designed to be as easy to use as +possible for beginners. It is intended more as an educational and exploratory +tool than as a numerical analysis program, even though it uses fast, optimized +wavelet and wavelet packet transforms. + +In short, wavelets are a way to analyze a signal using base functions which +are localized both in time (as diracs, but unlike sine waves), and in +frequency (as sine waves, but unlike diracs). They can be used for efficient +numerical algorithms and many DSP or compression applications. + +The mathematical theory behind wavelets (and other related transforms) is +given in the appendix of the XWPL reference manual. |