Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 5 . In this problem we study a single - photon image sensor . First, recall that photons arrive according to a Poisson distribution,

Exercise 5.
In this problem we study a single-photon image sensor. First, recall that photons arrive according to a
Poisson distribution, i.e., the probability of observing k photons is
P[Y=k]=ke-k!,
where is the (unknown) underlying photon arrival rate. When photons arrive at the single-photon detector,
the detector generates a binary response "1" when one or more photons are detected, and "0" when no photon
is detected.
(a) Let B be the random variable denoting the response of the single-photon detector. That is,
B={1,Y1,0,Y=0.
Find the PMF of B.
(b) Suppose we have obtained T independent measurements with realizations B1=b1,B2=b2,dots,
BT=bT. Show that the underlying photon arrival rate can be estimated by
=-log(1-t-1TbtT).
(c) Get a random image from the internet and turn it into a grayscale array with values between 0 and 1.
Write a Python program to synthetically generate a sequence of T=1000 binary images. Then use
the previous result to reconstruct the grayscale image.
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