document.write( "Question 1166278: Suppose the random variable X(t)is a wide-sense stationary random process.
\n" );
document.write( "Prove that the random process Y(t)=X(at) is wide-sense stationary, where is a constant.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #852767 by CPhill(2030) You can put this solution on YOUR website! Yes, the random process $Y(t) = X(at)$ is wide-sense stationary (WSS) if $X(t)$ is WSS, provided $a$ is a non-zero constant.\r \n" ); document.write( "\n" ); document.write( "To prove that $Y(t)$ is WSS, we must verify the two conditions for wide-sense stationarity:\r \n" ); document.write( "\n" ); document.write( "1. The **mean** of $Y(t)$, $E[Y(t)]$, is a constant (independent of $t$). \n" ); document.write( "2. The **autocorrelation function** of $Y(t)$, $R_Y(t_1, t_2)$, depends only on the time difference $\tau = t_2 - t_1$.\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "## 1. Mean of $Y(t)$ is Constant\r \n" ); document.write( "\n" ); document.write( "Since $X(t)$ is WSS, its mean, $E[X(t)]$, is a constant, which we'll call $\mu_X$. \n" ); document.write( "$$E[X(t)] = \mu_X$$\r \n" ); document.write( "\n" ); document.write( "Now we find the mean of $Y(t)$: \n" ); document.write( "$$E[Y(t)] = E[X(at)]$$ \n" ); document.write( "Since $X(t)$ is WSS, the mean of $X$ evaluated at *any* time (including the time $at$) is the constant $\mu_X$. \n" ); document.write( "$$E[Y(t)] = \mu_X$$\r \n" ); document.write( "\n" ); document.write( "Since $\mu_X$ is a constant (independent of $t$), the first condition is satisfied.\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "## 2. Autocorrelation of $Y(t)$ Depends Only on Time Difference ($\tau$)\r \n" ); document.write( "\n" ); document.write( "Since $X(t)$ is WSS, its autocorrelation function, $R_X(t_1, t_2)$, depends only on the time difference $\tau = t_2 - t_1$. We denote this as $R_X(\tau)$. \n" ); document.write( "$$R_X(t_1, t_2) = E[X(t_1)X(t_2)] = R_X(t_2 - t_1)$$\r \n" ); document.write( "\n" ); document.write( "Now we find the autocorrelation function of $Y(t)$: \n" ); document.write( "$$R_Y(t_1, t_2) = E[Y(t_1)Y(t_2)]$$ \n" ); document.write( "Substitute the definition $Y(t) = X(at)$: \n" ); document.write( "$$R_Y(t_1, t_2) = E[X(at_1)X(at_2)]$$\r \n" ); document.write( "\n" ); document.write( "The term inside the expectation is the autocorrelation of $X(t)$ evaluated at times $t' = at_1$ and $t'' = at_2$. Since $X(t)$ is WSS, this expectation depends only on the difference between these times, $t'' - t'$: \n" ); document.write( "$$R_Y(t_1, t_2) = R_X(t'' - t') = R_X(at_2 - at_1)$$ \n" ); document.write( "Factor out the constant $a$: \n" ); document.write( "$$R_Y(t_1, t_2) = R_X(a(t_2 - t_1))$$\r \n" ); document.write( "\n" ); document.write( "Let $\tau = t_2 - t_1$. \n" ); document.write( "$$R_Y(t_1, t_2) = R_X(a\tau)$$\r \n" ); document.write( "\n" ); document.write( "Since $R_X(a\tau)$ is a function that depends only on the time difference $\tau$ (and the constant $a$), the second condition is satisfied.\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "Since both the mean of $Y(t)$ is constant and the autocorrelation of $Y(t)$ depends only on the time difference, the process $Y(t) = X(at)$ is **wide-sense stationary**. \n" ); document.write( " |