How can I limit the size of the output signal from deconvolution using deconvwnr?

조회 수: 3 (최근 30일)
I want to deconvolve a signal with a point spread function to retrieve a "ground truth" signal. I know that the ground truth is roughly Gaussian and should be 7x7 pixels.
This works when I do deconvolution without noise. However, when I add noise I get this weird periodic semi-gaussian signal that is the same length as the point spread function (47 pixels).
Is it possible to restrict the size of the output to be a 7x7 image?
Here is the code. The variables are attached:
deconvwnr(temp,sptint,0)
  댓글 수: 2
Adam Danz
Adam Danz 2019년 8월 20일
For J = deconvwnr(I,psf,nsr), from the documentation, J is a numeric array the same size as I. 'temp' is 7x47 and it produces the same size output. I don't have enough background on this topic to recommend an alternative but if you use deconvwnr() you can expect your output size to match the first input size.
Nikhil Sonavane
Nikhil Sonavane 2020년 1월 27일
Please refer to the documenation for more details. The size of output of deconwnr function cannot be be lesser than the input. If you have any other specific doubt and need further clarification you may comment it here.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by