FFT Flashcards

1
Q

The computation procedure of DFT is very lengthy and cumbersome. To improve this we can use ——-

A

twiddle factor

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

is a very efficient method for computing the DFT coefficients. It reduces the number of complex multiplications from N^2 in case of DFT to simply (N /2 )log2(N) In the case of FFT.

A

Fast Fourier Transform (FFT)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • Shuffling of the input sequence x(n) (bit-reversed indexing).
  • Frequency samples X(k) are in normal order.
A

Decimation-in-Time method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • Input sequence x(n) is in normal order.
  • frequency samples X(k) are in bit-reversed indexing.
A

Decimation-in-Frequency method

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

The complexity of the decimation-in-frequency FFT is the same as the decimation-in-time, and the computations performed in place.

READINGS

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

is a portion of the computation that combines the results of smaller discrete Fourier transforms (DFTs) into a larger DFT, or vice versa (breaking a larger DFT up into subtransforms).

A

Butterfly Diagram

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