Question:medium

\(N\)-point DFT using FFT algorithms (radix-2) requires the following complex multiplications

Show Hint

DFT complexity: \[ O(N^2) \] FFT complexity: \[ O(N\log_2 N) \] This reduction is the main reason FFT is widely used in DSP applications.
Updated On: Jun 25, 2026
  • \(N\)
  • \(2N\)
  • \(\log_2 N\)
  • \(N\log_2 N\)
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0