jgraving / behavelet

a wavelet transform for mapping behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex coefficients of wavelet transform

plodocus opened this issue · comments

Hi @jgraving

great toolbox, works out-of-the-box for me. I see that you're taking the magnitude of the complex coefficients from the wavelet transform in

convolved = backend.abs(convolved) # use the norm of the complex values

Would it be possible to add an option to retrieve the complex values instead? Maybe some clustering algorithms can make use of the phase as well.

Best,
Daniel