Problem: Consider a wide sense stationary stochastic process $X(t)$, with zero mean and auto correlation function $R_X(\tau)$. Consider its transformation by a linear time invariant derivative filter, which is the first derivative of $X(t)$, that is $Y(t)=X'(t)=\dfrac{\mathrm dX(t)}{\mathrm dt}$. Verify that the frequency response function of the associated linear invariant system in time is given by $H(w)=iw$($i$ is the imaginary unit).
Attempted solution: The inverse transform of $H(w)$ is given by $$h(t)=\mathscr{F}^{-1}(H(w))=-\sqrt{2\pi}\delta(t),$$ so given the fact we have a linear system: $$Y(t)=X(t)\ast h(t)=\int_{-\infty}^{\infty}X(\lambda)h(t-\lambda)\,\mathrm d\lambda=-\sqrt{2\pi}\int_{-\infty}^{\infty}X(\lambda)\delta(t-\lambda)\,\mathrm d\lambda.$$ However I have no idea on how this is going to yield me $\dfrac{\mathrm dX(t)}{\mathrm dt}$. I guess$$-\sqrt{2\pi}\int_{-\infty}^{\infty}X(\lambda)\delta(t-\lambda)\,\mathrm d\lambda=-\sqrt{2\pi}X(t-\lambda).$$
Question: Is this the way to go? How should I solve this exercise?
Thanks in advance!