how to perform two dimensional deconvolution in matlab?
Mostrar comentarios más antiguos
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');
Respuesta aceptada
Más respuestas (1)
Viktor
el 6 de Jul. de 2024
1 voto
You can use deconvwnr(I,psf,nsr) and set nsr = 0. This will result in the straightforward deconvolution.
1 comentario
Aqiba Hafeez
el 11 de Jul. de 2024
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!