Lab-4 Revised New 2018
Lab-4 Revised New 2018
(a) Write a program that implements sinusoidal noise of the form given in Problem
5.14. The inputs to the program must be the amplitude, A, and the two frequency
components u0 and v0 shown in the problem equation.
(b) Download image 5.26(a) from the book web site and add sinusoidal noise to it,
with u0 =M/2 (the image is square) and v0 = 0. The value of A must be high enough
for the noise to be clearly visible in the image.
(c) Compute and display the spectrum of the image. If the FFT program you have
developed previously can only handle images of size equal to an integer power of 2,
reduce the size of the image to 512 x 512 or 256 x 256 OR use the built-in FFT
function in MATLAB to perform the this operation. Resize the image before adding
noise to it.
(d) Notch-filter the image using a notch filter of the form shown in Fig. 5.19(c).
PROJECT 4-5
Download Figure 4.62(a), which shows a full body PET scan. Enhance the image
using homomorphic filter in Eq. (4.9-29) with 𝛾𝐿 = 0.25, 𝛾𝐻 = 2, 𝑐 = 1 𝑎𝑛𝑑 𝐷0 =
80 . to obtain Figure 4.62(b).