Skip to content

Commit 28d0e81

Browse files
author
Takaya Uchida
committed
Update Readme
1 parent febb44d commit 28d0e81

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
xwavelet: Discrete wavelet transform with xarray
2-
================================================
1+
xwavelet: Continuous wavelet transform with xarray
2+
==================================================
33

44
|DOI| |codecov| |Code style|
55

66
**xwavelet** is an open-source Python package for
7-
taking the discrete wavelet transform (DWVLT) on xarray_ and dask_ arrays.
7+
taking the continuous wavelet transform (CWT) on xarray_ and dask_ arrays.
8+
9+
While more efficient packages exist for taking the discrete wavelet transforms (DWT),
10+
DWT requires the data to be periodic.
11+
CWT negates this requirement of periodicity and allows for a localized *pseudo*-Fourier transform
12+
for inhomogeneous and anisotropic flows.
813

914
A selected list of publications implementing xwavelet is:
1015

0 commit comments

Comments
 (0)