how to perform two dimensional deconvolution in matlab?
Show older comments
result2=[600 600] matrix,
frq22=[600 600] matrix,
I have to deconvolve these two matrices.For this I am using the following code but it’s not working.
Img=deconv(result2,frq22,'same');
Accepted Answer
More Answers (1)
Viktor
on 6 Jul 2024
1 vote
You can use deconvwnr(I,psf,nsr) and set nsr = 0. This will result in the straightforward deconvolution.
1 Comment
Aqiba Hafeez
on 11 Jul 2024
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!