<< Chapter < Page | Chapter >> Page > |
Use Matlab to generate 1000 i.i.d. samples of , denoted as , , ..., . Next, generate 1000 i.i.d. samples of , denoted as , , ..., . For each of the four choices of , perform the following tasks:
plot(X,Z,'.')
.
Use the command
subplot(2,2,n)
(n=1,2,3,4)
to plot the four cases for
in the same figure. Be sure
to label each plot using the
title
command.
In this section, we will generate discrete-time random processes and then analyze their behavior using the correlation measure introduced in the previous section.
A discrete-time random process is simply a sequence of random variables. So for each , is a random variable.
The autocorrelation is an important function for characterizing the behavior of random processes.If is a wide-sense stationary (WSS) random process, the autocorrelation is defined by
Note that for a WSS random process, the autocorrelation does not vary with . Also, since , the autocorrelation is an even function of the “lag” value .
Intuitively, the autocorrelation determines how strong a relation there is between samples separated by a lag value of . For example, if is a sequence of independent identically distributed (i.i.d.) random variableseach with zero mean and variance , then the autocorrelation is given by
We use the term white or white noise to describe this type of random process. More precisely, a random processis called white if its values and are uncorrelated for every .
If we run a white random process through an LTI filter as in [link] , the output random variables may become correlated. In fact, it can be shown that the output autocorrelation is related to the input autocorrelation through the filter's impulse response .
Consider a white Gaussian random process with mean 0 and variance 1 as input to the following filter.
Calculate the theoretical autocorrelation of using [link] and [link] . Show all of your work.
Notification Switch
Would you like to follow the 'Purdue digital signal processing labs (ece 438)' conversation and receive update notifications?