observationProjection
Build a vertical projection for an arbitrary observation grid.
Declaration
projection = observationProjection(self,observation,options)
Parameters
selfInternalModesBasis instanceobservationobservation depths or explicit observation matrixoptions.component"F"or"G"options.nModesnumber of candidate modesoptions.weightsobservation weightsoptions.rankTolerancerelative QR pivot toleranceoptions.maxConditionNumberretained Gram condition-number limit
Returns
projectionInternalModesProjection for the observation operator
Discussion
The observation problem uses the sampled matrix \(B=H\Phi\), where \(H\) is either a point-sampling grid or an explicit observation operator and \(\Phi\) is the inverse mode matrix. Rank-revealing QR selects a resolvable, possibly non-contiguous set of modes.