InternalModesProjection

Project arbitrary vertical observations onto resolvable modes.


Declaration

classdef InternalModesProjection < CAAnnotatedClass

Overview

InternalModesProjection stores the weighted least-squares operator for an observation matrix \(B=H\Phi\). Unlike model transforms, an observation grid may identify a non-contiguous subset of modes. The resolution matrix

\[R = A B\]

describes how true candidate-mode coefficients appear in the recovered retained coefficients.

projection = basis.observationProjection(zObs,component="G");
etaHat = projection.project(etaObs);

Topics

Developer Topics

These items document internal implementation details and are not part of the primary public API.