Fourier series period

fourierseries

This might seem basic to most of you but I'd like some help with a DT FS question if possible.

From what I understand, the period of a DT signal N is defined as the value such that x[n] = x[n + N].

I have the solution to question here that states the period is N. Should the period not be (N + 1)?

Similarly, in my summation to find the FS coefficients, should I not sum from (0 to N), rather than (0 to N-1)?

Thank you.

Depiction of Question

Best Answer

The period is indeed \$N\$: the sample at index \$n=N\$ corresponds to the sample at \$n=0\$. So if you continued the sequence to the left (i.e. towards negative indices), there would be three samples with value \$1\$.

For finding the coefficients you need to sum over one period, i.e. you have to sum from \$0\$ to \$N-1\$ (which are \$N\$ values). You might as well some from some index \$n_0\$ to \$n_0+N-1\$ (which again are exactly \$N\$ values).

Related Topic