$f[m]$, $g[m]$, and $c[m]$ are three distinct discrete-time functions. I want to find the coefficients of $f[m]$ such that the l2-norm of error (defined as $f(m)* g(m)-c(m)$) is minimized. Is this the correct representation in the time-domain?
\begin{equation} \sum_{m=1}^N| f(m)* g(m)-c(m)|^2 \end{equation}
I want to avoid writing them in the matrix/vector form and just work in the time domain.