There are two complex Gaussian distributed matrices, $\mathbf{A}\in \mathbb{C}^{L\times M}$ and $\mathbf{B}\in \mathbb{C}^{N\times M}$.
The elements of $\mathbf{A}$ and $\mathbf{B}$ are followed i.i.d. complex Gaussian distribution with mean 0 and variances $\sigma_A^2$ and $\sigma_B^2$, respectively, i.e., $a_{ij}\sim \mathcal{CN}(0,\sigma_A^2)$ and $b_{ij}\sim \mathcal{CN}(0,\sigma_B^2)$ for $\forall i,j.$
I want to find the expectation of $||\mathbf{A}\mathbf{B}^H||_F^2$.
So, how can I express the closed form of $\mathbb{E}\big[||\mathbf{A}\mathbf{B}^H||_F^2\big]$?
What is $\textbf{I}$? a matrix with all coefficients equal to $1$? What is $B^H$? Hermitian conjugate? So we are with complex Gaussian variables? What is $|AB^H|? $| A determinant? So we are in the case $L=N$?