From: Hendrik on
Hi,
I'am searching for someone who can help me in thefollowing problem. I have to to a 2D deconvolution with complex matrices. The given possibilities in Matlab within the image processing toolbox are not sufficent, because the input for deconvolution algorithms has to be real.
I have a complex PSF and complex "picture".

Does anybody know about other algorithms or how to solve this problem?
Thanks in advance,
Hefi
From: Bruno Luong on
"Hendrik " <h.fischer(a)tu-bs.de> wrote in message <i2756s$1u$1(a)fred.mathworks.com>...
> Hi,
> I'am searching for someone who can help me in thefollowing problem. I have to to a 2D deconvolution with complex matrices. The given possibilities in Matlab within the image processing toolbox are not sufficent, because the input for deconvolution algorithms has to be real.
> I have a complex PSF and complex "picture".
>
> Does anybody know about other algorithms or how to solve this problem?

I don't own the image processing tbx, but such problem can be written as linear complex system that can be solved by writing matrix/rhs or using FFT division since ...it is a deconvolution.

Bruno