The following is the 2d complex sinusoidal function,
u0 and v0 represent Fundamental Frequencies in X and Y directions respectively.
I need to implement that sinusoidal function in this present form so that, I can plot it and save it in a Bitmap image file.
How can I represent j (imaginary number)?
What values should I assign to u0 and v0 respectively to plot that Sinusoidal Function?
Can anyone give me any hint?
Edit:
here is my use-case: ... ... I need to implement Gabor Filter using both spatial and frequency domain equations. In the link ... http://www.cs.utah.edu/~arul/report/node13.html ..., you can see that there are several equations. (14) is the equation of Gabor Filter in spatial domain. (15) is the equation of Gabor Filter in frequency domain. Hence, my question.