The Wayback Machine - https://web.archive.org/web/20220311081007/https://github.com/topics/wavelets
Here are
67 public repositories
matching this topic...
PyWavelets - Wavelet Transforms in Python
Updated
Mar 3, 2022
Python
Wavelet scattering transforms in Python with GPU acceleration
Updated
Mar 5, 2022
Python
The GoPro® CineForm video codec SDK.
PyTorch implementation of the wavelet analysis from Torrence & Compo (1998)
Updated
Feb 3, 2022
Python
C Implementation of 1D and 2D Wavelet Transforms (DWT,SWT and MODWT) along with 1D Wavelet packet Transform and 1D Continuous Wavelet Transform.
.NET DSP library with a lot of audio processing functions
[CVPR 2021] Monocular depth estimation using wavelets for efficiency
Updated
Dec 31, 2021
Jupyter Notebook
General Purpose Raw image format
TensorFlow implementation of descrete wavelets transforms
Updated
Nov 5, 2020
Python
Differentiable and GPU enabled fast wavelet transforms in PyTorch
Updated
Mar 10, 2022
Python
Functional models and algorithms for sparse signal processing
Updated
Dec 9, 2021
Jupyter Notebook
Adaptive, interpretable wavelets across domains (NeurIPS 2021)
Updated
Jan 30, 2022
Jupyter Notebook
Python implementation of papers on emergency vehicle detection using audio signals
Updated
Jun 27, 2019
Jupyter Notebook
Arrhythmia Classification through Characteristics Extraction with Discrete Wavelet Transform & WEKA/MATLAB Supervised Training
Arrhythmia Classification through Characteristics Extraction with Discrete Wavelet Transform & Machine Learning
Useful tools for periodicity analysis in time series data.
Updated
Oct 19, 2021
Python
Multiwavelets-based operator model
Updated
Feb 16, 2022
Python
Fast Bayesian Hidden Markov Model with Wavelet Compression
PyTorch implementation of the paper: 'Neural Network compression via learnable wavelet transforms', International Conference on Artificial Neural Networks (ICANN) 2020.
Updated
Sep 20, 2021
Python
Machine learning for Anonymous detection of an alcoholic by EEG signals
Updated
Sep 16, 2021
Python
EKG Analysis code for the MI3 intern group at CHOC Children's
Updated
Feb 10, 2019
Python
Analysis of various climatological times series using Continuous Wavelets Transform
Updated
Jan 4, 2018
Jupyter Notebook
A Discrete Wavelet Transform (DWT) library for the web.
Updated
Jan 30, 2022
TypeScript
A simple and easy implementation of Wavelet Transform
Updated
Jan 14, 2021
Python
wide array of continuous wavelet transforms using Julia
Updated
Jan 13, 2022
Julia
A bunch of experiments using Bark and Mel scales, wavelets and paraconsistent feature engineering in order to find the best methods to classify spoofed and genuine speaker audios
A re-implementation of the Wavelets package using Cython to improve the speed.
Updated
Jan 17, 2021
Python
Wavelets with adaptive recursive partitioning
Improve this page
Add a description, image, and links to the
wavelets
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
wavelets
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now the normalisation for the wavelets is done completely off-line, hard saved in a file.
It could be done at init (or build) time of the
WavAnalysis
layer, by doing the same operation carried out in the notebook.