EEEE2055: Discrete/Fast Fourier Transforms Flashcards

(9 cards)

1
Q

Describe how the number of samples in a signal affects the time taken to perform a Discrete Fourier Transform (DFT).

A
  • Time is proportional to number of samples squared
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain why the number of samples in a signal affects the time taken to perform a Discrete Fourier Transform (DFT).

A
  • Each frequency output sample related to every input time sample
  • Causes algorithm to have two nested loops
  • Calculations = time x frequency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain the advantage of a Fast Fourier Transform (FFT) over a DFT and give a quantitative example to illustrate.

A
  • Time for FFT proportional to nlogn samples
  • Computational benefit for problems with large sample numbers
  • Example: tDFT_1 = 4X, tDFT_2 = 100X
    tFFT_1 = 1.38Y tFFT_2 = 23Y
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State how the choice of parameters of the DFT affect both the resolution and the maximum frequency of the discrete spectrum.

A
  • tmax = N
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State the parameters of a DFT

A
  • tmax/trecord = Time over which movement taken
  • Δt = Sampling Rate
  • N = Number of samples
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

State the equations needed for an FFT question

A
  • fo = 2fs
  • fs = 1/Δt
  • Number of time samples = Recording length/Δt
  • Recording length = 1/Frequency resolution
  • Δt = 1/2fmax
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

State how a discrete Fourier transform differs from a continuous Fourier
transform.

A
  • discrete Fourier transform operates on sampled data (Input Time-Sampled and Output Frequency-Sampled)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

State how the sampling frequency and total time recording length affects
the results of a discrete Fourier Transform.

A
  • Recording length affects frequency resolution, minimum record length must be period of smallest frequency
  • Sampling period affects maximum frequency, sampling frequency must be greater than 2x the maximum frequency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain how a Fast Fourier Transform differs from a standard Discrete Fourier Transform. Give an example where Fast Fourier Transform might be used.

A
  • FFT is faster as able to process larger data sets in less time
  • DFT n^2
  • FFT nlog(n)
  • Example: Determine frequency in oscilloscopes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly