Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help with question 2 (e thru j). siogram is provided as sino and the 1-D ramp filter code is shown in the pic as well.

help with question 2 (e thru j). siogram is provided as "sino" and the 1-D ramp filter code is shown in the pic as well. image text in transcribed
image text in transcribed
2. Construct your own FBP algorithm using the central slice theorem a. You will be given a skeleton script to help you with this problem. You are not required to use the skeleton script. b. You will be provided a sinogram to use for your image data. Assume the sinogram was acquired with parallel beam data and was sampled every 1 from 0 to 179. c. Plot the first projection of the sinogram d. Your 1-D ramp filter e. The 2DFT of the image before the ramp filter f. The 2DFT of the image after applying the ramp filter g. The reconstructed image after not having the ramp filter applied in the frequency domain. h. The reconstructed image after having the ramp filter applied in the frequency domain. i. Use the iradon transform to reconstruct your image. How does this compare with your reconstruction? j. Write your image to a dicom file using the dicomwrite function. Attach this file to your report. You can use dicomread to verify that your image has been written to the dicom file correctly. k. Respond to these questions in your report: i. Why do you need to apply a ramp filter to the image? ii. What differences do you see between the image that is and isn't ramp filtered? iii. What would the image look like if it were sampled every 5 ? For 3 bonus points, show this image. create a ramp filter, we can use the following N=size(sino,1); ramp_filter = abs (N/2:N/21); ramp_filter = ramp_filter./sum(ramp_filter)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Question

7. How will you encourage her to report back on the findings?

Answered: 1 week ago

Question

Were the decisions based on appropriate facts?

Answered: 1 week ago

Question

Were the right people involved in the decision-making process?

Answered: 1 week ago