Could anybody please tell me whether I can perform this integration with FFT in MATLAB? How? Please answer as soon as possible with the details.
Suppose there exists 2 rectangular planes, say, input
accessed by x1
and y1
variables and the resulting plane is output
accessed by tetax
and tetay
variables.
This is the integral in pseudo-code:
output(tetax,tetay)=double integral of [input(x1,y1)*exp(-j*k*((tetax*x1)+(tetay*y1)))](dx1)(dy1)
where: -1<= x1 <= 1 and -1<= y1 <= 1
tetax
and tetay
should change so they can span the final rectangular plane.
I would really appreciate a prompt and detailed answer.