StreamingWavelet
[ICML 2024] This is an implementation for Streaming Wavelet Module, which sequentially apply wavelet transform to a sequence of signal efficiently.
File Explorer
- __init__.py
- bior1_1.py
- bior1_3.py
- bior1_5.py
- bior2_2.py
- bior2_4.py
- bior2_6.py
- bior2_8.py
- bior3_1.py
- bior3_3.py
- bior3_5.py
- bior3_7.py
- bior3_9.py
- bior4_4.py
- bior5_5.py
- bior6_8.py
- coif1.py
- coif2.py
- coif3.py
- coif4.py
- coif5.py
- db10.py
- db11.py
- db12.py
- db13.py
- db14.py
- db15.py
- db16.py
- db17.py
- db18.py
- db19.py
- db2.py
- db20.py
- db3.py
- db4.py
- db5.py
- db6.py
- db7.py
- db8.py
- db9.py
- dmey.py
- haar.py
- sym10.py
- sym11.py
- sym12.py
- sym13.py
- sym14.py
- sym15.py
- sym16.py
- sym17.py
- sym18.py
- sym19.py
- sym2.py
- sym20.py
- sym3.py
- sym4.py
- sym5.py
- sym6.py
- sym7.py
- sym8.py
- sym9.py
- __init__.py
- MakeCDJVFilter.m
- MakeCDJVFilter.py
- StreamingWavelet.py
- .gitignore
- LICENSE
- README.md
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
