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!