With the correct normalisation the matrix you want to use is I think
If you make a column vector from your polynomial coefficients and multiply it on the right of that matrix you should get your fourier coefficients.
To be clear
There seems to be a typo in your solution.
Code:
1 1 1 1
1 i -1 -i
1 -1 1 -1
1 -i -1 i
To be clear
Code:
1 1 1 1 1 4
1 i -1 -i \/ 1 = -1 + i
1 -1 1 -1 /\ 2 2
1 -i -1 i 0 -1 - i
Last edited:
