際際滷

際際滷Share a Scribd company logo
5
Most read
8
Most read
12
Most read
Problem 1.1 An imaging lens in a digital camera has a focal length of 6 cm. How far should the
lens be from the cameras CCD array to focus on an object
(a) 12 cm in front of the lens?
(b) 15 cm in front of the lens?
Solution:
(a) The lens equation (Eq. (1.1)) is 1
do
+ 1
di
= 1
f .
Here, f = 6 cm and do = 12 cm, so di = 12 cm .
(b) The lens equation (Eq. (1.1)) is 1
do
+ 1
di
= 1
f .
Here, f = 6 cm and do = 15 cm, so di = 10 cm .
Email: solution9159@gmail.com
Contact me in order to access the whole complete document.
WhatsApp: https://wa.me/message/2H3BV2L5TTSUF1 Telegram: https://t.me/solutionmanual
Problem 1.2 An imaging lens in a digital camera has a focal length of 4 cm.
How far should the lens be from the cameras CCD array to focus on an object
(a) 12 cm in front of the lens;
(b) 8 cm in front of the lens.
Solution:
(a) The lens equation (Eq. (1.1)) is 1
do
+ 1
di
= 1
f .
Here, f = 4 cm and do = 12 cm, so di = 6 cm .
(b) The lens equation (Eq. (1.1)) is 1
do
+ 1
di
= 1
f .
Here, f = 4 cm and do = 8 cm, so di = 8 cm .
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
Problem 1.3 The following program loads an image stored in clown.mat as Io(x, y), passes it
through an imaging system with the PSF given by Eq. (1.6), and displays Io(x, y) and Ii(x, y).
Parameters , D, di, and 了 (all in mm) are specified in the programs first line.
clear;Delta=0.0002;D=0.03;lambda=0.0000005;di=0.003;T=round(0.01/Delta);
for I=1:T;for J=1:T;x2y2(I,J)=(I-T/2).*(I-T/2)+(J-T/2).*(J-T/2);end;end;
gamma=pi*D/lambda*sqrt(x2y2./(x2y2+di*di/Delta/Delta));
h=2*besselj(1,gamma)./gamma;
h(T/2,T/2)=(h(T/2+1,T/2)+h(T/2-1,T/2)+h(T/2,T/2+1)+h(T/2,T/2-1))/4;
h=h.*h;H=h(T/2-5:T/2+5,T/2-5:T/2+5);load clown.mat;Y=conv2(X,H);
figure,imagesc(X),axis off,colormap(gray),figure,imagesc(Y),axis off,colormap(gray)
Run the program and display Io(x, y) (input) and Ii(x, y) (output).
Solution: Io(x, y) is at left and Ii(x, y) is at right.
The image formed by the optical system is blurred, as expected.
Problem 1.4 Compare the azimuth resolution of a real-aperture radar with that of a synthetic-
aperture radar, with both pointed at the ground from an aircraft at a range R = 5 km. Both
systems operate at 了 = 3 cm and utilize a 2-m-long antenna.
Solution: For the real-aperture radar,
Y 
min =
了R
ly
=
3  102  5  103
2
= 75 m.
For the SAR,
Y 
min =
ly
2
=
2
2
= 1 m.
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
Problem 1.5 A 2-m-long antenna is used to form a synthetic-aperture radar from a range of 100 km.
What is the length of the synthetic aperture?
Solution: Scaling the range in Fig. 1-21 from 400 km down to 100 km leads to a synthetic
aperture shorter by the same factor. Hence, the synthetic aperture is of length 8 km/4 = 2 km.
Problem 1.6 The following program loads an image stored in sar.mat as Io(x, y), passes it through
an imaging system with the PSF given by Eq. (1.15), and displays Io(x, y) and Ii(x, y).
Parameters , , and l are specified in the programs first line.
clear;Delta=0.1;l=5;tau=1;I=[-15:15];z=pi*1.8*Delta*I/l;load sar.mat;
hy=sin(pi*z)./(pi*z);hy(16)=1;hy=hy.*hy;hx=exp(-2.77*Delta*Delta*I.*I/tau/tau);
H=hy*hx;Y=conv2(X,H);
figure,imagesc(X),axis off,colormap(gray),figure,imagesc(Y),axis off,colormap(gray)
Run the program and display Io(x, y) (input) and Ii(x, y) (output).
Solution: Io(x, y) is at left and Ii(x, y) is at right.
The image formed by the radar system is blurred, as expected.
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
Problem 1.7 (This problem assumes prior knowledge of the 1-D Fourier transform (FT)). The basic
CT problem is to reconstruct 留(両, 侶) in Eq. (1.18) from p(r, 慮). One way to do this is as follows:
(a) Take the FT of Eq. (1.18), transforming r to f. Define p(r, 慮) = p(r, 慮 + ).
(b) Define and substitute 袖 = f cos 慮 and 僚 = f sin 慮 in this FT.
(c) Show that the result defines 2 FTs, transforming 両 to 袖 and 侶 to 僚, and that A(袖, 僚) =
P(f, 慮). Hence, 留(両, 侶) is the inverse FT of P(f, 慮).
Solution:
(a) The FT of Eq. (1.18) taking r to f is
P(f, 慮) = F
F
F{p(r, 慮)} =
Z 

Z 

留(両, 侶) ej2f(両 cos 慮+侶 sin 慮)
d両 d侶.
(b) Substituting gives
P(f, 慮) =
Z 

Z 

留(両, 侶) ej2袖両
ej2僚侶
d両 d侶.
(c) P(f, 慮) = F
F
F両袖{F
F
F侶僚{留(両, 侶)}} = A(袖, 僚),
Problem 1.8 The following program loads an image stored in mri.mat as Io(x, y), passes it through
an imaging system with the PSF given by Eq. (1.20), and displays Io(x, y) and Ii(x, y).
Parameters , N, and dk are specified in the programs first line.
clear;N=16;Delta=0.01;dk=1;I=[-60:60];load mri.mat;
h=dk*sin(pi*N*dk*I*Delta)./sin(pi*dk*I*Delta);h(61)=N;H=h*h;Y=conv2(X,H);
figure,imagesc(X),axis off,colormap(gray),figure,imagesc(Y),axis off,colormap(gray)
Run the program and display Io(x, y) (input) and Ii(x, y) (output).
Solution: Io(x, y) is at left and Ii(x, y) is at right.
The image formed by the MRI system is blurred, as expected.
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
Problem 1.9 This problem shows how beamforming works on a linear array of transducers, as
illustrated in Fig. 1-35, in a medium with a wave speed of 1540 m/s. We are given a linear
array of transducers located 1.54 cm apart along the x axis, with the nth transducer located
at x = 1.54n cm. Outputs {yn(t)} from the transducers are delayed and summed to produce
the signal y(t) =
P
n yn(t 0.05n). In what direction (angle from perpendicular to the array)
is the array focused?
Solution: Consider a plane wave (impulse in space and time) 隆(t  x sin 慮  y cos 慮) arriving
at the array from a direction 慮 (angle from perpendicular to the array). The plane wave hits
the nth transducer at t = n sin(慮) 1.54 cm
1540 m/s = 0.1n sin 慮. Setting the delay between tranducers
0.05n = 0.1n sin 慮 gives 慮 = 30 .
Problem 2.1 Compute the following convolutions:
(a) et u(t)  e2t u(t)
(b) e2t u(t)  e3t u(t)
(c) e3t u(t)  e3t u(t)
Solution:
The convolution of two causal signals is y(t) = u(t)
R t
0 h() x(t  ) d.
(a): et u(t)  e2t u(t) = u(t)
R t
0 e e2(t) d = e2t u(t)
R t
0 e d = e2t u(t) [et  1] =
et u(t)  e2t u(t)
(b): e2t u(t)  e3t u(t) = u(t)
R t
0 e2 e3(t) d = e3t u(t)
R t
0 e d = e3t u(t) [et  1] =
e2t u(t)  e3t u(t)
(c): e3t u(t)  e3t u(t) = u(t)
R t
0 e3 e3(t) d = e3t u(t)
R t
0 d = te3t u(t)
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
Problem 2.2 Show that the spectrum of sin(20t)
t
sin(10t)
t is zero for |f| > 15 Hz.
Solution:
Using the Fourier transform property F[x(t)y(t)] = X(f)  Y(f),
and the property that the width of a convolution is the sum of the widths,
the bandwidth of the product of two signals is the sum of their bandwidths.
F

sin(20t)
t

=

1, |f|  10 Hz
0, |f|  10 Hz
and
F

sin(10t)
t

=

1, |f|  5 Hz
0, |f|  5 Hz.
Hence,
F

sin(20t)
t
sin(10t)
t

= 0 for |f|  15 Hz.
Problem 2.3 Using only Fourier transform properties, show that
sin(10t)
t
[1 + 2 cos(20t)] =
sin(30t)
t
.
Solution:
F
h
sin(10t)
t
i
=

1, |f|  5
0, |f|  5
Using the modulation property:
F[x(t) cos(2f0t)] =
1
2
X(f  f0) +
1
2
X(f + f0),
we have
F

sin(10t)
t
cos(20t)

=
 1
2, 5 Hz  |f|  15 Hz,
0, otherwise.
Adding the first equation to double the second equation gives
F

sin(10t)
t
(1 + 2 cos(20t))

=

1, |f|  5 Hz
0, |f|  5 Hz
+

1, 5 Hz  |f|  15 Hz,
0, otherwise
=

1, |f|  15 Hz,
0, |f|  15 Hz.
The inverse Fourier transform of this result is sin(30t)
t .
The sum of this lowpass filter and bandpass filter is another lowpass filter:
- f (Hz)
15 5 5 15
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
s
o
l
u
t
i
o
n
9
1
5
9
@
g
m
a
i
l
.
c
o
m
Ad

Recommended

Solutions for Image Processing for Engineers by Yagle and Ulaby
Solutions for Image Processing for Engineers by Yagle and Ulaby
j93965567
Lecture8 Signal and Systems
Lecture8 Signal and Systems
babak danyal
An Intuitive Approach to Fourier Optics
An Intuitive Approach to Fourier Optics
jose0055
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
vijayanand Kandaswamy
04 cie552 image_filtering_frequency
04 cie552 image_filtering_frequency
Elsayed Hemayed
3. convolution fourier
3. convolution fourier
skysunilyadav
unit 4,5 (1).docx
unit 4,5 (1).docx
VIDHARSHANAJ1
Hilbert
Hilbert
honkahonka
Properties of Fourier transform
Properties of Fourier transform
Muhammed Afsal Villan
A systematic examination of 2-D signals and systems
A systematic examination of 2-D signals and systems
NurAfiyat
Introduction to Signal Processing Orfanidis [Solution Manual]
Introduction to Signal Processing Orfanidis [Solution Manual]
slyhamm
5. fourier properties
5. fourier properties
skysunilyadav
Online Signal Processing Assignment Help
Online Signal Processing Assignment Help
Matlab Assignment Experts
DSP_note_for_lab especially ofr Lab finals
DSP_note_for_lab especially ofr Lab finals
SadiaAfrin313004
Digital signal processing parti cularly filter design ppt
Digital signal processing parti cularly filter design ppt
SUMITDATTA23
Lecture 14 Properties of Fourier Transform for 2D Signal
Lecture 14 Properties of Fourier Transform for 2D Signal
VARUN KUMAR
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
Sara Alvarez
orfanidis-solutions-book-2nd-edition-pdf
orfanidis-solutions-book-2nd-edition-pdf
mavim69186
Image transforms
Image transforms
Visvesvaraya National Institute of Technology, Nagpur, Maharashtra, India
Fourier series and applications of fourier transform
Fourier series and applications of fourier transform
Krishna Jangid
Signal Processing Homework Help
Signal Processing Homework Help
Matlab Assignment Experts
Ss
Ss
Sreenadh Naga Venkata
Lecture 9
Lecture 9
Wael Sharba
Fourier Specturm via MATLAB
Fourier Specturm via MATLAB
ZunAib Ali
imagetransforms1-210417050321.pptx
imagetransforms1-210417050321.pptx
MrsSDivyaBME
A Simple Communication System Design Lab #3 with MATLAB Simulink
A Simple Communication System Design Lab #3 with MATLAB Simulink
Jaewook. Kang
Tailoring the depth of focus for optical imaging systems using a Fourier tran...
Tailoring the depth of focus for optical imaging systems using a Fourier tran...
stewart2v
Lect5 v2
Lect5 v2
Senthilnathan Subramaniyam
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek

More Related Content

Similar to Solution Manual Image Processing for Engineers by Yagle and Ulaby (20)

Properties of Fourier transform
Properties of Fourier transform
Muhammed Afsal Villan
A systematic examination of 2-D signals and systems
A systematic examination of 2-D signals and systems
NurAfiyat
Introduction to Signal Processing Orfanidis [Solution Manual]
Introduction to Signal Processing Orfanidis [Solution Manual]
slyhamm
5. fourier properties
5. fourier properties
skysunilyadav
Online Signal Processing Assignment Help
Online Signal Processing Assignment Help
Matlab Assignment Experts
DSP_note_for_lab especially ofr Lab finals
DSP_note_for_lab especially ofr Lab finals
SadiaAfrin313004
Digital signal processing parti cularly filter design ppt
Digital signal processing parti cularly filter design ppt
SUMITDATTA23
Lecture 14 Properties of Fourier Transform for 2D Signal
Lecture 14 Properties of Fourier Transform for 2D Signal
VARUN KUMAR
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
Sara Alvarez
orfanidis-solutions-book-2nd-edition-pdf
orfanidis-solutions-book-2nd-edition-pdf
mavim69186
Image transforms
Image transforms
Visvesvaraya National Institute of Technology, Nagpur, Maharashtra, India
Fourier series and applications of fourier transform
Fourier series and applications of fourier transform
Krishna Jangid
Signal Processing Homework Help
Signal Processing Homework Help
Matlab Assignment Experts
Ss
Ss
Sreenadh Naga Venkata
Lecture 9
Lecture 9
Wael Sharba
Fourier Specturm via MATLAB
Fourier Specturm via MATLAB
ZunAib Ali
imagetransforms1-210417050321.pptx
imagetransforms1-210417050321.pptx
MrsSDivyaBME
A Simple Communication System Design Lab #3 with MATLAB Simulink
A Simple Communication System Design Lab #3 with MATLAB Simulink
Jaewook. Kang
Tailoring the depth of focus for optical imaging systems using a Fourier tran...
Tailoring the depth of focus for optical imaging systems using a Fourier tran...
stewart2v
Lect5 v2
Lect5 v2
Senthilnathan Subramaniyam
A systematic examination of 2-D signals and systems
A systematic examination of 2-D signals and systems
NurAfiyat
Introduction to Signal Processing Orfanidis [Solution Manual]
Introduction to Signal Processing Orfanidis [Solution Manual]
slyhamm
5. fourier properties
5. fourier properties
skysunilyadav
DSP_note_for_lab especially ofr Lab finals
DSP_note_for_lab especially ofr Lab finals
SadiaAfrin313004
Digital signal processing parti cularly filter design ppt
Digital signal processing parti cularly filter design ppt
SUMITDATTA23
Lecture 14 Properties of Fourier Transform for 2D Signal
Lecture 14 Properties of Fourier Transform for 2D Signal
VARUN KUMAR
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
8 Continuous-Time Fourier Transform Solutions To Recommended Problems
Sara Alvarez
orfanidis-solutions-book-2nd-edition-pdf
orfanidis-solutions-book-2nd-edition-pdf
mavim69186
Fourier series and applications of fourier transform
Fourier series and applications of fourier transform
Krishna Jangid
Fourier Specturm via MATLAB
Fourier Specturm via MATLAB
ZunAib Ali
imagetransforms1-210417050321.pptx
imagetransforms1-210417050321.pptx
MrsSDivyaBME
A Simple Communication System Design Lab #3 with MATLAB Simulink
A Simple Communication System Design Lab #3 with MATLAB Simulink
Jaewook. Kang
Tailoring the depth of focus for optical imaging systems using a Fourier tran...
Tailoring the depth of focus for optical imaging systems using a Fourier tran...
stewart2v

Recently uploaded (20)

NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
Hurricane Helene Application Documents Checklists
Hurricane Helene Application Documents Checklists
Mebane Rash
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
Code Profiling in Odoo 18 - Odoo 18 際際滷s
Code Profiling in Odoo 18 - Odoo 18 際際滷s
Celine George
Vitamin and Nutritional Deficiencies.pptx
Vitamin and Nutritional Deficiencies.pptx
Vishal Chanalia
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
Mayvel Nadal
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
Paper 106 | Ambition and Corruption: A Comparative Analysis of The Great Gat...
Paper 106 | Ambition and Corruption: A Comparative Analysis of The Great Gat...
Rajdeep Bavaliya
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
Pests of Maize: An comprehensive overview.pptx
Pests of Maize: An comprehensive overview.pptx
Arshad Shaikh
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
jutaydeonne
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
AndrewBorisenko3
OBSESSIVE COMPULSIVE DISORDER.pptx IN 5TH SEMESTER B.SC NURSING, 2ND YEAR GNM...
OBSESSIVE COMPULSIVE DISORDER.pptx IN 5TH SEMESTER B.SC NURSING, 2ND YEAR GNM...
parmarjuli1412
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
Hurricane Helene Application Documents Checklists
Hurricane Helene Application Documents Checklists
Mebane Rash
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
Code Profiling in Odoo 18 - Odoo 18 際際滷s
Code Profiling in Odoo 18 - Odoo 18 際際滷s
Celine George
Vitamin and Nutritional Deficiencies.pptx
Vitamin and Nutritional Deficiencies.pptx
Vishal Chanalia
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
Mayvel Nadal
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
Paper 106 | Ambition and Corruption: A Comparative Analysis of The Great Gat...
Paper 106 | Ambition and Corruption: A Comparative Analysis of The Great Gat...
Rajdeep Bavaliya
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
Pests of Maize: An comprehensive overview.pptx
Pests of Maize: An comprehensive overview.pptx
Arshad Shaikh
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
jutaydeonne
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
AndrewBorisenko3
OBSESSIVE COMPULSIVE DISORDER.pptx IN 5TH SEMESTER B.SC NURSING, 2ND YEAR GNM...
OBSESSIVE COMPULSIVE DISORDER.pptx IN 5TH SEMESTER B.SC NURSING, 2ND YEAR GNM...
parmarjuli1412
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
Ad

Solution Manual Image Processing for Engineers by Yagle and Ulaby

  • 1. Problem 1.1 An imaging lens in a digital camera has a focal length of 6 cm. How far should the lens be from the cameras CCD array to focus on an object (a) 12 cm in front of the lens? (b) 15 cm in front of the lens? Solution: (a) The lens equation (Eq. (1.1)) is 1 do + 1 di = 1 f . Here, f = 6 cm and do = 12 cm, so di = 12 cm . (b) The lens equation (Eq. (1.1)) is 1 do + 1 di = 1 f . Here, f = 6 cm and do = 15 cm, so di = 10 cm . Email: solution9159@gmail.com Contact me in order to access the whole complete document. WhatsApp: https://wa.me/message/2H3BV2L5TTSUF1 Telegram: https://t.me/solutionmanual
  • 2. Problem 1.2 An imaging lens in a digital camera has a focal length of 4 cm. How far should the lens be from the cameras CCD array to focus on an object (a) 12 cm in front of the lens; (b) 8 cm in front of the lens. Solution: (a) The lens equation (Eq. (1.1)) is 1 do + 1 di = 1 f . Here, f = 4 cm and do = 12 cm, so di = 6 cm . (b) The lens equation (Eq. (1.1)) is 1 do + 1 di = 1 f . Here, f = 4 cm and do = 8 cm, so di = 8 cm . s o l u t i o n 9 1 5 9 @ g m a i l . c o m s o l u t i o n 9 1 5 9 @ g m a i l . c o m
  • 3. Problem 1.3 The following program loads an image stored in clown.mat as Io(x, y), passes it through an imaging system with the PSF given by Eq. (1.6), and displays Io(x, y) and Ii(x, y). Parameters , D, di, and 了 (all in mm) are specified in the programs first line. clear;Delta=0.0002;D=0.03;lambda=0.0000005;di=0.003;T=round(0.01/Delta); for I=1:T;for J=1:T;x2y2(I,J)=(I-T/2).*(I-T/2)+(J-T/2).*(J-T/2);end;end; gamma=pi*D/lambda*sqrt(x2y2./(x2y2+di*di/Delta/Delta)); h=2*besselj(1,gamma)./gamma; h(T/2,T/2)=(h(T/2+1,T/2)+h(T/2-1,T/2)+h(T/2,T/2+1)+h(T/2,T/2-1))/4; h=h.*h;H=h(T/2-5:T/2+5,T/2-5:T/2+5);load clown.mat;Y=conv2(X,H); figure,imagesc(X),axis off,colormap(gray),figure,imagesc(Y),axis off,colormap(gray) Run the program and display Io(x, y) (input) and Ii(x, y) (output). Solution: Io(x, y) is at left and Ii(x, y) is at right. The image formed by the optical system is blurred, as expected.
  • 4. Problem 1.4 Compare the azimuth resolution of a real-aperture radar with that of a synthetic- aperture radar, with both pointed at the ground from an aircraft at a range R = 5 km. Both systems operate at 了 = 3 cm and utilize a 2-m-long antenna. Solution: For the real-aperture radar, Y min = 了R ly = 3 102 5 103 2 = 75 m. For the SAR, Y min = ly 2 = 2 2 = 1 m. s o l u t i o n 9 1 5 9 @ g m a i l . c o m s o l u t i o n 9 1 5 9 @ g m a i l . c o m
  • 5. Problem 1.5 A 2-m-long antenna is used to form a synthetic-aperture radar from a range of 100 km. What is the length of the synthetic aperture? Solution: Scaling the range in Fig. 1-21 from 400 km down to 100 km leads to a synthetic aperture shorter by the same factor. Hence, the synthetic aperture is of length 8 km/4 = 2 km.
  • 6. Problem 1.6 The following program loads an image stored in sar.mat as Io(x, y), passes it through an imaging system with the PSF given by Eq. (1.15), and displays Io(x, y) and Ii(x, y). Parameters , , and l are specified in the programs first line. clear;Delta=0.1;l=5;tau=1;I=[-15:15];z=pi*1.8*Delta*I/l;load sar.mat; hy=sin(pi*z)./(pi*z);hy(16)=1;hy=hy.*hy;hx=exp(-2.77*Delta*Delta*I.*I/tau/tau); H=hy*hx;Y=conv2(X,H); figure,imagesc(X),axis off,colormap(gray),figure,imagesc(Y),axis off,colormap(gray) Run the program and display Io(x, y) (input) and Ii(x, y) (output). Solution: Io(x, y) is at left and Ii(x, y) is at right. The image formed by the radar system is blurred, as expected. s o l u t i o n 9 1 5 9 @ g m a i l . c o m s o l u t i o n 9 1 5 9 @ g m a i l . c o m
  • 7. Problem 1.7 (This problem assumes prior knowledge of the 1-D Fourier transform (FT)). The basic CT problem is to reconstruct 留(両, 侶) in Eq. (1.18) from p(r, 慮). One way to do this is as follows: (a) Take the FT of Eq. (1.18), transforming r to f. Define p(r, 慮) = p(r, 慮 + ). (b) Define and substitute 袖 = f cos 慮 and 僚 = f sin 慮 in this FT. (c) Show that the result defines 2 FTs, transforming 両 to 袖 and 侶 to 僚, and that A(袖, 僚) = P(f, 慮). Hence, 留(両, 侶) is the inverse FT of P(f, 慮). Solution: (a) The FT of Eq. (1.18) taking r to f is P(f, 慮) = F F F{p(r, 慮)} = Z Z 留(両, 侶) ej2f(両 cos 慮+侶 sin 慮) d両 d侶. (b) Substituting gives P(f, 慮) = Z Z 留(両, 侶) ej2袖両 ej2僚侶 d両 d侶. (c) P(f, 慮) = F F F両袖{F F F侶僚{留(両, 侶)}} = A(袖, 僚),
  • 8. Problem 1.8 The following program loads an image stored in mri.mat as Io(x, y), passes it through an imaging system with the PSF given by Eq. (1.20), and displays Io(x, y) and Ii(x, y). Parameters , N, and dk are specified in the programs first line. clear;N=16;Delta=0.01;dk=1;I=[-60:60];load mri.mat; h=dk*sin(pi*N*dk*I*Delta)./sin(pi*dk*I*Delta);h(61)=N;H=h*h;Y=conv2(X,H); figure,imagesc(X),axis off,colormap(gray),figure,imagesc(Y),axis off,colormap(gray) Run the program and display Io(x, y) (input) and Ii(x, y) (output). Solution: Io(x, y) is at left and Ii(x, y) is at right. The image formed by the MRI system is blurred, as expected. s o l u t i o n 9 1 5 9 @ g m a i l . c o m s o l u t i o n 9 1 5 9 @ g m a i l . c o m
  • 9. Problem 1.9 This problem shows how beamforming works on a linear array of transducers, as illustrated in Fig. 1-35, in a medium with a wave speed of 1540 m/s. We are given a linear array of transducers located 1.54 cm apart along the x axis, with the nth transducer located at x = 1.54n cm. Outputs {yn(t)} from the transducers are delayed and summed to produce the signal y(t) = P n yn(t 0.05n). In what direction (angle from perpendicular to the array) is the array focused? Solution: Consider a plane wave (impulse in space and time) 隆(t x sin 慮 y cos 慮) arriving at the array from a direction 慮 (angle from perpendicular to the array). The plane wave hits the nth transducer at t = n sin(慮) 1.54 cm 1540 m/s = 0.1n sin 慮. Setting the delay between tranducers 0.05n = 0.1n sin 慮 gives 慮 = 30 .
  • 10. Problem 2.1 Compute the following convolutions: (a) et u(t) e2t u(t) (b) e2t u(t) e3t u(t) (c) e3t u(t) e3t u(t) Solution: The convolution of two causal signals is y(t) = u(t) R t 0 h() x(t ) d. (a): et u(t) e2t u(t) = u(t) R t 0 e e2(t) d = e2t u(t) R t 0 e d = e2t u(t) [et 1] = et u(t) e2t u(t) (b): e2t u(t) e3t u(t) = u(t) R t 0 e2 e3(t) d = e3t u(t) R t 0 e d = e3t u(t) [et 1] = e2t u(t) e3t u(t) (c): e3t u(t) e3t u(t) = u(t) R t 0 e3 e3(t) d = e3t u(t) R t 0 d = te3t u(t) s o l u t i o n 9 1 5 9 @ g m a i l . c o m s o l u t i o n 9 1 5 9 @ g m a i l . c o m
  • 11. Problem 2.2 Show that the spectrum of sin(20t) t sin(10t) t is zero for |f| > 15 Hz. Solution: Using the Fourier transform property F[x(t)y(t)] = X(f) Y(f), and the property that the width of a convolution is the sum of the widths, the bandwidth of the product of two signals is the sum of their bandwidths. F sin(20t) t = 1, |f| 10 Hz 0, |f| 10 Hz and F sin(10t) t = 1, |f| 5 Hz 0, |f| 5 Hz. Hence, F sin(20t) t sin(10t) t = 0 for |f| 15 Hz.
  • 12. Problem 2.3 Using only Fourier transform properties, show that sin(10t) t [1 + 2 cos(20t)] = sin(30t) t . Solution: F h sin(10t) t i = 1, |f| 5 0, |f| 5 Using the modulation property: F[x(t) cos(2f0t)] = 1 2 X(f f0) + 1 2 X(f + f0), we have F sin(10t) t cos(20t) = 1 2, 5 Hz |f| 15 Hz, 0, otherwise. Adding the first equation to double the second equation gives F sin(10t) t (1 + 2 cos(20t)) = 1, |f| 5 Hz 0, |f| 5 Hz + 1, 5 Hz |f| 15 Hz, 0, otherwise = 1, |f| 15 Hz, 0, |f| 15 Hz. The inverse Fourier transform of this result is sin(30t) t . The sum of this lowpass filter and bandpass filter is another lowpass filter: - f (Hz) 15 5 5 15 s o l u t i o n 9 1 5 9 @ g m a i l . c o m s o l u t i o n 9 1 5 9 @ g m a i l . c o m