Hi,
I need to do Interpolation of complex numbers let say
z1=x1+i*y1
and
z2=x2+i*y2
now I have two approaches:
1) interpolate real and imaginary parts separately and have the result
or
2) First change the complex numbers into (R,Theta) co-ordinate and then do the interpolation on R and Theta...