The Fourier Transformation
All four Fourier transforms: DDFT, CDFT, DCFT, and CCFT. Fourier series, DFT properties, FFT algorithm, Plancherel/Parseval theorems, transforms of distributions, and the sampling/bandwidth tradeoff.
The Big Idea: What Fourier Transforms Actually Do
The central insight behind all Fourier transforms is surprisingly simple: every signal can be built by adding up sine waves at different frequencies. A musical chord is the sum of its individual notes. A square wave is the sum of infinitely many harmonics. Even a sharp spike can be constructed from sinusoids, if you use enough of them.
The Fourier transform answers the question: "How much of each frequency is present in my signal?"
There are two complementary operations:
- Forward transform (Analysis / Decomposition): Takes a signal and produces its frequency recipe -- a function (or sequence) that tells you the amplitude and phase of each frequency component. This is like hearing a chord and identifying the individual notes.
- Inverse transform (Synthesis / Reconstruction): Takes the frequency recipe and rebuilds the original signal by adding up weighted sinusoids. This is like reading sheet music and playing the chord.
How the forward transform works, conceptually:
To detect "how much" of frequency is in a signal , the transform multiplies by the complex sinusoid and then sums (or integrates) the result. The exponential acts like a tuning fork tuned to frequency :
- If the signal contains energy at frequency , the product will have a steady, non-cancelling component, and the sum/integral will be large.
- If the signal does not contain frequency , the product oscillates symmetrically around zero, and the sum/integral cancels out to zero (or near zero).
The result is a complex number whose magnitude tells you the amplitude (strength) of frequency , and whose angle tells you the phase (timing offset) of that component.
A concrete example: If , a pure 5 Hz tone, then the Fourier transform will show a spike at and , and zero everywhere else. The negative frequency appears because -- cosine is the sum of two complex exponentials rotating in opposite directions.
Why four transforms? The four Fourier transforms (DDFT, CDFT, DCFT, CCFT) all implement this same idea, but differ in whether the input signal and the output spectrum are discrete or continuous. These choices depend on the mathematical setting -- whether your signal is finite-length, periodic, or defined over all of .
We have seen earlier in Theorem that in a Hilbert space , a complete orthonormal sequence can be used to express any via the relation
We have also seen in Chapters 2 and 3 that complex exponentials provide such a complete orthonormal sequence, and therefore can be used to approximate any square integrable signal arbitrarily well. We saw in Chapter 4 that complex exponentials possess the eigenfunction property for linear time-invariant systems.
The above motivate the use of the representation of signals in terms of complex exponentials and the spectral properties of frequency response / transfer functions. This study is achieved by Fourier transforms. Accordingly, Fourier transforms play a significant role in systems theory and applied mathematics at large. There are four types of Fourier transformations: Discrete-to-Discrete (DDFT), Continuous-to-Discrete (CDFT), Discrete-to-Continuous (DCFT), Continuous-to-Continuous (CCFT).
We will start with the first two of the above. Before we proceed, recall that a bijective transformation is a map from a signal set to another one , such that is onto and one-to-one; the Fourier transforms will constitute examples of such transformations with further very useful structural and regularity properties to be studied in this chapter and beyond.
Discrete-to-Discrete (DDFT) and Continuous-to-Discrete (CDFT) Fourier Transforms
Fourier Series Expansions
Discrete Time
The -dimensional complex vector space is a Hilbert space with the inner product:
where, as earlier, the bar notation denotes the complex conjugate of its argument.
The set of complex harmonic signals:
provides a complete orthonormal sequence, hence, provides a basis for . The Fourier series expansion is given by:
where
Observe that with , for .
Continuous Time
The complex vector space is a Hilbert space with the inner product:
The countably infinite sequence of complex harmonic signals:
provides a complete orthogonal sequence, hence, provides a basis for .
The completeness of Fourier series in is based on the argument that trigonometric polynomials are dense in (see Theorem and the discussion in the relevant section).
The Fourier series expansion is given by:
where
Observe that with , for with .
Thus, in the context of the relevant section, a Fourier series expansion is the representation of a square integrable signal in terms of a collection of a complete orthonormal harmonic signal sequence.
Discrete-to-Discrete (DDFT) and Continuous-to-Discrete (CDFT) Fourier Transforms
In view of the above, we define Discrete-to-Discrete (DDFT), Continuous-to-Discrete (CDFT) as follows:
and
Intuition: The DDFT takes a finite-length discrete signal (N samples) and produces N frequency coefficients. Both the input and output are finite sequences, making this the version of the Fourier transform that computers actually compute. It decomposes a finite signal into N harmonic components equally spaced in frequency.
What each part of the does (DDFT forward):
- -- the original signal: a sequence of numbers (samples), indexed by
- -- a complex sinusoid at frequency , evaluated at discrete time . By Euler's formula, . This is the "detector" for frequency
- -- multiplying the signal by the detector at each sample. If the signal oscillates at frequency , this product will tend to align (not cancel out)
- -- a normalization factor that ensures the transform is unitary (energy-preserving). Some conventions put on the forward transform and on the inverse, but the symmetric keeps the transform an isometry
- -- sum over all samples. This is the discrete analogue of integration. If frequency is present, the terms reinforce and the sum is large; if not, the terms cancel and the sum is small or zero
- -- the result: a complex number for each frequency . Its magnitude is the amplitude of that frequency component, and its angle is the phase shift
and
Intuition: The CDFT takes a continuous-time signal defined on a finite interval and produces a discrete (countable) set of Fourier coefficients at frequencies . This is the classical Fourier series: a periodic continuous signal is decomposed into a countable set of harmonics. The spacing between frequencies is inversely proportional to the period -- longer signals yield finer frequency resolution.
What each part of the does (CDFT forward):
- -- the original continuous-time signal defined on the interval
- -- a complex sinusoid at frequency , acting as the detector. By Euler's formula,
- -- the product of the signal with the detector. When the signal has energy at frequency , this product has a non-zero average over the interval
- -- normalization factor. Dividing by makes the transform unitary, so energy is preserved between the time and frequency representations
- -- integration over one full period. This is the continuous analogue of summation: it accumulates the correlation between the signal and the detector sinusoid. If frequency is present, the integral is large; if not, positive and negative contributions cancel out
- -- the Fourier coefficient at frequency . Note that the output is discrete: you only get coefficients at the harmonic frequencies The magnitude gives the amplitude of harmonic , and the angle gives its phase
The inverses of these can also be defined:
and
Intuition: The inverse DDFT reconstructs the original time-domain samples from their frequency coefficients. The fact that this inverse exists and perfectly recovers the signal means no information is lost when transforming to the frequency domain -- the two representations are equivalent.
What each part of the does (Inverse DDFT -- Synthesis):
- -- the Fourier coefficient at frequency . This complex number encodes the amplitude and phase of the -th harmonic component. It controls how much of that frequency to add back
- -- a complex sinusoid at frequency , evaluated at time . Note the positive sign in the exponent (compare with in the forward transform). This generates the actual oscillation at frequency
- -- one frequency component, weighted by its coefficient. Each term in the sum adds one sinusoidal "ingredient" back into the signal
- -- the same normalization as the forward transform, ensuring unitarity
- -- sum over all frequency components. By adding all the weighted oscillations together, you reconstruct the original signal sample exactly. This is the synthesis step: the frequency recipe is turned back into a signal
and
Intuition: The inverse CDFT synthesizes a continuous-time signal from its countably many Fourier coefficients. Each coefficient weights a complex exponential at frequency , and the sum of all these weighted harmonics reconstructs the original signal. This is the synthesis formula of the Fourier series.
What each part of the does (Inverse CDFT -- Synthesis):
- -- the Fourier coefficient at frequency . This tells you the amplitude and phase of the -th harmonic. It controls how much of that frequency to include in the reconstruction
- -- a complex sinusoid at frequency , now as a continuous function of time . The positive sign in the exponent (vs. negative in the forward CDFT) indicates this is synthesis, not analysis
- -- one harmonic component, weighted by its Fourier coefficient. Each term in the sum contributes one "pure tone" to the reconstructed signal
- -- normalization matching the forward transform
- -- sum over all integer harmonics , from to . Unlike the finite DDFT inverse, this sum is infinite -- you need infinitely many harmonics to perfectly reconstruct a continuous-time signal from its Fourier series. In practice, the partial sums converge in the sense
Properties of the Discrete Fourier Transforms
The transformations and are unitary, that is:
Intuition: Parseval's equality says that energy is conserved when you transform between time and frequency domains. The total energy of a signal, computed by summing/integrating its squared amplitude over time, equals the total energy computed from its frequency coefficients. This is why the Fourier transform is called a "unitary" or "isometric" transformation -- it preserves distances and energies.
Time-shift, periodicity and differentiation will also be discussed. An important property is with regard to convolution. Suppose that in the following, we write , in which case the convolution operation is also termed cyclical convolution.
Let . Then,
That is, convolution is equivalent to point-wise multiplication in the frequency domain.
Intuition: The convolution theorem is one of the most practically important results in signal processing. Computing a convolution directly requires integrating a product over all time shifts, but in the frequency domain it reduces to simple pointwise multiplication. This is why filtering is often done by transforming to the frequency domain, multiplying, and transforming back -- especially with the FFT, this is far more efficient.
Worked Exercise
Exercise.
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. Study the cases with (i) , and (ii) the case where, with , we have , as .
Solution. a) We have for :
For , we have:
For , we have:
If : For , , and for , .
For the other extreme, if , we have for all : .
b) We have the expansion (in the -sense):
with
Thus, with as given, we have:
If , we have that for all and .
If , with , then we observe that for all .
We observe from these examples that, as a general insight (which can be made more rigorous under additional conditions), if we expand the signal in time domain, we shrink it in the frequency domain; and if we shrink it in time domain, we expand it in the frequency domain.
Computational Aspects: The FFT Algorithm
The Fast Fourier Transform (FFT) is a very important algorithm to implement DTFT () in a computationally efficient fashion in practice. The fft command in Matlab generates the transform.
Observe that for the operations described in the DDFT definition:
so that , with
there are complex multiplications and complex additions for each (and thus there will be such computations). Thus, the FFT algorithm in the form above has the computational complexity of complex operations (with one complex operation being equivalent to one complex addition and one complex multiplication).
If is even, we can write
Define and , for . Then, the above leads to
Thus, as we see, the above leads to a parallel processing of two smaller length transforms. If is a power of 2, we can continue with this approach to a building block of length . By inductively splitting the summations in the expansions as above, the FFT algorithm then reduces the computational complexity for the from complex operations to (with being a power of 2) such operations.
The FFT algorithm achieves a dramatic speedup: for , the naive DFT requires about operations, while the FFT requires only about . This makes real-time signal processing practical.
The Discrete-to-Continuous Fourier Transform (DCFT):
The Discrete-to-Continuous Fourier Transform can be viewed as the inverse of (with taken to be 1 and a negation in the index):
A signal can be expanded as:
with
We write .
The DCFT maps a discrete-time signal to a continuous function of frequency. The output is periodic with period 1. This transform is the workhorse of discrete-time signal processing -- it takes a sequence of numbers and produces a continuous frequency spectrum.
What each part of the does (DCFT forward):
- -- the original discrete-time signal: an infinite sequence of numbers indexed by all integers
- -- a complex sinusoid at frequency , evaluated at discrete time . By Euler's formula, . This is the frequency detector, just as in the other transforms
- -- the product of the signal sample with the detector at that sample. If oscillates at frequency , these products reinforce rather than cancel
- -- sum over all integer time indices, from to . This replaces integration (since the signal is discrete) and replaces the finite sum of the DDFT (since the signal is now infinite-length)
- -- the result is a continuous function of frequency , and it is periodic with period 1. The output lives on a continuous interval because the input is an infinite-length sequence -- more input data yields a denser (continuous) frequency representation. The magnitude gives the spectral amplitude at frequency , and the angle gives the phase
Note that there is no explicit normalization here because the convention uses and the normalization is absorbed into the inverse transform's integration.
What each part of the does (DCFT inverse -- Synthesis):
- -- the continuous frequency spectrum. For each frequency , this complex-valued function tells you the amplitude and phase of that component
- -- a complex sinusoid at frequency , evaluated at discrete time . The positive sign (vs. negative in the forward transform) signals that this is synthesis
- -- one infinitesimal frequency component, weighted by the spectrum. Each value of contributes a tiny sinusoidal piece to the reconstructed signal
- -- integration over all frequencies in one period . Since the spectrum is continuous, reconstruction requires integrating (not summing) over all frequency components. This integral adds up a continuum of weighted oscillations to recover
- -- the reconstructed signal sample at time , perfectly recovered from the continuous spectrum
The CCFT: on and its Extension to
We will define the CCFT by the relation
with
We write .
Intuition: The CCFT is the "fully continuous" Fourier transform: it maps a continuous-time signal defined on all of to a continuous frequency spectrum on all of . Unlike the Fourier series (which produces discrete frequencies), the CCFT produces a continuous frequency density. This is the appropriate transform for non-periodic signals of finite energy, and it is the transform most commonly meant when engineers simply say "the Fourier transform."
What each part of the does (CCFT forward):
- -- the original signal in continuous time, defined for all
- -- a complex sinusoid at frequency (the "detector"). By Euler's formula, this equals . It probes the signal for content at frequency
- -- multiplying the signal by the detector. If the signal contains frequency , this product will have a steady (non-cancelling) component
- -- integrating (summing up) over all time. If frequency is present, the integral is large; if not, positive and negative parts cancel and the integral is small or zero
- -- the result: a complex number for each frequency , forming a continuous spectrum. The magnitude tells you the amplitude at frequency , and the angle tells you the phase shift of that component
This is the "fully continuous" version: continuous time in, continuous frequency out. Both the signal and its transform live on , and neither is assumed periodic.
What each part of the does (CCFT inverse -- Synthesis):
- -- the continuous frequency spectrum (the "frequency recipe"). For each frequency , this complex number encodes the amplitude and phase of that component
- -- a complex sinusoid at frequency . Note the positive sign in the exponent (vs. in the forward transform). This generates the actual oscillation at frequency
- -- one infinitesimal frequency component, weighted by the spectrum. The coefficient controls how much of frequency to add back
- -- integrating over all frequencies. Since the spectrum is continuous, we sum a continuum of weighted oscillations. Each infinitesimal frequency band contributes to the total signal
- -- the reconstructed signal at time , perfectly recovered by summing all frequency contributions
The synthesis integral assembles the original signal from its frequency ingredients, just as the forward transform decomposed it. The two operations are perfect inverses of each other.
Two important properties are given in the following.
For and :
a) .
b)
Theorem is one of the most powerful properties of the Fourier transform. Part (a) says that differentiation in time corresponds to multiplication by in frequency. Part (b) says that multiplication by in time corresponds to differentiation in frequency (up to a constant). These properties are what make the Fourier transform so useful for solving differential equations.
is a continuous linear map on to .
Intuition: Schwartz functions are "maximally well-behaved" signals -- they are infinitely smooth and decay faster than any polynomial. This theorem says the Fourier transform preserves this niceness: transforming a Schwartz function gives another Schwartz function. This makes the Schwartz space a natural starting point for Fourier analysis, from which results can then be extended to larger spaces like .
We will see in the following that the CCFT is a transformation also from .
The Inverse Transform
The following is known as the Riemann-Lebesgue lemma.
Let . Then,
Intuition: The Riemann-Lebesgue lemma says that the Fourier transform of any integrable signal decays to zero at extreme frequencies. Physically, this means an signal cannot have unbounded high-frequency content -- eventually, the frequency components must die out. This is a fundamental regularity property of the Fourier transform.
The following holds for all :
Intuition: This lemma shows that the "sinc-like" function behaves like a Dirac delta as grows large -- it concentrates all its mass at the origin and "picks out" the value . This is the key technical fact that makes the Fourier inversion formula work: the integral of the inverse transform converges to the original signal value.
With this discussion, we can show that the inverse is defined on as:
Observe that
For every fixed , we can justify the above by (Fubini's) Theorem A.3.1. By Lemma, the fact that
represents a distribution which converges to the distribution (which then satisfies ) leads to the desired result.
Plancherel's Identity / Parseval's Theorem
For every (as well as ), the Fourier transforms satisfy:
When , Plancherel's identity reduces to Parseval's theorem: . This says that the Fourier transform preserves energy -- the total energy of a signal computed in the time domain equals the total energy computed in the frequency domain. In engineering terms, the Fourier transform is an isometry (distance-preserving map).
Extension of on and Plancherel's Theorem
The above discussion applies for (where we also allow for -valued functions in ). We will show that one can extend the Fourier transform for signals in . Furthermore, as not every function in is also in (for example: is in but not in ), one cannot define a Fourier transform of a general function in pointwise directly by an integral.
Recall from Theorem, and the discussions following it, that continuous functions are dense in integrable functions, and from Corollary one can approximate a continuous function by its convolution with a smooth approximate identity sequence leading to a smooth approximation. These lead to the following.
is dense in .
Intuition: This density result is what allows us to extend the Fourier transform from Schwartz functions (where everything converges nicely) to all of . Since every signal can be approximated by Schwartz functions, we can define its Fourier transform as the limit of the transforms of the approximating Schwartz functions.
With this theorem, our goal will be to define the CCFT of a signal in as follows. Let be a sequence of functions in converging to (This is possible by the denseness of in ). We define the CCFT of as the limit of a sequence of CCFTs of . Such an extension defines the unique extension of from to which is continuous on . This result builds on the following theorem.
Let be a linear mapping, a Banach space, a dense linear subspace of a normed linear space . Furthermore, let be bounded in the sense that
Then, there exists a unique extension of on to , denoted by , such that for (that is, and are in agreement on ). Furthermore, with
we have .
Intuition: This theorem is the general machine for extending operators from a dense subspace to the entire space. If a linear map is bounded (continuous) on a dense subset of a normed space, it can be uniquely extended to the whole space without increasing its norm. This is precisely how the CCFT is extended from the Schwartz space to all of -- the Fourier transform is bounded on (by Parseval), so it extends uniquely and continuously to .
Now, let , , and note by Theorem that (when viewed as a mapping from a subset of ). In view of this, we define on to be the unique extension of from . Thus, for ,
In view of the above, we have that Plancherel's Theorem also applies to signals in .
that
By the stated (extension) theorem, it follows that is also unitary on with the same operator norm, that is:
To verify this, let and be in and , and let with being Schwartz signals. By Plancherel's identity:
Let us take the limit as on both sides. For the left hand side the Cauchy-Schwarz inequality implies that
because
Likewise
Here, the convergence to zero follows from the fact that (since by the discussion above) and that is bounded. This generalizes Plancherel's identity for signals in .
Fourier Transform of Distributions ( on )
Recall that is the dual space on , that is the space of distributions (linear and continuous functions) on .
The Fourier transform of a distribution is defined by the following relation: Let . Then, with , we have
This definition is consistent with the Fourier transform of a regular distribution (represented by some function ) being a distribution which is represented by the Fourier transform of . That is,
This equality follows from Fubini's theorem by expressing .
Intuition: Defining the Fourier transform of a distribution via is an elegant "trick": instead of trying to transform the distribution directly (which may not be a regular function), we transform the test function and let the distribution act on the result. This allows us to take Fourier transforms of objects like the Dirac delta, step functions, and periodic signals that do not have classical Fourier transforms.
The inverse of a distribution is defined with the relation
Intuition: The inverse Fourier transform of a distribution follows the same "dual" strategy: apply the inverse transform to the test function, then let the distribution act on the result. Together with the forward transform, this gives us a complete and invertible Fourier theory on the space of distributions.
With the above, we can conclude that itself is a distribution. Just as the CCFT is a map from to itself, the CCFT is also a mapping from to itself. Thus, every distribution has a Fourier Transform.
Furthermore, the map is continuous, linear, and one-to-one. The continuity follows from the definition of the Fourier transform and continuity in .
Since any singular distribution can be expressed as a weak* limit of such regular distributions (represented by signals in ), the definition above is consistent with the of regular distributions.
The power of defining the Fourier transform on distributions is that we can take Fourier transforms of objects that are not ordinary functions -- like the Dirac delta , the unit step function, and periodic signals. This vastly extends the applicability of Fourier analysis.
Show that has its as a distribution represented by the function for all .
Accordingly, if we approximate the Dirac Delta distribution as a limit in of a sequence of regular distributions represented by an approximate identity sequence, the Fourier transform of this sequence converges to the of , which is the distribution represented by . Often, informally, we write for all .
This is important for applications in systems theory: the impulse response and its Fourier transform, the frequency response, of a linear time-invariant system are critical functions defining such a system. When the input is idealized as a Dirac delta function, viewed as a distribution, the output is the impulse response. And when the Fourier of the Dirac delta function, is taken as the input in frequency domain, also to be viewed as a distribution, the output of the system is the frequency response.
We can compute the Fourier transform of by viewing it as a distribution, in the sense that it represents a distribution. Observing that , we consider:
In the analysis above, we use the fact that , use Fubini's Theorem to change the order of the integrations and finally invoke Lemma. Thus, the CCFT of a cosine will be . Here, the last in brackets is meant to be in an intuitive sense.
of Periodic Signals
The CCFT of a periodic signal can also be viewed as a distribution. Let be continuous and periodic with period and . Then,
In the above, the step involving the limit over builds on the dominated convergence theorem (Theorem A.1.5) given that .
Thus, we can essentially first view a periodic signal with its CDFT and then replace the values at with . This is in agreement with an engineering insight: If one is to express a periodic signal with its expression:
one would expect that this would be equivalent to the integral form:
whose equivalence is made precise through a distributional approach presented above.
The Fourier transform of a periodic signal is a train of Dirac deltas located at the harmonic frequencies , weighted by the Fourier series coefficients. This is the mathematical formalization of the intuitive idea that a periodic signal "lives" only at discrete frequencies.
Band-limited vs Time-limited Functions
Let be a continuous-time signal with . If this signal has a finite (or bounded) bandwidth , that is if
(in which case we also say that has bounded support), then it is not possible for the signal to have a bounded support.
Let , with have a finite bandwidth. Then, cannot have a bounded support.
This is a fundamental result in signal processing known as the uncertainty principle for the Fourier transform. It says you cannot simultaneously have a signal that is both time-limited (zero outside some interval) and band-limited (zero outside some frequency interval). This is analogous to the Heisenberg uncertainty principle in quantum mechanics -- you cannot simultaneously localize a signal perfectly in both time and frequency. A further interpretation and derivation of such a result will be provided in Chapter 10.
Transform Quick Reference
This section consolidates all four Fourier transforms into a single reference for comparison.
Summary of the Four Fourier Transforms
DDFT (Discrete-to-Discrete Fourier Transform) --
| Input domain | Discrete time: , |
| Output domain | Discrete frequency: , |
| Forward | |
| Inverse | |
| When to use | Finite-length discrete signals ( samples). This is the transform that computers compute (via the FFT). |
| Key properties | Parseval: $\sum |
CDFT (Continuous-to-Discrete Fourier Transform) --
| Input domain | Continuous time on a finite interval: , |
| Output domain | Discrete frequency: , |
| Forward | |
| Inverse | |
| When to use | Periodic continuous-time signals with period . This is the classical Fourier series. |
| Key properties | Parseval: $\int_0^P |
DCFT (Discrete-to-Continuous Fourier Transform) --
| Input domain | Discrete time (infinite sequence): , |
| Output domain | Continuous frequency on (periodic with period 1): |
| Forward | |
| Inverse | |
| When to use | Infinite-length discrete-time signals. The workhorse of discrete-time signal processing and digital filter design. |
| Key properties | Parseval: $\sum_n |
CCFT (Continuous-to-Continuous Fourier Transform) --
| Input domain | Continuous time: , |
| Output domain | Continuous frequency: , |
| Forward | |
| Inverse | |
| When to use | Non-periodic, continuous-time signals of finite energy. This is "the" Fourier transform in most engineering and physics contexts. Extends to distributions for periodic signals and impulses. |
| Key properties | Plancherel/Parseval: $\int |
Pattern Summary
All four transforms share the same structure:
- Forward (analysis): multiply by , then sum or integrate over time
- Inverse (synthesis): multiply by , then sum or integrate over frequency
- The sign in the exponent distinguishes analysis () from synthesis ()
- All four are unitary (energy-preserving):
- All four turn convolution in one domain into pointwise multiplication in the other
The discrete/continuous distinction follows a duality:
- Discrete in one domain periodic in the other. A finite-length (or periodic) time signal has a discrete frequency spectrum. An infinite-length, non-periodic time signal has a continuous frequency spectrum.
- Continuous in one domain non-periodic in the other. This duality is why there are exactly four combinations.
Exercises
Compute the of the unit step function, viewed as a distribution.
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. You could invoke this result directly in your argument.
c) Does for a general ,
as ? Explain your argument.
CCFT is a map from to . One typical example is the Gaussian signal for some :
Show that for , the CCFT of is equal to
for some and conclude that is also a Schwartz signal. Show that is independent of . Find .
Show that CCFT is a unitary transformation from to itself. That is, show that Plancherel's Identity holds for functions in .
a) Show that CCFT is a continuous map from to . That is, CCFT maps distributions to distributions and this is continuous map on .
b) Show that the CCFT of the -distribution is another distribution represented by a function which is equal to 1 for all : That is,
with
Observe that this is in agreement with the general understanding that for all .
Consider an impulse train defined by:
so that the distribution that we can associate with this impulse train would be defined by:
for .
a) Show that is a distribution.
b) Show that
that is, the of this train is another impulse train.
Consider a square-integrable signal with non-zero norm, with bounded support. That is, there exists a compact set, outside of which this signal is identically zero. Can the CCFT of such a signal, with a bounded support in time-domain, also have bounded support in frequency domain?