I'm a beginner at signal processing and I've gotten the following question in an exercise:
"Write down the equation for a Gaussian probability density distribution and relate the different variables to the autocorrelation function of a Gaussian random signal"
The first part of the question is seems pretty straightforward and I write the Gaussian PDF as: $$ f_{x(t)}(\alpha) = \frac{1}{\sqrt{2 \pi}\sigma_x} \ \ \exp\bigg( - \frac{(\alpha-\mu_x)^2}{2 \sigma_x^2} \bigg) $$
But the second part I don't know how to approach it. How do I find the autocorrelation function $R(\tau)$ of a Gaussian random signal?
Do I find it as: $$ R_{xx}(\tau) = \mathrm{E}\Big\{x(t)x(t+\tau)\Big\} $$ and then calulate the integral? Or is the autocorrelation function known? I could not find the formula for the autocorrelation function anywhere except using chatGPT which I dont really trust.