A Note About Fourier Coefficients |
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.
|