Assigned: 5/29/98 | Due: 6/1/98 |
Please do the following and answer the questions:
ree = xcorr(ee,ee); plot(ree(31422/2+[1:1000]))
Explain how the characteristics of this plot can be explained by the properties of autocorrelations of functions with period components. Can you identify the period from the autocorrelation plot?
[spectee,f] = spectrum(ee,ee); semilogy(f/2,spectee(:,1))
The frequencies are labeled in cycles per sample. Can you figure out the fundamental frequency (and period from the plot)?