I would like to decompose the matrix, \begin{equation*} \mathbf{C}=\sigma_w^2 \begin{bmatrix} f_2^2&f_1f_2&0\\[10pt] f_1f_2&f_1^2+f_2^2&f_1f_2\\[10pt] 0&f_1f_2&f_1^2 \end{bmatrix} \end{equation*} into, $$\mathbf{C}=\mathbf{f}.\mathbf{f}^T\sigma_w^2$$
Is there a technique to solve for $\mathbf{f}$?
Since the determinant of
$\mathbf{C}=\sigma_w^2 \begin{bmatrix} f_2^2&f_1f_2&0\\[10pt] f_1f_2&f_1^2+f_2^2&f_1f_2\\[10pt] 0&f_1f_2&f_1^2 \end{bmatrix} $
is null, the determinant of $\mathbf{f}$ must also be null.
Therefore,
$\mathbf{f}=\begin{bmatrix} f_2&0&0\\[10pt] f_1&f_2&0\\[10pt] 0&f_1&0 \end{bmatrix}$.