Fourier Series DC Component

Thread Starter

jp1390

Joined Aug 22, 2011
45
Hello,

***SOLUTION FOUND***

Good resource: MIT Lecture @ around 40:40.

Basically all the coefficients need to be normalized and the 0th term is the only exception where it needs to be normalized by 2.



I am reviewing Fourier Series material for a course, particularly the trigonometric expansion:

\(
f(t) = \sum\limits_{n=0}^\infty a_{n}cos(n\omega t) + \sum\limits_{n=0}^\infty b_{n}sin(n\omega t)
\)

Where:

\(
\omega = \frac{2\pi}{T}

a_{n} = \int_{\frac{-T}{2}}^{\frac{T}{2}} f(t)cos(n\omega t) dt

b_{n} = \int_{\frac{-T}{2}}^{\frac{T}{2}} f(t)sin(n\omega t) dt
\)

When solving for the a0 (DC term) it always results in being double the actual DC value based on the above formula and needs to be halved for the correct function value.

Given a function f(t) = cos(wt) + 3 and expanding this all out using the above formula:

a0 = 6
a1 = 1
bn = 0, for all n

cos(wt) + 6 != f(t)

Wondering why the a0 term does not fit the formula (i.e. needing to divide by 2 to equal the identical function)?

Thank you
 
Last edited:

Thread Starter

jp1390

Joined Aug 22, 2011
45
Does it have to do with the fact that in the trigonometric form the An and Bn coefficients are taking the weight of both positive and negative frequency components and since there is no such thing as negative DC, you need to account for that after the fact?
 
Top