Skip to main content

Fourier Transform (CTFT and DTFT)


Continuous Time Fourier Transform (CTFT)

Fourier transform is a process to convert a spatial domain signal (i.e., time domain signal) into a frequency domain signal. Oppositely, the inverse Fourier transform is a process to convert the frequency domain signal to the primary time domain signal.

Notation of CTFT

Let x(t) be a continuous-time signal. Then the CTFT is defined as:

\( X(j\omega) = \int_{-\infty}^{\infty} x(t) \cdot e^{-j\omega t} \, dt \)

Where:

  • \( \omega \) is the angular frequency in radians/second.
  • \( X(j\omega) \) is the frequency-domain representation of \( x(t) \).
  • The transform assumes signals are absolutely integrable over time.

Inverse CTFT:

\( x(t) = \frac{1}{2\pi} \int_{-\infty}^{\infty} X(j\omega) \cdot e^{j\omega t} \, d\omega \)

 

Discrete Time Fourier Transform (DTFT)

The Discrete-Time Fourier Transform (DTFT) is used to analyze discrete-time signals, i.e., signals that are defined only at discrete intervals of time.

Notation of DTFT

Let x[n] be a discrete-time signal. Then the DTFT is defined as:

\( X(e^{j\omega}) = \sum_{n=-\infty}^{\infty} x[n] \cdot e^{-j\omega n} \)

Where:

  • \( \omega \) is the angular frequency in radians/sample.
  • \( X(e^{j\omega}) \) is periodic with period \( 2\pi \).

Inverse DTFT:

\( x[n] = \frac{1}{2\pi} \int_{-\pi}^{\pi} X(e^{j\omega}) \cdot e^{j\omega n} d\omega \)


Properties of Continuous-Time Fourier Transform (CTFT)

  • Linearity

  • The Fourier Transform is linear. For signals \(x_1(t)\) and \(x_2(t)\) with constants \(a_1, a_2\):

    \( \mathcal{F}\{a_1 x_1(t) + a_2 x_2(t)\} = a_1 X_1(j\omega) + a_2 X_2(j\omega) \)

  • Scaling

  • Time-scaling changes the width of the signal in time and inversely scales the frequency axis:

    \( \mathcal{F}\{x(at)\} = \frac{1}{|a|} X\left(j\frac{\omega}{a}\right) \)

  • Symmetry

  • Depending on whether the signal is real and even/odd:

    • Real and even: \(x(t) = x(-t) \Rightarrow X(j\omega) = X^*(-j\omega)\)
    • Real and odd: \(x(t) = -x(-t) \Rightarrow X(j\omega) = -X^*(-j\omega)\)

    Magnitude is always even, phase is odd for real signals.

  • Convolution

  • CTFT converts:

    • Time-domain convolution to frequency-domain multiplication: \( \mathcal{F}\{x_1(t) * x_2(t)\} = X_1(j\omega) \cdot X_2(j\omega) \)
    • Time-domain multiplication to frequency-domain convolution: \( \mathcal{F}\{x_1(t) \cdot x_2(t)\} = \frac{1}{2\pi} X_1(j\omega) * X_2(j\omega) \)
  • Shifting Property

  • Shifting in time introduces a linear phase shift in frequency domain:

    \( \mathcal{F}\{x(t - t_0)\} = e^{-j\omega t_0} X(j\omega) \)

  • Duality

  • If \( x(t) \leftrightarrow X(j\omega) \), then the roles of time and frequency can be interchanged:

    \( X(t) \leftrightarrow 2\pi x(-\omega) \)

  • Differentiation

  • Differentiating in time corresponds to multiplication by \(j\omega\) in frequency domain:

    \( \mathcal{F} \left\{ \frac{d}{dt}x(t) \right\} = j\omega X(j\omega) \)

  • Integration

  • Integration in time corresponds to division by \(j\omega\) in frequency domain (with a delta term if signal is not energy-limited):

    \( \mathcal{F} \left\{ \int_{-\infty}^{t} x(\tau)\, d\tau \right\} = \frac{X(j\omega)}{j\omega} + \pi X(0)\delta(\omega) \)

    In the Continuous-Time Fourier Transform (CTFT), X(0) represents the Fourier Transform of the signal at zero frequency, also called the DC component. It is defined as \( X(0) = \int_{-\infty}^{\infty} x(t)\, dt \) and corresponds to the total area under the time-domain signal.

  • Modulation Property

  • Multiplying by sine or cosine shifts frequency:

    \( \mathcal{F} \{ x(t) \cos(at) \} = \frac{1}{2} \left[ X(j(\omega + a)) + X(j(\omega - a)) \right] \)

    \( \mathcal{F} \{ x(t) \sin(at) \} = \frac{1}{2j} \left[ X(j(\omega + a)) - X(j(\omega - a)) \right] \)

  • Complex Conjugate Symmetry

  • If \(x(t)\) is complex, the Fourier Transform of the conjugate is:

    \( x^*(t) \longleftrightarrow X^*(-j\omega) \)

    For real signals, this gives conjugate symmetry:

    \( X(j\omega) = X^*(-j\omega) \Rightarrow |X(j\omega)| = |X(-j\omega)| \)

  • Parseval’s Theorem

  • Total energy in time equals total energy in frequency:

    \( \int_{-\infty}^{\infty} |x(t)|^2 \, dt = \frac{1}{2\pi} \int_{-\infty}^{\infty} |X(j\omega)|^2 \, d\omega \)

  • Time Reversal

  • Reversing the time signal flips the frequency axis:

    \( \mathcal{F}\{x(-t)\} = X(-j\omega) \)


    Properties of Discrete-Time Fourier Transform (DTFT)

  • Linearity

  • \( \mathcal{F}\{a_1 x_1[n] + a_2 x_2[n]\} = a_1 X_1(e^{j\omega}) + a_2 X_2(e^{j\omega}) \)

  • Time Shifting

  • \( \mathcal{F}\{x[n - n_0]\} = e^{-j\omega n_0} X(e^{j\omega}) \) – shifts introduce linear phase.

  • Frequency Shifting

  • \( \mathcal{F}\{x[n] e^{j\omega_0 n}\} = X(e^{j(\omega - \omega_0)}) \) – shifts in frequency domain.

  • Convolution

  • Time-domain convolution ↔ frequency-domain multiplication:

    \( \mathcal{F}\{x_1[n] * x_2[n]\} = X_1(e^{j\omega}) \cdot X_2(e^{j\omega}) \)

  • Frequency Domain Convolution

  • Multiplication in time ↔ convolution in frequency:

    \( \mathcal{F}\{x_1[n] \cdot x_2[n]\} = \frac{1}{2\pi} \int_{-\pi}^{\pi} X_1(e^{j\theta}) X_2(e^{j(\omega - \theta)}) d\theta \)

  • Symmetry

  • For Real and even \(x[n]\): \(X(e^{j\omega}) = X^*(e^{-j\omega})\), For Real and odd \(x[n]\): \(X(e^{j\omega}) = -X^*(e^{-j\omega})\)

  • Differencing

  • First difference in time: \(\mathcal{F}\{x[n]-x[n-1]\} = (1-e^{-j\omega})X(e^{j\omega})\)

  • Accumulation (Discrete Integration)

  • \(\mathcal{F}\{\sum_{k=-\infty}^n x[k]\} = \frac{X(e^{j\omega})}{1-e^{-j\omega}} + \pi X(e^{j0}) \delta(\omega)\)

  • Modulation Property

  • Multiplication by discrete cosine/sine:

    \(\mathcal{F}\{x[n]\cos(\omega_0 n)\} = \frac12[X(e^{j(\omega-\omega_0)}) + X(e^{j(\omega+\omega_0)})]\)

    \(\mathcal{F}\{x[n]\sin(\omega_0 n)\} = \frac{1}{2j}[X(e^{j(\omega-\omega_0)}) - X(e^{j(\omega+\omega_0)})]\)

  • Complex Conjugate Symmetry

  • For real \(x[n]\): \(X(e^{j\omega}) = X^*(e^{-j\omega})\) and \(|X(e^{j\omega})| = |X(e^{-j\omega})|\)

  • Parseval’s Theorem

  • \(\sum_{n=-\infty}^{\infty}|x[n]|^2 = \frac{1}{2\pi}\int_{-\pi}^{\pi}|X(e^{j\omega})|^2 d\omega\)

  • Time Reversal

  • \(\mathcal{F}\{x[-n]\} = X(e^{-j\omega})\)

  • Periodicity

  • DTFT is periodic with period \(2\pi\): \(X(e^{j\omega}) = X(e^{j(\omega+2\pi)})\)


    Fourier Transform of Some Common Signals (CTFT)

    • Fourier Transform of a Delta Function

      \( \delta(t) = \begin{cases} \infty & t = 0 \\ 0 & t \neq 0 \end{cases} \quad \text{(informal definition)} \)

      \( \int_{-\infty}^{+\infty} \delta(t)\, dt = 1 \)

      Thus Fourier transform of a delta/impulse is a constant equal to 1, independent of frequency:

      \( \mathcal{F}\{\delta(t)\} = 1 \)

      Dirac Delta Function

      Fig 1: Dirac Delta Function

      Fourier Transform of a Delta Function

      Fig 2: Fourier Transform of a Delta Function
    • Fourier Transform of a Unit Step Function

      u(t) = 0 for \( t < 0 \), and u(t) = 1 for \( t \ge 0 \)

      Its Fourier transform is given by:

      \( \mathcal{F}\{u(t)\} = \pi\delta(\omega) + \left(\frac{1}{j\omega}\right) \)

      Fourier Transform of a Unit Step Function

      Unit Step Function

      Fig 3: Unit Step Function
    • Fourier Transform of a Unit Pulse Function

      A pulse function can be represented as:

      \( x(t) = \Pi(t) = u(t + 1/2) - u(t - 1/2) \)

      For the rectangular pulse \( \text{rect}(t) = \Pi(t) \) defined as 1 for \( |t| \leq 1/2 \), and 0 otherwise:

      The Fourier transform of \( \text{rect}(t/\tau) \) is:

      \( \mathcal{F}\{\text{rect}(t/\tau)\} = \tau \frac{\sin(\omega \tau / 2)}{\omega \tau / 2} \)

      For \( \tau = 1 \),

      \( X(\omega) = \frac{\sin(\omega/2)}{\omega/2} = \text{sinc}(\omega/2) \)

      Unit Pulse

      Fig 4: Unit Pulse / Rectangular Pulse

      Fourier Transform of Rectangular Pulse

      Fig 5: Fourier Transform of the Continuous-Time Rectangular Pulse Π(t)
    • Fourier Transform of a Unit Triangle Pulse

      A unit triangle pulse is the convolution of a unit pulse with itself:

      \( \Lambda(t) = \Pi(t) * \Pi(t) \)

      \( \mathcal{F}\{\Lambda(t)\} = \text{sinc}^2(\omega/2) \)

      Unit Triangle Pulse

      Fig 6: Unit Triangle Pulse

      Fourier Transform of Unit Triangle Pulse

      Fig 7: Fourier Transform of the Continuous-Time Unit Triangle Pulse Λ(t)

    Common Discrete-Time Signals and their DTFT

    Note: DTFT is periodic with period \(2\pi\).

    • Unit Impulse Sequence

      Signal: \( x[n] = \delta[n] \)

      DTFT: \( X(e^{j\omega}) = 1 \)

      DTFT of Unit Impulse

      Fig 8: DTFT of the Discrete-Time Unit Impulse \(\delta[n]\)
    • Unit Step Sequence

      Signal: \( x[n] = u[n] \)

      DTFT: \( X(e^{j\omega}) = \pi \delta(\omega) + \left(\dfrac{1}{1 - e^{-j\omega}}\right) \)

      DTFT of Unit Step

      Fig 9: DTFT of the Discrete-Time Unit Step u[n]
    • Discrete-Time Sinusoid

      Signal: \( x[n] = \cos(\omega_0 n) \) or \( x[n] = \sin(\omega_0 n) \)

      DTFT: \( X(e^{j\omega}) = \pi \left[\delta(\omega - \omega_0) + \delta(\omega + \omega_0)\right] \)

      DTFT of Sinusoid

      Fig 10: DTFT of the Discrete-Time Sinusoid
    • Finite-Length Rectangular Pulse

      Signal (length \(N\), starting at \(n=0\)):

      \( x[n] = \begin{cases} 1, & 0 \le n \le N-1 \\ 0, & \text{otherwise} \end{cases} \)

      DTFT:

      \( X(e^{j\omega}) = e^{-j\omega\frac{N-1}{2}} \cdot \frac{\sin\left(\frac{N\omega}{2}\right)}{\sin\left(\frac{\omega}{2}\right)} \)

      Starting at \(n=n_0\) gives:

      \( X_{\text{shifted}}(e^{j\omega}) = e^{-j\omega n_0} \cdot e^{-j\omega\frac{N-1}{2}} \cdot \frac{\sin\left(\frac{N\omega}{2}\right)}{\sin\left(\frac{\omega}{2}\right)} \)

      DTFT of Finite-Length Rectangular Pulse

      Fig 11: DTFT of the Discrete-Time Finite-Length Rectangular Pulse

    Applications

    Fourier transform is used in circuit analysis, signal analysis, cell phones, image analysis, signal processing, and LTI systems. The Fourier transform is most probably the best tool to find the frequency in an entire field. This makes it a useful tool for LTI systems and signal processing. Partial differential equations reduce to ordinary differential equations in Fourier Transform.

    Contact Us

    Name

    Email *

    Message *

    Popular Posts

    Rayleigh vs Rician Fading (with MATLAB + Simulator)

      In Rayleigh fading , the channel coefficients tend to have a Rayleigh distribution, which is characterized by a random phase and magnitude with an exponential distribution. This means the magnitude of the channel coefficient follows an exponential distribution with a mean of 1. In Rician fading , there is a dominant line-of-sight component in addition to the scattered components. The channel coefficients in Rician fading can indeed tend towards 1, especially when the line-of-sight component is strong. When the line-of-sight component dominates, the Rician fading channel behaves more deterministically, and the channel coefficients may tend towards the value of the line-of-sight component, which could be close to 1.   MATLAB Script clc; clear all; close all; % Define parameters numSamples = 1000; % Number of samples K_factor = 5; % K-factor for Rician fading SNR_dB = 20; % Signal-to-noise ratio (in dB) % Generate complex Gaussian random variable for Rayleigh fading channel h_r...

    UGC-NET Electronic Science Question Paper With Answer Key and Full Explanation [Dec 2023]

        UGC-NET Electronic Science Question Paper With Answer Key Download Pdf [Dec 2023] Download Question Paper               See Answers   2025 | 2024 | 2023 | 2022 | 2021 | 2020 UGC-NET Electronic Science  2023 Answers with Explanations 51. (A): The stacking fault is the most common area defect found in silicon. These faults typically occur along the 111 plane. In the crystalline structure of silicon, atoms are arranged in a specific pattern known as a diamond lattice. A stacking fault refers to a disruption in the normal order of atomic layers within this lattice, which usually occurs in the 111 plane due to the geometric arrangement of the atoms. This type of defect can affect the electrical and mechanical properties of the material, such as the mobility of charge carriers and mechanical strength. 52. (C): The important figure of merit for the microwave application of a Schot...

    UGC NET Electronic Science Previous Year Question Papers

    Home / Engineering & Other Exams / UGC NET 2022 PYQ 📥 Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading UGC-NET (Electronics Science, Subject code: 88) Subject_Code : 88; Department : Electronic Science; 📂 View All Question Papers Q. UGC Net Electronic Science Question Paper [June 2025] A. UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2025] with full explanation Q. UGC Net Electronic Science Question Paper [December 2024] A. UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2024] Q. UGC Net Electronic Science Question Paper [Aug 2024] A. UGC Net Electronic Scien...

    BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

    Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. 📘 Theory 🧮 Simulators 💻 MATLAB Code 📚 Resources BER Definition SNR Formula BER Calculator MATLAB Comparison 📂 Explore M-ary QAM, PSK, and QPSK Topics ▼ 🧮 Constellation Simulator: M-ary QAM 🧮 Constellation Simulator: M-ary PSK 🧮 BER calculation for ASK, FSK, and PSK 🧮 Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit for a...

    Constellation Diagrams of ASK, PSK, and FSK (with MATLAB Code + Simulator)

    Constellation Diagrams: ASK, FSK, and PSK Comprehensive guide to signal space representation, including interactive simulators and MATLAB implementations. 📘 Overview 🧮 Simulator ⚖️ Theory 📚 Resources Definitions Constellation Tool Key Points MATLAB Code 📂 Other Topics: M-ary PSK & QAM Diagrams ▼ 🧮 Simulator for M-ary PSK Constellation 🧮 Simulator for M-ary QAM Constellation BASK (Binary ASK) Modulation Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1. BFSK (Binary FSK) Modulation Transmits one...

    Theoretical vs. simulated BER vs. SNR for ASK, FSK, and PSK (MATLAB Code + Simulator)

    📘 Overview 🧮 Simulator 💻 Theoretical Code 📊 Simulated Code 📚 Resources Overview BER vs. SNR denotes how many bits in error are received for a given signal-to-noise ratio, typically measured in dB. Common noise types in wireless systems: 🚀 1. Additive White Gaussian Noise (AWGN) 🌊 2. Rayleigh Fading AWGN adds random noise; Rayleigh fading attenuates the signal variably. A good SNR helps reduce these effects. Bit Error Rate (BER) Equations BER formulas for ASK, FSK, and PSK modulation schemes. ASK BER = 0.5 × erfc(0.5 × √SNR) FSK BER = 0.5 × erfc(√(SNR / 2)) PSK BER = 0.5 × erfc(√SNR) erfc / Q-function (Click here) Live BER S...

    OFDM vs SC-OFDM

      The main difference between OFDM and SC-OFDM is that SC-OFDM transmits the signal using a single carrier, while OFDM uses multiple subcarriers. However, in SC-OFDM, the signal is generated with different sub-bands, but it is transmitted through a single carrier (more technically, through a wideband carrier signal). Block Diagram of OFDM: Data → Modulation → Serial-to-Parallel → IFFT → Add CP → Transmit Received Signal → Remove CP → FFT → Parallel-to-Serial → Demodulation → Data Block Diagram of SC-OFDM: Data → Modulation → DFT → IFFT → Add CP → Transmit Received Signal → Remove CP → FFT → Demodulation → Data    In the case of OFDM, the input modulated data is converted from a serial stream to parallel streams, and different subcarriers are assigned to each chunk. Then, IFFT is applied to these chunks, and a cyclic prefix is added to each one. Each chunk is technically referred to as an OFDM symbol . Unlike OFDM, SC-OFDM does not perform serial-to-parallel conversion ...

    Fourier Transform of Unit Step Function Using MATLAB

      MATLAB Script  clc; clear; close all; % Time domain setup Fs = 1000;               % Sampling frequency T = 1/Fs;                % Sampling interval L = 2048;                % Number of samples t = (-L/2 : L/2 -1)*T;   % Symmetric time vector % Unit step function u(t) ≈ heaviside(t) x = double(t >= 0);      % Discrete unit step % FFT and frequency axis X = fftshift(fft(x));    % Shift zero freq to center f = (-Fs/2):(Fs/L):(Fs/2 - Fs/L);   % Frequency vector % Normalize FFT output X = X / L; % Plot time-domain signal figure(); plot(t, x, 'LineWidth', 1.5); title('Unit Step Function u(t)'); xlabel('Time (s)'); ylabel('Amplitude'); grid on; xlim([-0.01 0.01]); % Plot frequency-domain magnitude figure(); plot(f, abs(X), 'LineWidth', 1.5); title('Fourier Transform of a Rectangular Function'); xlabel('Frequency (Hz...