Suppose you have two programs for computing the DFT of a sequence x[n] that has N =

Question:

Suppose you have two programs for computing the DFT of a sequence x[n] that has N = 2v nonzero samples. Program A computes the DFT by directly implementing the definition of the DFT sum from Eq. and takes N2 seconds to run. Program B implements the decimation-in-time FFT algorithm and takes 10N log2 N seconds to run. What is the shortest sequence N such that program B turns faster than program A?

image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Discrete Time Signal Processing

ISBN: 978-0137549207

2nd Edition

Authors: Alan V. Oppenheim, Rolan W. Schafer

Question Posted: