Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 4 Matlab Experiment: Correlated Gaussian Random Variables (a) Generate 5000 2 x 1 Gaussian vectors X, with zero mean and identity covariance matrix (X=randn
Problem 4 Matlab Experiment: Correlated Gaussian Random Variables (a) Generate 5000 2 x 1 Gaussian vectors X, with zero mean and identity covariance matrix (X=randn (5000, 2) ; ). Plot the samples as points on an (@, y) plane. You should see that the points indicate a circular pdf. (b) We wish to transform X to the Gaussian random vector Y = AX + b such that YNN ([2 ] . [3 :1) Find the vector b and matrix A to do so.(c) Generate 5000 samples of Y by transforming the samples of X using your values of A and b, and plot the points on the (r, y) plane as before. Do the plots match your intuition? (d) Find the pdf of the first and second coordinates of Y' (call them Y, and Y2). Plot the histograms of Y1 and Y2, and overlay on them plots of their corresponding true pdfs
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started