So far I managed to run the FFT and I got the next table of coefficients:
[2, 1 + i, 0, 1 - i, 2, 1 + i, 0, 1 - i]
The problem I have is to compute the inverse and get the polynomial in its coefficient form. Can you please help me by explaining how to determine the inverse of the root of the unity that I need to use? And a more broad explanation of how to apply IFFT.
Thank you a lot!