I want to use Prony's method to fit a signal given by the sum of $p$ complex exponentials
$x[n]=\displaystyle{\sum_{k=1}^p} A_k{\rm e}^{\,{\rm j}\theta_k} {\rm e}^{2\pi\, {\rm j} f_k (n-1)}$.
The problem is that Prony's standard formulation (Hildebrand, Introduction to Numerical Analysis, pp. 378-382) assumes that all the samples $x[n]$ with $n=1,\ldots,N$ are available, however in some applications $x[1]$ can't be measured. It seems that in this case Prony's method can't be applied. Am I missing something?