Consider the system:
$\dot{x}$ = Ax + Bu
y = Cx + Du
Where x contains 4 states, we have 2 inputs $u = \begin{bmatrix}u_1\\u_2\end{bmatrix}$ and A, B, C & D are known.
Now if 2 separate noise sources are added to each input the state equation can be written as:
$\dot{x}$ = Ax + Bu + N$\omega$
y = Cx + Du + E$\omega$
Where $\omega = \begin{bmatrix}\omega_1\\\omega_2\end{bmatrix}$
How can N and E be constructed assuming the noise is white noise?
If the noise is directly affecting the input then N=B because you get "the same" amount of input as noise.