

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Main points of this handout are: 2d Random Processes, Spectral Estimation, Power Spectral Density of Image, Mesh Plot of Function, Matlab Function, Independent Random Numbers, Transfer Function, Command Image, Monochrome Colormap
Typology: Lecture notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!
1 Introduction
This laboratory explores the use of 2-D random process and spectral estimation techniques for images. In section 2, you will estimate the power spectral density using the periodgram technique and improve upon it using the Hamming window. In section 3, you will create a synthetic 2D AR process and estimate its power spectral density using the improved periodgram technique and compare the results with the analytical solution.
2 Power Spectral Density of an Image
Docsity.com
Section 2 Report: Hand in:
3 Power Spectral Density of a 2-D AR Process
In this problem, you will generate a synthetic 2-D AR process using Matlab, and you will analyze its power spectral density. In the steps below, you will be asked to display images, x, in the 8-bit range of 0 to 255. To do this in Matlab, first set a monochrome colormap with 256 levels using the command colormap(gray(256)), and then use the command image(x+1) to display x.
and print out your result.
Section 3 Report: Hand in: