Given a sinusoid $x(t)=A\cos(t+\theta)$, I can estimate the amplitude $A$ if I take two samples separated by $\frac{\pi}{2}$. If $X_1=x(0+\theta)$ and $X_2=x(\pi/2+\theta)$. Then, $A$ can be estimated from $X_1^2+X_2^2$.
However, I am taking samples separated by a different (but known) angle $\phi$. The samples are
$X_1=x(0+\theta)$ and $X_2=x(\phi+\theta)$
Can I estimate $A$ from these two sample?