I believe the correct equation should be:total += Y[ctr]/N * (np.cos(xctr2np.pi/N) + 1jnp.sin(xctr2*np.pi/N)).
Does anyone know why the error increasing along the x-axis? Can anyone help to correct it? If using build in reverse FFT(ifft) function, this error tread diapered. But I need this manually compute reversed FFT method.