Page 1 of 1

Which is the correct order of the following steps to be done in one of the algorithm of divide and conquer method?

Posted: Thu Jul 14, 2022 9:44 am
by answerhappygod
i) Store the signal column wise
ii) Compute the M-point DFT of each row
iii) Multiply the resulting array by the phase factors WNlq.
iv) Compute the L-point DFT of each column.
v) Read the result array row wise.
a) i-ii-iv-iii-v
b) i-iii-ii-iv-v
c) i-ii-iii-iv-v
d) i-iv-iii-ii-v