spectrumWithFgTransform

Compute a modal autospectrum using the F-basis transform.


Declaration

 spectrum = spectrumWithFgTransform(field)

Parameters

  • field F-space field with shape [Nx Ny Nz]

Returns

  • spectrum nonnegative 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);

This site uses Just the Docs, a documentation theme for Jekyll.