File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- xwavelet: Discrete wavelet transform with xarray
2
- ================================================
1
+ xwavelet: Continuous wavelet transform with xarray
2
+ ==================================================
3
3
4
4
|DOI | |codecov | |Code style |
5
5
6
6
**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.
8
13
9
14
A selected list of publications implementing xwavelet is:
10
15
You can’t perform that action at this time.
0 commit comments