Create Wavelet API
Closed this issue · 2 comments
mandar2812 commented
Requirement
- Ability to be extensible for any mother wavelet
- Have state i.e. translation and dilation
- Must have ability to be converted to discrete computation for Digital Signal Processing
mandar2812 commented
Added basic Wavelet[I]
class; commit: 498d030
mandar2812 commented
Improved implementation of Wavelet[I]
class; commit 75a8601