go to jove.com

HIGH SCHOOL

Engineering

Concept Videos

Electrical Engineering

The Fourier Transform

From Fourier Series to Fourier Transform
01:11
From Fourier Series to Fourier Transform

The Fourier transform extends Fourier series ideas to nonperiodic functions. A Fourier series breaks a periodic signal into a sum of sines and cosines. When the period becomes infinite, that discrete sum changes into a continuous integral.

A pulse-train waveform shows this change clearly. With a finite period, the repeating rectangular pulses can be represented by a Fourier series. As the period grows without bound, the waveform becomes a single isolated pulse, and the description shifts to...

Video Duration: 1 minute and 11 seconds
Fourier Transform Signals in Time and Frequency
01:07
Fourier Transform Signals in Time and Frequency

The Fourier Transform links time-domain signals to frequency-domain signals. It is a key tool in signal processing. It helps show how a waveform can be described by frequency parts instead of only by time changes.

The sinc function is one of the basic signals in this topic. It is written as sinc(x) = sin(πx)/(πx). It equals 1 when x is 0, and it has even symmetry about the y-axis. In the frequency domain, it appears as the Fourier transform of a rectangular pulse.

A rectangular pulse has a...

Video Duration: 1 minute and 7 seconds
Fourier Transform in Radio Broadcasting
01:21
Fourier Transform in Radio Broadcasting

Fourier Transform properties help radio broadcasting manage signals in the time and frequency domains. These properties are useful for sending multiple audio channels at once, changing clip speed, adding broadcast delays, adjusting audio frequencies, and demodulating signals. They make it easier to transmit and receive audio clearly.

When broadcasters combine several audio signals, the Fourier Transform simplifies the process. If f(t) and g(t) have Fourier Transforms F(ω) and G(ω), then the...

Video Duration: 1 minute and 21 seconds
Fourier Transform Rules in Signal Analysis
01:24
Fourier Transform Rules in Signal Analysis

The Fourier Transform helps analyze signals by linking the time domain and the frequency domain. Its properties show how a signal changes when it is shifted, differentiated, or combined with another signal. These rules are important in signal processing, radio broadcasting, and audio work.

The frequency shifting property shows that moving a signal in frequency causes a phase change in time. If x(t) has a Fourier Transform X(f), then multiplying x(t) by e^j2πf0t gives a transform of X(f−f0).

Video Duration: 1 minute and 24 seconds
Signal Energy in Time and Frequency
01:15
Signal Energy in Time and Frequency

Parseval's theorem links signal energy in the time domain and the frequency domain. In signal processing, it shows that the same energy can be calculated in either view. This makes it an important idea for comparing time-based and frequency-based analysis.

To find signal energy, the standard approach uses a resistor value of 1 ohm. In that case, power equals the square of the signal's voltage or current. This gives a simple way to relate power to energy before moving into Fourier analysis.

Video Duration: 1 minute and 15 seconds
DTFT and Frequency Analysis of Digital Signals
01:26
DTFT and Frequency Analysis of Digital Signals

The Discrete-Time Fourier Transform (DTFT) shows how a discrete-time signal can be analyzed in the frequency domain. It takes a signal from the time domain and reveals its frequency components and spectral features. In the DTFT, the integral used for continuous-time signals is replaced by a summation to match the discrete form of the signal.

The DTFT spectrum X(Ω) is periodic with a period of 2π. This periodicity means that X(Ω) can be written as a Fourier series, which helps with analysis and...

Video Duration: 1 minute and 26 seconds
DTFT Signal Properties and Frequency Effects
01:24
DTFT Signal Properties and Frequency Effects

Discrete-Time Fourier Transforms (DTFTs) help describe discrete-time signals in the frequency domain. The main DTFT properties include linearity, time shifting, frequency shifting, time reversal, conjugation, and time scaling. These rules make it easier to analyze and change signals in signal processing.

Linearity is the most basic property. If two discrete-time signals are multiplied by constants a and b and then added together, the DTFT of the result is the weighted sum of the two individual...

Video Duration: 1 minute and 24 seconds
DTFT Rules for Differentiation and Energy
01:24
DTFT Rules for Differentiation and Energy

The DTFT has useful rules for frequency differentiation, convolution, accumulation, and energy checks. These rules help students see how a discrete-time signal changes in the frequency domain.

For frequency differentiation, start with a DTFT pair and differentiate both sides with respect to ω. After multiplying by j, the result gives the DTFT of n x[n]. This property is useful for studying how the slope of a spectrum relates to the signal in time.

Convolution brings out another key DTFT rule.

Video Duration: 1 minute and 24 seconds
DFT for Finding Signal Frequencies
01:15
DFT for Finding Signal Frequencies

The Discrete Fourier Transform (DFT) turns a finite set of time-domain samples into frequency components. It is a key tool in signal processing because it evaluates a discrete signal at evenly spaced frequency intervals. The result shows the magnitude and phase of each complex sinusoid in the signal.

The DFT also follows several important properties. It is linear, so the DFT of a sum of sequences equals the sum of their individual DFTs. When a sequence shifts in time, its DFT changes by a...

Video Duration: 1 minute and 15 seconds
Fast Fourier Transform for Signal Analysis
01:10
Fast Fourier Transform for Signal Analysis

The Fast Fourier Transform (FFT) is a computational algorithm that makes the Discrete Fourier Transform (DFT) faster to calculate. It works by splitting the calculation into smaller parts. This reduces the amount of work needed to move data between the time domain and the frequency domain.

A direct N-point DFT needs N² complex multiplications. The FFT lowers that cost to about (N/2)log₂N multiplications. That difference becomes more important as N gets larger, because the FFT cuts the number...

Video Duration: 1 minute and 10 seconds