Deconvolution of two different Gaussians
Show older comments
Hi all
I'm convolving two different Gaussians: straggling and espread. But when I deconvolve the resultant I see either straggling or "nonsense". Is it possible to deconvolve the resultant in such a way that I see espread? My code is attached.
Sorry, bit of a noob question.
Regards
Tim
Accepted Answer
More Answers (1)
Is it possible to deconvolve the resultant in such a way that I see espread?
Since you deconvolve y by espread, of course you will get straggling. Presumably you meant to deconvolve by straggling -
a=deconv(y,straggling);
Categories
Find more on Image Filtering 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!

