Solutions
Homework 6
MTHE / MATH 335 — Winter 2026
Problem 1: Fourier Series
a) For some , let with
Find the Fourier series expansion of . Study the case with , and the case with .
b) For some , let with
Find the Fourier series expansion of . Study the cases with (i) , and (ii) the case where, with , we have
as .
Problem 2: Fourier Series
In , we observed that the Fourier series
provides a complete orthonormal sequence, hence, provides a basis. Let be given as:
for all .
What is the Fourier series expansion of ?
Problem 3: Fourier Series
In class, we observed that in , the sequence of signals
provides a complete orthonormal sequence.
Let such that . Suppose is differentiable.
Find the Fourier expansion of for in terms of the Fourier series coefficients of .
Problem 4: Matlab Assignment
In this assignment, you are asked to generate (with the help of Matlab) the Fourier series expansion of the following function: where for and elsewhere. That is
with denoting the indicator function.
You are asked to obtain a representation of the form:
where
By defining a FourSeries function, obtain the expansion coefficients with Matlab. Your function should take the signal as its input and generate the Fourier series coefficients as the output.
Now, let ; ; and and obtain above for . Plot the Fourier series coefficients for .
For , plot for . What is the relationship between and ?
Problem 5: Matlab and Fourier Series
a) Let be given by:
Let denote the Fourier series coefficient corresponding to .
With Matlab, generate the plot of the signal
for and . Here are the Fourier Series expansion coefficients.
Observe that, the signal looks more and more like the original signal as gets larger.
b) Prove that .
Hint: Use the properties of Hilbert spaces and the fact that forms a complete orthonormal sequence. We had proved a related theorem in class in the context of Hilbert spaces. You could invoke this result directly in your argument.
c) Does for a general ,
as ? Explain your argument.
Problem 6: Fourier Transforms Summary
Summarize the Fourier transformations DDFT (Discrete-to-Discrete), CDFT (Continuous-to-Discrete), DCFT (Discrete-to-Continuous), and CCFT (Continuous-to-Continuous) by explicitly stating the input and the output spaces.
Problem 7: CCFT Continuity
Follow your notes and study the theorem that CCFT is a continuous map from to .
Problem 8: CCFT is Unitary
Show that CCFT is a unitary transformation from to itself.
Hint: You may use the construction we discussed in class where the is first defined on and then extended to .
Problem 9: The Fast Fourier Transform (FFT) Algorithm
Describe the Fast Fourier Transform (FFT) Algorithm and explain why the computational complexity is reduced when compared with the usual Fourier Transform computations.