Lets say we have a known Impulse response $h[k]$ of a digital filter (e.g. IIR filter) where k is from 0 to $\infty$. Additonally, we have an infinite table of noise data $n[k]$ from which we know that this noise is white. What is the Signal-to-Noise Ratio (SNR) if I define it liked this:
$$ \textrm{SNR}=\frac{\sqrt{E[((h \star n)[k]/\textrm{gain})^2]}}{\sqrt{E[n[k]^2]}} $$ where $\textrm{gain}=\textrm{const}$ is the gain of the digital filter and $E$ the mean value?
Sure, I could generate a long data table $n[k]$ and calculate it numerically, but I want a analytical solution for it.