Prove fourier coefficients of an odd discrete signal is $a_n = -a_{-n}$

63 Views Asked by At

I'm self studying signal and system. I've come across this property: fourier coefficients of an odd discrete signal is $a_n = -a_{-n}$, how can this be proved?

1

There are 1 best solutions below

0
On BEST ANSWER

First the signal must be periodic. Second if the signal is $x[n]$ we have $$x[n]=\sum_{k=0}^{N-1}a_ne^{j2\pi kn}$$and $$a_k={1\over N}\sum_{n=0}^{N-1}x[n]e^{-i2\pi kn}$$if $x[n] $ is odd we have$$a_{-k}{={1\over N}\sum_{n=0}^{N-1}x[n]e^{i2\pi kn}\\={1\over N}\sum_{n=0}^{N-1}-x[-n]e^{i2\pi kn}\\=-{1\over N}\sum_{n=1-N}^{0}x[n]e^{-i2\pi kn}\\=-{1\over N}\sum_{n=0}^{N-1}x[n]e^{-i2\pi kn}\\=-a_{k}}$$hence the proof is complete $\blacksquare$