We know that a Fourier series for signal $x(t)$ is given as
$$\frac {a_0} 2 + \sum \limits _{m=1} ^\infty (a_m \cos \frac {2 \pi m t} T + b_m \sin \frac {2 \pi m t} T)$$
So my question is
what do $a_0$,$a_m$ and $b_m$ terms mean in the Fourier series formula?
How are they important in Fourier analysis and synthesis ?
The $a_i$'s and $b_i$'s are respectfully the real and imaginary parts of the complex number in the $i$th position of the vector $F_nx$, where $F_n \in \mathbb{C}^{n \times n}$ is the Fourier transform matrix. For example, $F_4$ is $$\begin{bmatrix} 1 & 1 & 1 & 1 \\ 1 & \omega & \omega^2 & \omega^3 \\ 1 & \omega^2 & \omega^4 & \omega^6 \\ 1 & \omega^3 & \omega^6 & \omega^9 \end{bmatrix}$$ and with $n=4$, $\omega=\exp(\frac{-2\pi i}{n})=\exp(\frac{-\pi i}{2})$.
Now if $$x=\begin{bmatrix} 1 \\ 0 \\ 1 \\ 2 \end{bmatrix}$$
Then $F_4x$ is $$\begin{bmatrix} 4 \\ 1+i \\ 0 \\ -2i \end{bmatrix}$$
So that $a_0=4, b_0=0, a_1=1, b_1=1, a_2=b_2=0, a_3=0$ and $b_3=-2$