how to perform two dimensional deconvolution in matlab?
Afficher commentaires plus anciens
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');
Réponse acceptée
Plus de réponses (1)
Viktor
le 6 Juil 2024
1 vote
You can use deconvwnr(I,psf,nsr) and set nsr = 0. This will result in the straightforward deconvolution.
1 commentaire
Aqiba Hafeez
le 11 Juil 2024
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!