Question: Generate a Gaussian distributed random variable (in matlab, can use randn function) of length 1000. Compute the autocorrelation of the sequence. Plot the results

Generate a Gaussian distributed random variable (in matlab, can use randn function) of length 1000. Compute the autocorrelation of the sequence. Plot the results from a lag of -20 to 20. Comment on the result.
Step by Step Solution
3.58 Rating (155 Votes )
There are 3 Steps involved in it
CODE clc clear all close all x randn11000 random Gaussian d... View full answer
Get step-by-step solutions from verified subject matter experts
