rafat / wavelib

C Implementation of 1D and 2D Wavelet Transforms (DWT,SWT and MODWT) along with 1D Wavelet packet Transform and 1D Continuous Wavelet Transform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'upcoef' function implementation in c

khalidsgh opened this issue · comments

Please is it possible to have the same 'upcoef' function implemented in your C library as in the Python library?

Function link: https://pywavelets.readthedocs.io/en/latest/ref/idwt-inverse-discrete-wavelet-transform.html#pywt.upcoef

Thank you in advance.