spectrumWithFgTransform
Compute a modal autospectrum using the F-basis transform.
Declaration
spectrum = spectrumWithFgTransform(field)
Parameters
fieldF-space field with shape[Nx Ny Nz]
Returns
spectrumnonnegative autospectrum with shape[Nj Nkl]
Discussion
Compute a modal autospectrum using the F-basis transform.
The method transforms a gridded F-space field and applies the horizontal Hermitian and vertical normalization factors so summing the result recovers the corresponding quadratic integral.
spectrum = wvt.spectrumWithFgTransform(u);