188-Article Text-852-3-10-20221111
188-Article Text-852-3-10-20221111
188-Article Text-852-3-10-20221111
Abstract
The Fourier Transform (and all its versions discrete/continuous/finite/infinite), covers deep and
abstract mathematical concepts, and can easily overwhelm with detail. In this paper I provide
some intuitive ideas of how the Discrete Fourier Transform (and its version with low frequencies)
works and how we can use it to approximate real periodic functions and parametric closed curves
by means of trigonometric interpolation.
1 I NTRODUCTION
Fourier Analysis has become an indispensable tool to represent signals and systems in science and
engineering. In particular, the so called Fourier Transform:
Z ∞
X(k) = x(t)e−2πitk dt (1)
−∞
is used to decompose a signal x(t) in terms of its sinusoidal components, which enable us to determine
the output of a system faster that other methods, in addition to other advantages. At first glance, with
all the mathematics involved, the Fourier transform (1) can be quite intimidating as it looks complex
and difficult. But, it is not! It is similar to find the total amount of a set of coins. To make an analogy,
let us say that we have a box with coins of 5, 10, 25 and 50 cent denominations. We can take one by
one and add its value to a partial sum. We find the amount after the values of all the coins are added.
An alternative way to do this is to decompose the coins into the four denominations and count the
number of coins in each. Multiplying the number of different coins by their value and adding results
in the amount.
In the representation of a function in the form x(t), the variable t is the independent variable (but
not always) in a certain domain, designated as the time domain. In the representation of a function
in the form X(k), variable k, which represents the frequency index of a frequency component, is the
independent variable in the frequency domain, see Figure 1. Each representation specifies the given
function. In particular, the frequency-domain representation turns out to be a convenient and efficient
way for analysing signals.
1
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
There are four different versions of the Fourier Transform to suit the different types of signals. In
particular, the most frequently used in practice is the Discrete Fourier Transform (DFT), together
with its inverse (IDFT). The DFT is the only version in which signals are represented in finite and
discrete form in both the time and frequency domains, and, hence, implementable using a digital sys-
tem. Modern digital media, (sound, video or images), are based on discrete data. Physical devices
can generate signals only over a finite period and can generate frequency components of a finite order
only. Then, for all practical purposes, all waveforms generated by physical devices can be represented
by the DFT adequately. Furthermore, fast algorithms are available for its implementation. Since the
DFT uses only a finite number of discrete sinusoids to represent the signals, it is easier to understand
and the visualisation of the reconstruction of the waveforms is much simpler.
A well-known application of the DFT in signal processing is trigonometric interpolation, that is, the
process of finding a function defined as a sum of sines and cosines of given periods, which goes
through a given data set. The interpolation of large amounts of equally-spaced data by trigonomet-
ric polynomials can produce very accurate results. In fact, it is a very appropriate approximation
technique in areas involving digital filters, antenna field patterns, quantum mechanics, optics, and in
numerous simulation problems.
Until the middle of the 1960s, however, the method had not been extensively applied due to the
number of arithmetic calculations required for the determination of the Fourier coefficients in the ap-
proximation. The interpolation of N data points by the direct-calculation technique, considering the
DFT and its inverse, requires approximately N 2 multiplications and N 2 additions. The approximation
of many thousands of data points is not unusual in areas requiring trigonometric interpolation, so the
direct methods for evaluating the Fourier coefficients require multiplication and addition operations
numbering in the millions.
2
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
In 1965, a paper by James W. Cooley and John W. Tukey in the journal Mathematics of Computation
described a different method of calculating the Fourier coefficients in the interpolating trigonometric
polynomial, see Cooley and Tukey (1965). This method reduces the computing time of the DFT to
a time proportional to N log2 N multiplications and N log2 N additions, provided N is chosen in an
appropriate manner. For a problem with thousands of data points, this reduces the number of calcula-
tions from millions to thousands.
The method described by Cooley and Tukey is known either as the Cooley-Tukey algorithm or the Fast
Fourier Transform (FFT) algorithm and has led to a revolution in the use of interpolatory trigonomet-
ric polynomials and, according to Gilbert Strang, is “the most important numerical algorithm of our
lifetime” (Strang, 1994, p.253). The FFT algorithm is wired into computers and widely explained in
the literature, see for example Brigham (1988); Stein and Shakarchi (2003); Sundararajan (2018).
In this paper I provide some intuitive ideas of how the Discrete Fourier Transform works and how we
can use it to approximate real periodic functions and parametric closed curves by means of trigono-
metric interpolation. In this case, GeoGebra turns out to be a powerful tool since we can easily
implement the DFT, compute the trigonometric interpolation and plot the results.
The DFT and its inverse are perhaps among the deepest insights ever made with many applications in
our modern digital world. Unfortunately, its meaning is buried within dense equations:
N −1
1 X 2π
DFT: Xk = xn · e−ik N n , k = 0, 1, . . . , N − 1 (2)
N n=0
N −1
2π
X
IDFT: xn = Xk · eik N n , n = 0, 1, . . . , N − 1 (3)
k=0
which can be rewritten, by using Euler’s formula eit = cos t + i sin t, as follows
N −1
1 X 2π 2π
Xk = xn cos k n − i sin k n (4)
N n=0 N N
N −1
X 2π 2π
xn = Xk cos k n + i sin k n (5)
k=0
N N
In essence, the DFT allows us to split any periodic function into a number of sinusoid functions or
waves. Consider for example a periodic function x(t) shown in the graph at the top in Figure 2a. This
wavy pattern here can be split up into sinusoid functions, shown at the bottom in the same Figure 2a.
On the other hand, the IDFT allows us to recover the original function by adding up the two sinusoid
functions below. But this example seems quite simple. Can we use the same process for more com-
plicated functions? What about functions that do not even look like they are made of sinusoids?
3
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
4
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
Let us consider, for instance, the periodic square function which graph is shown at the top in Figure
2b. It might be hard to see it but this wave also can be split up into sinusoid functions. However,
we need a lot of them this time (technically an infinite amount to perfectly represent it), see sinusoid
functions in Figure 2b. As we add up more and more sinusoid functions the pattern gets closer and
closer to the square wave we started with. More surprisingly is that the DFT can be applied to any
periodic function no matter how complicated this is, see for example the wave shown in Figure 2c,
and the IDFT allows us to recover that periodic function from the sinusoid waves. This decomposition
of a waveform relies on the remarkable fact that the complex exponentials form an orthogonal basis.
Remark 1. Orthogonality of two complex sequences means that the sum of point-wise products of a
sequence and the conjugate of the other sequence is zero or a constant over a specified interval. For
details see (Sundararajan, 2018, p. 37).
t2
f (t) = 2t − . (6)
π
Given N sampled values of f , our goal is to find the Fourier sum p(t) defined on [0, 2π] such that
N
X −1
it 2it (N −1) i t
f (t) ≈ p(t) = X0 + X1 e + X2 e + · · · + XN −1 e = X k ei k t . (7)
k=0
The symbol ≈ means that the function f (t) and the sum p(t) agree on the sample points:
f (tn ) = p(tn ), n = 0, 1, 2, . . . N − 1.
5
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
Remark 2. Since our function (6) is real, we only need to use the real part of p(x), that is
f (t) ≈ p(t) = X0 + X1 cos t + X2 cos 2t + · · · + XN −1 cos (N − 1) t. (8)
where Xk are real constants.
To further simplify the problem we divide the interval 0 ≤ x ≤ 2π in equal parts, that is, we will use
the partition
2π 4π 2kπ 2(N − 1)π
t0 = 0, t1 = , t2 = , · · · , tk = , · · · , tN −1 = .
N N N N
Now we can use the real part of the DFT defined in the expression (4) to calculate the coefficients Xk
for every k from the set of the sampled function values
x = {x0 , x1 , . . . , xN −1 }.
6
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
Remark 3. The code in each step can be typed directly in the input box of GeoGebra (in both versions
online and desktop). The reader can also access the online interactive version in (Ponce Campuzano,
2021).
Step 2: Define function. Here we use the command If to define the function in interval [0, 2π]. See
(GeoGebra, 2021b) for details.
f(t) = If(0<=t<=2 pi, 2 * t - tˆ2 / pi)
Step 4: Calculate the real component of the Fourier coefficients. Here we use the command Element
to select an element from the list Lx. See (GeoGebra, 2021a) for details.
FReal = Sequence(1/N * Sum(Sequence(Element(Lx, n+1) * cos( 2 * pi / N * k * n),
n, 0, N-1 )), k, 0, N-1)
In Figure 5, we can compare the function with the interpolation points indicated, and the discrete
Fourier representations for both N = 4 and N = 15 points. In Figure 6 we can appreciate the
frequency components. That is, each summand of the trigonometric interpolation p(t), defined in
(10), is plotted separately.
7
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
Notice that the resulting graphs point out a significant difficulty with the Discrete Fourier Transform.
While the trigonometric polynomials do indeed correctly match the sampled function values, their
pronounced oscillatory behaviour makes them completely unsuitable for interpolation away from the
sample points.
However, this difficulty can be rectified. The problem is that we have not been paying sufficient
attention to the frequencies that are represented in the Fourier sum. Indeed, the graphs in Figure 5
show a behaviour commonly known as aliasing, that is, low and high frequency exponentials can
have the same sample data, but differ wildly in between the sample points. While the first half of the
summands in (7) represent relatively low frequencies, the second half do not, and can be replaced by
equivalent lower frequency, and hence less oscillatory exponentials. Namely, if 0 < k ≤ 12 N , then
have the same sample values, but the former is of lower frequency than the latter. Thus, for interpo-
latory purposes, we can replace the second half of the summands in the Fourier sum (7) by their low
frequency alternatives. If N = 2m + 1 is odd, then we take
as the equivalent low frequency interpolation. On the other hand, if N = 2m is even then
In both cases, the Fourier coefficients with negative indices are the same as their high frequency
alternatives
X−k = XN −k .
Returning to the previous example, for interpolatory purposes, we should replace (10) by the equiv-
alent low frequency interpolation using the Discrete Fourier Transform with low frequencies for
8
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
N = 2m even defined as
N −1
1 X 2π 2π
Xk = xn cos k n − i sin kn (13)
N n=0 N N
We can easily calculate in GeoGebra the low frequency coefficients and trigonometric interpolation
for N = 2m even. We just need to replace the steps 4 and 5 described above by the following:
Step 4 (even): Real component of the Fourier coefficients with low frequency for N even.
FReEven = Sequence( 1/N * Sum(Sequence( Element(Lx, n+1) * cos(2 * pi / N * k *
n), n, 0, N-1)), k, -N/2, N/2-1)
Step 5 (even): Define trigonometric interpolation for low frequencies for N even.
pEven = If(0<=t<=2 pi, Sum(Sequence(Element(FReEven, k + N/2 + 1) * cos(k * t),
k, -N/2, N/2-1)))
Graphs of p̂(t) for N = 4 and N = 16 with low frequency trigonometric interpolations are shown in
Figures 7a and 7b.
9
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
The graphs of p̂(t) for N = 5 and N = 17 are shown in Figures 8a and 8b. These were computed
with the following:
Step 4 (odd): Real component of the Fourier coefficients with low frequency for N odd.
FReOdd = Sequence( 1/N * Sum( Sequence( Element(Lx, n+1) cos(2 * pi/N * k * n),
n, 0, N-1)), k, -(N-1)/2, (N-1)/2)
Step 5 (odd): Define trigonometric interpolation for low frequencies for N odd.
pOdd = If(0<=t<=2 pi, Sum(Sequence(Element(FReOdd, k + (N-1)/2 + 1)*cos(k * t),
k, -(N-1)/2, (N-1)/2)))
Thus, by utilising only the lowest frequency exponentials, we have successfully suppressed the alias-
ing issues, resulting in a quite reasonable trigonometric interpolation to the given function f . Also, as
mentioned in section 2, we have split f into a number of sinusoid functions, these are the frequency
components of p̂(t), see Figure 9.
10
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
4 T HE C AT CURVE
We have approximated a real function defined on an interval using the DFT (with low frequencies).
The most surprising thing here is that we do not really need to know the function f from the beginning.
In fact, we only need to know a finite number of sampled function values
xn = f (tn ), n = 0, 1, 2, . . . N − 1,
to reconstruct it by means of a sum of sinusoidal functions. Of course, the greater the number of
sampled function values is, the more accurate the approximation will be.
Furthermore, the same procedure can be used to approximate parametric curves of the form
u(t)
t ∈ [0, 2π]. (15)
v(t)
which can rewritten in its complex form as z(t) = u(t) + i v(t), t ∈ [0, 2π].
To do this we just need to consider a set of N points belonging to the parametric curve:
For each n, let xn = z(tn ). Thus we have a new sampled function of complex values
x = x0 , x1 , x2 , · · · , xN −1 .
Then we can apply the DFT to obtain the Fourier coefficient Xk which encodes the amplitude and
phase of a sinusoidal wave with frequency k. Finally, we use the IDFT to calculate the interpolatory
trigonometric polynomial. That is
N
X −1
z(t) = x(t) + i y(t) ≈ Xk cos(k t) + i sin(k t) , t ∈ [0, 2π]. (16)
k=0
To obtain better results, it is recommended to use the low frequency version of both the DFT and IDFT.
Figure 10. 63 points distributed approximately at equal space resembling the shape of a Cat.
11
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
For example, Figure 10 shows a set of 63 points on the plane resembling the shape of a Cat. If we
calculate the trigonometric interpolation, we obtain the parametric curve with the shape of a Cat, as
shown in Figure 11. The complete details about the construction and GeoGebra script can be con-
sulted in Ponce Campuzano (2021). In this example, I have sorted the terms Xk by size (amplitude)
to show that only using the largest coefficients Xk in the sum Fourier determines a quite close ap-
proximation to the Cat curve. The other coefficients become negligible from N = 37. This is in
fact another application of the DFT in which shapes (in this case closed curves) can be adequately
described by much fewer than N coefficients.
12
North American GeoGebra Journal Volume 10, Number 1, ISSN 2162-3856
5 F INAL COMMENTS
The Fourier Transform has several flavours (discrete/continuous/finite/infinite), covers deep and ab-
stract mathematical concepts, and can easily overwhelm with detail. In this paper we have talked
about how the Discrete Fourier Transform (and its version with low frequencies) allows us to split a
periodic function into a number of sinusoid functions. In particular, we have shown, with the aid of
GeoGebra, how to use the DFT to approximate periodic functions by means of trigonometric polyno-
mials using only a finite number of sampled function values. This procedure has many applications in
signal processing in our modern digital world. The examples presented here can be used potentially
as an introductory learning activity to study, understand, and appreciate the profound insights of the
DFT.
R EFERENCES
Brigham, E. O. (1988). The fast Fourier transform and it applications. Prentice-Hall, Inc. USA.
Cooley, J. W. and Tukey, J. W. (1965). An algorithm for the machine calculation of complex fourier
series. Mathematics of Computation., 19:297–301.
North American GeoGebra Journal Staff (2021). Lists and sequences. North American GeoGebra
Journal, 9(1):25–30.
Ponce Campuzano, J. C. (2021). Discrete fourier transform for trigonometric interpolation. GeoGe-
bra. https://www.geogebra.org/m/hcsvacfj [Online; accessed 27-Dec-2021].
Stein, E. M. and Shakarchi, R. (2003). Fourier Analysis: An Introduction. Princeton University Press
Oxford.
13