how to perform two dimensional deconvolution in matlab?
显示 更早的评论
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');
采纳的回答
更多回答(1 个)
Viktor
2024-7-6
1 个投票
You can use deconvwnr(I,psf,nsr) and set nsr = 0. This will result in the straightforward deconvolution.
类别
在 帮助中心 和 File Exchange 中查找有关 Correlation and Convolution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!