MATLAB codes implementing the generalized cross-wavelet transform (GXWT) algorithm described in the paper "Analyzing multidimensional movement interaction with generalized cross-wavelet transform" (Toiviainen & Hartmann, 2021)
MATLAB codes implementing the generalized cross-wavelet transform (GXWT) algorithm described in the paper "Analyzing multidimensional movement interaction with generalized cross-wavelet transform" (Toiviainen & Hartmann, 2021). Basic workflow for multivariate (time by channel) signals d1 and d2: [w1,f] = cwtensor(d1,FS,MINF,MAXF); [w2,f] = cwtensor(d2,FS,MINF,MAXF); [xs p1 p2] = getxwt(w1,w2); NOTE: cwtensor.m requires the Wavelet Toolbox for MATLAB.