Hello
I did a simple experiment where I created a random signal x on SO(3) (I tried multiple bandwidths = 20,30,40). Then I computed the FFT using
x_fft = SO3_fft_real.apply(x)
Finally, I computed the IFFT using
x_hat = SO3_ifft_real.apply(x_fft)
I found that x and x_hat are very different from each other and appear to have no patterns that I can identify. For example, one is not a scaled version of the other.
Any help here is appreciated, It's possible I am just using the functions incorrectly.
Thanks
Suhas