Point Spread Function with Gaussian (radial direction) and exponential (axial direction)

9 views (last 30 days)
A paper I'm reading had the following statement: "we can approximate the point-spread function by a Gaussian in the radial direction and an exponential with average height,d, in the axial direction."
Does anyone have any idea how this could translate into MATLAB code? I was thinking of generating random numbers from distributions and making a histogram, but the translation of the Gaussian/exponential combo to code itself is confusing me.

Answers (1)

Image Analyst
Image Analyst on 5 Aug 2019
I don't know. You can use fspecial() to get a Gaussian image/pattern/matrix. Of course the values of that Gaussian are determined by the amplitude and standard deviation. I don't see how you can have it do that in the radial direction and have some other function in the axial direction. I don't even know what the axial direction is. Is that the distance along the optic axis from scene to lens/sensor/camera? Maybe the amplitude of the Gaussian changes along the optic axis according to an exponential. So your Gaussian close to the lens would be different than the Gaussian close to the scene. I've never heard of this though. Usually there is just one PSF for the whole system that takes everything into account no matter what caused it.
  3 Comments

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!