Which of the following is true regarding the number of computations required to compute an N-point DFT?
Which of the following is true regarding the number of computations required to compute DFT at any one value of ‘k’?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
The computation of XR(k) for a complex valued x(n) of N points requires:
Divide-and-conquer approach is based on the decomposition of an N-point DFT into successively smaller DFTs. This basic approach leads to FFT algorithms.
If the arrangement is of the form in which the first row consists of the first M elements of x(n), the second row consists of the next M elements of x(n), and so on, then which of the following mapping represents the above arrangement?
How many complex multiplications are performed in computing the N-point DFT of a sequence using divide-and-conquer method if N=LM?
How many complex additions are performed in computing the N-point DFT of a sequence using divide-and-conquer method if N=LM?
Which is the correct order of the following steps to be done in one of the algorithm of divide and conquer method?
1) Store the signal column wise
2) Compute the M-point DFT of each row
3) Multiply the resulting array by the phase factors WNlq.
4) Compute the L-point DFT of each column.
5) Read the result array row wise.