PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

Where can i find relevant code implementation of the function named "double_downcoef_axis" #659

Closed weweus closed 3 months ago

steph2016 commented 1 year ago

hello, thanks for asking again : I can't find this information.....

mattip commented 1 year ago

It is templated via TYPE, where TYPE can be a number of float/complex float type s https://github.com/PyWavelets/pywt/blob/4591748823f2259844b6b3de0ddf60d1a85a6fa7/pywt/_extensions/c/wt.template.c#L27

rgommers commented 3 months ago

The question was answered, so I'll close this issue. Thanks all