Package: dualtrees 0.1.5
dualtrees: Decimated and Undecimated 2D Complex Dual-Tree Wavelet Transform
An implementation of the decimated two-dimensional complex dual-tree wavelet transform as described in Kingsbury (1999) <doi:10.1098/rsta.1999.0447> and Selesnick et al. (2005) <doi:10.1109/MSP.2005.1550194>. Also includes the undecimated version and spectral bias correction described in Nelson et al. (2018) <doi:10.1007/s11222-017-9784-0>. The code is partly based on the 'dtcwt' Python library.
Authors:
dualtrees_0.1.5.tar.gz
dualtrees_0.1.5.zip(r-4.5)dualtrees_0.1.5.zip(r-4.4)dualtrees_0.1.5.zip(r-4.3)
dualtrees_0.1.5.tgz(r-4.4-x86_64)dualtrees_0.1.5.tgz(r-4.4-arm64)dualtrees_0.1.5.tgz(r-4.3-x86_64)dualtrees_0.1.5.tgz(r-4.3-arm64)
dualtrees_0.1.5.tar.gz(r-4.5-noble)dualtrees_0.1.5.tar.gz(r-4.4-noble)
dualtrees_0.1.5.tgz(r-4.4-emscripten)dualtrees_0.1.5.tgz(r-4.3-emscripten)
dualtrees.pdf |dualtrees.html✨
dualtrees/json (API)
# Install 'dualtrees' in R: |
install.packages('dualtrees', repos = c('https://s6sebusc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s6sebusc/dualtrees/issues
- A_b - Bias correction matrices
- A_b_bp - Bias correction matrices
- blossom - Two meteorologists in front of cherry blossoms
- near_sym_b - Filterbanks for the dtcwt
- near_sym_b_bp - Filterbanks for the dtcwt
- qshift_b - Filterbanks for the dtcwt
- qshift_b_bp - Filterbanks for the dtcwt
Last updated 1 years agofrom:a3f830ba9b. Checks:OK: 1 WARNING: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win-x86_64 | WARNING | Nov 03 2024 |
R-4.5-linux-x86_64 | WARNING | Nov 03 2024 |
R-4.4-win-x86_64 | WARNING | Nov 03 2024 |
R-4.4-mac-x86_64 | WARNING | Nov 03 2024 |
R-4.4-mac-aarch64 | WARNING | Nov 03 2024 |
R-4.3-win-x86_64 | WARNING | Nov 03 2024 |
R-4.3-mac-x86_64 | WARNING | Nov 03 2024 |
R-4.3-mac-aarch64 | WARNING | Nov 03 2024 |
Exports:cen2uvcen2xydt2cendtcwtdtmeanfld2dtget_enidtcwtpadperiod_bcput_in_mirrorsmooth_bordersuvplotxy2cen
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Bias correction matrices | A A_b A_b_bp |
Two meteorologists in front of cherry blossoms | blossom |
Various boundary conditions for the 2D wavelet transform. | boundaries pad period_bc put_in_mirror |
xy <-> cen | cen2xy cen_xy xy2cen |
centre to vector | cen2uv |
centre of the DT-spectrum | dt2cen |
spatial mean spectrum | dtmean |
The 2D forward and inverse dualtree complex wavelet transform | dtcwt dualtree-transform idtcwt |
filterbanks for the dtcwt | filterbanks near_sym_b near_sym_b_bp qshift_b qshift_b_bp |
transform a field into an array of spectral energies | fld2dt |
get energy from the dualtree transform | get_en |
smoother borders | smooth_borders |
plot centre as vectors | uvplot |