CT Fourier Series
Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
Part 1
A continuous-time periodic signal x(t) is real-valued and has a fundamental period of T = 8. The nonzero Fourier series coefficients for x(t) are
Express x(t) in the form:
You do not need to find a closed form for this sum. For this part, you should
enter your answers in terms of cos
, pi
, and any other constants necessary
(but not sin
, e
, or j
).
Part 2
Use the Fourier series analysis equation to calculate the coefficients X[k] for the continuous-time periodic signal:
with a fundamental period T=2.
Part 3
Consider the following continuous-time periodic signal:
Using the fundamental period from above, what are the Fourier series coefficients X[k] of this signal? Enter your answer as a Python dictionary mapping values of k to the associated X[k] values. You may include as many entries as you want, but you only need to include entries where X[k] is nonzero.
Part 4
Suppose the periodic signal x(t) has fundamental period T and Fourier coefficients X[k]. In a variety of situations, it is easier to calculate the Fourier series coefficients G[k] for g(t) = \frac{dx(t)}{dt} as opposed to calculating X[k] directly. Given that:
find an expression for X[k] in terms of G[k] and T.
Enter your answers in terms of g_k
(representing G[k]), k
and/or T
(and/or other common mathematical
constants/operations such as e
, j
, and pi
).