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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For Wavelets with pywt backend, the complex numbers are supported while the current implementation is performing twice the same decomposition (real and imag part) this could be removed for pywt backend making the transforms twice faster
Describe the solution you'd like
Checking the backend of the transforms and to leave complex value numbers for ISAP transforms
Is your feature request related to a problem? Please describe.
For Wavelets with pywt backend, the complex numbers are supported while the current implementation is performing twice the same decomposition (real and imag part) this could be removed for pywt backend making the transforms twice faster
Describe the solution you'd like
Checking the backend of the transforms and to leave complex value numbers for ISAP transforms
This holds for both analysis and synthesis
Are you planning to submit a Pull Request?
The text was updated successfully, but these errors were encountered: