Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( programming ) Construct a random, length - 1 0 2 4 , zero - mean, 1 - variance AR - 1 sequence array with

(programming) Construct a random, length-1024, zero-mean, 1-variance AR-1 sequence array with
=0.9. You may use "rand" function of Matlab (with appropriate parameters) in a for loop during
the generation of this random sequence with given statistics. Theoretically, the 88 autocorrelation
matrix of this process is expected to be close to:
R=[1cdots7vdotsddotsvdots7cdots1]
You are supposed to construct the 88KLT matrix both from the above theoretical
autocorrelation, and from the numerical approximation of R(0),R(1),dots,R(7) by multiplying
corresponding shifted samples and averaging: R(k)=average{x[n]*x[n-k]} through your
generated data.
You need to find the eigenvectors (corresponding to largest eigenvalues) of the two cases of the
autocorrelation matrices to construct the basis matrix: U, and then evaluate T=U-1.
Plot the 64 basis images (with proper scaling for a nice gray-scale image output) of both cases by
taking the outer products of columns of U.
Finally, plot the basis images for the 8x8 DCT transform. Are the above basis images similar to
DCT basis images? Which would you prefer? Why?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What is meant by 'Wealth Maximization ' ?

Answered: 1 week ago