%moment this
function computes a distribution consisting of
%size(TrigonometricMoments,1) Dirac-delta distributions which describes this
%measurement correctly.
%\return
Phase holds phases in radians (zero to two pi) and
Weight holds
% corresponding weights. Both arrays have the same length as the given
% vector. Each entry describes one Dirac-delta.
% Construct the
Toeplitz matrix and extract the eigenvector for the smallest
% eigenvalue
Toeplitz=toeplitz([0.0;TrigonometricMoments]')
Toeplitz
Definition: GetMaximumEntropySpectralEstimate.m:9
def GetPisarenkoEstimate(TrigonometricMoments)
Given a vector of trigonometric moments without (!) a zeroth moment this function computes a distribu...
Definition: Reconstruction.py:46
Phase
Definition: GetPisarenkoEstimate.m:23
function[Phase, Weight]
Definition: GetPisarenkoEstimate.m:1
Weight
Definition: GetPisarenkoEstimate.m:20