Fourier Transform Explanation Flashcards

(20 cards)

1
Q

What is the purpose of Fourier Transform (FT) in multimedia applications?

A

To transform signals to the frequency domain
FT shows how much of each frequency is in a signal/image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which type of Fourier-related transform is commonly used in MP3 audio compression?

A

Modified Discrete Cosine Transform (MDCT)
Used in MP3 compression for efficient time-frequency representation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens if a signal is sampled below its Nyquist frequency?

A

Aliasing occurs
Sampling below Nyquist rate creates false low frequencies (aliasing).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What property of the Fourier Transform states that convolving two signals is equivalent to multiplying their Fourier spectra?

A

Convolution theorem
Convolution in time = multiplication in frequency (and vice versa).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which part of a Fourier Transform result is most important for spatial information in an image?

A

Phase Spectrum
Phase holds spatial detail — without it, images lose structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In 2D Fourier Transform, high frequencies correspond to:

A

Sharp edges and fine details
High frequencies carry rapid changes in pixel intensity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In Fourier Transform terms, smoothing an image with a Gaussian filter corresponds to:

A

Multiplying by a low-pass filter in frequency domain
Gaussian blur removes high frequencies, acting like a low-pass filter.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The Discrete Cosine Transform (DCT) differs from DFT primarily because:

A

It operates on real-valued signals and uses only cosines
DCT avoids complex numbers and is better for image compression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why do we apply log transformation to Fourier spectrum visualizations?

A

To compress dynamic range and make small components visible
Spectrum values vary greatly; log scale helps visualization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What domain is preferred for real-time convolution operations?

A

Frequency domain
Convolution in frequency space is faster via multiplication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which problems are associated with sampling and aliasing?
A. Loss of high-frequency information
B. Appearance of false low frequencies
C. Signal enhancement
D. Need for higher sampling rates

A

Loss of high-frequency information; Appearance of false low frequencies; Need for higher sampling rates
Aliasing distorts signals if not sampled correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In image compression (e.g., JPEG), after DCT, what steps are applied?
A. Quantization
B. Zigzag ordering
C. Color balancing
D. Entropy coding

A

Quantization; Zigzag ordering; Entropy coding
JPEG compresses DCT data by reducing detail, reordering it, and applying lossless compression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which applications involve Fourier Transform in audio processing?
A. Noise reduction
B. Speech recognition
C. Image deblurring
D. MP3 compression

A

Noise reduction; Speech recognition; MP3 compression
Fourier analysis supports signal separation and compression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Properties of Fourier Transform include:
A. Linearity
B. Symmetry for real-valued functions
C. Non-periodicity
D. Similarity theorem

A

Linearity; Symmetry for real-valued functions; Similarity theorem
FT properties enable efficient signal processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Effects of applying Gaussian smoothing in the frequency domain include:
A. Reduction of high-frequency components
B. Enhancement of sharp edges
C. Low-pass filtering
D. Noise suppression

A

Reduction of high-frequency components; Low-pass filtering; Noise suppression
Gaussian smoothing reduces detail and noise.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In 2D-DFT, high frequencies:
A. Are located farther from the center
B. Represent fine details
C. Represent average color
D. Can be visualized along horizontal and vertical axes

A

Are located farther from the center; Represent fine details; Can be visualized along horizontal and vertical axes
Center = low freq, outer = fine details in DFT.

17
Q

In Fourier Transform applications to CNNs and deep learning, FFT is used to:
A. Accelerate convolution operations
B. Perform dimensionality reduction
C. Speed up training
D. Enhance activation functions

A

Accelerate convolution operations
FFT allows convolution to be done as multiplication.

18
Q

Fourier Transform helps in augmented and virtual reality (AR/VR) by:
A. Real-time filtering of images
B. Spatial audio rendering
C. Gesture recognition
D. Increasing network bandwidth

A

Real-time filtering of images; Spatial audio rendering; Gesture recognition
FT is used in audio/video filtering and signal recognition.

19
Q

Inverse filtering in imaging aims to:
A. Smooth the image
B. Undo blurring effects
C. Recover original signals
D. Enhance edges

A

Undo blurring effects; Recover original signals
Inverse filters try to reconstruct the original input.

20
Q

The FFT (Fast Fourier Transform) is important because:
A. It reduces computation time
B. It is more accurate
C. It uses fewer samples
D. It allows real-time applications

A

It reduces computation time; It allows real-time applications
FFT is optimized for speed — enabling live processing.