adjoint edit page

Compute the adjoint SO(3)-Fourier/Wigner transform of given evaluations on specific nodes.

This method uses a inverse trivariate nfft/fft and an adjoint coefficient transform which is based on a representation property of Wigner-D functions. Hence it do not use the NFSOFT (which includes a fast polynom transform) as in the older method SO3FunHarmonic.adjointNFSOFT.

Syntax

SO3F = SO3FunHarmonic.adjoint(rot,values,'bandwidth',32,'weights',w)

Input

rot quadratureSO3Grid, rotation, orientation
values double

Output

SO3F SO3FunHarmonic

Options

bandwidth minimal harmonic degree (default: 64)
weights quadrature weights

See also

SO3FunHarmonic.quadrature SO3FunHarmonic.adjointNFSOFT