Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello all,
I have a problem with the Fourier transform of one of the two dimensions by using the "for loop".
I will be appreciated if anyone could help me with the problem.
Please find the attachment. Thank you a lot!!
Solved! Go to Solution.
The first iteration of the m= loop will set the values for E0[0,n ,but you need all the m indexes filled to calculate the summation.
splitting the calculation to fill the E0 array first will fix this:
Hope this helps
Andy
The first iteration of the m= loop will set the values for E0[0,n ,but you need all the m indexes filled to calculate the summation.
splitting the calculation to fill the E0 array first will fix this:
Hope this helps
Andy
Hi Andy,
Thank you so much! It helps a lot!
Cheers,
JJ