Assume $x\in \mathbb{R}^N$ is a random variable vector (like a noise sequence). You now want to calculate the following term:
$E\{x^{T}Ax\}$, where $A$ is a constant matrix. How can this expression rewritten in terms of, for example, $E\{x^Tx\}$?
Assume $x\in \mathbb{R}^N$ is a random variable vector (like a noise sequence). You now want to calculate the following term:
$E\{x^{T}Ax\}$, where $A$ is a constant matrix. How can this expression rewritten in terms of, for example, $E\{x^Tx\}$?
I do not know if this is what you are after ... there is another answer given too, but if you know the mean and the covariance of $X$ then:
using your comment ($A=B^TB$) and assuming $EX=\mu$ and $cov(X)=\Sigma$ we may write \begin{align} EX^TAX&=E(X-\mu)^TA(X-\mu)+\mu^TA\mu\\ &=E[B(X-\mu)]^TB(X-\mu)+\mu^TA\mu\\ &=\mbox{tr} B\Sigma B^T+\mu^TA\mu\\ \end{align}
It involves covariance between the various $x_i$.
$xx^T$ is a $n\times n$ matrix. Let $C=E\{xx^T\}$.
The answer is the trace of $AC$.
If $E\{x_ix_y\}=E\{x_i\}E\{x_j\}$, so the $x_i$ are independent of each other, then the answer is $E\{x\}^TAE\{x\}$