A
Note About Fourier Coefficients.
In a Fourier Series, there are two terms in the nth harmonic
- a cosine term and a sine term. Together they give you the components
of the signal at that frequency, i.e. the nth harmonic.
Writing them out we have:
-
ancos(nwot)
+ bnsin(nwot)
= total component at the nth harmonic.
However, you should be
aware that there are other ways of writing that component, and that you
might get more information or insight using those other forms. Actually,
you may be forced to deal with this other representation because this is
the representation in which results are returned when using FFT algorithms
in applications like Mathcad and Matlab.
Consider this diagram:

In this diagram, we
have:
-
an =
cn cos(fn)
-
bn =
cn sin(fn)
Using these relations,
we can write the component at the nth harmonic.
-
Total component at the
nth harmonic = ancos(nwot)
+ bnsin(nwot)
-
= [cn
cos(fn)cos(nwot)]
+ [cn sin(fn)
sin(nwot)]
-
= cn
[cos(fn)cos(nwot)
+ sin(fn)
sin(nwot)]
-
= cn
cos(nwot
+ fn)
Now, we can interpret this result. Here are the conclusions.
-
cn is
actually the size of the component at the nth harmonic.
-
You can get an
and bn from cn if you know the phase
angle of the harmonic.
-
Different phase angles
will produce different a's and b's, but the size of the harmonic would
stay the same.
-
Ultimately, that all comes
down to the choice of t= 0, i.e. where that point is positioned on the
waveform. If the waveform is on an oscilloscope that point could
be chosen anywhere.