Digital Signal Processing Qn.s and Answers
Digital Signal Processing Qn.s and Answers
What are the differences and similarities between DIF and DIT algorithms?
Differences:
1) The input is bit reversed while the output is in natural order for DIT, whereas for
DIF the output is bit reversed while the input is in natural order.
2) The DIF butterfly is slightly different from the DIT butterfly, the difference being
that the complex multiplication takes place after the add-subtract operation in DIF.
Similarities:
Both algorithms require same number of operations to compute the DFT. Both
algorithms can be done in place and both need to perform bit reversal at some
Place during the computa
What is meant by radix-2 FFT?
If the number of output points N can be expressed as a power of 2, i.e., N = 2M
Where M is an integer then
this algorithm is known as radix-2 algorithm.
What is DIT radix-2 algorithm?
The radix 2 DIT FFT is an efficient algorithm for computing DFT. The idea is to break
N point sequence
in to two sequences, the DFT of which can be combined to give DFT of the original
N-point sequence. Initially
the N point sequence is divided in to two N/2 point sequences, on the basis of odd
and even and the DFTs of them
are evaluated and combined to give N-point sequence. Similarly the N/2 DFT s are
divided and expressed into the combination of N/4 point DFTs. This process is
continued until we left with 2-point DFT‟s.
What is DIF radix-2 algorithm?
1. The radix 2 DIF FFT is an efficient algorithm for computing DFT in this the out put
sequence x(k) is divided into smaller and smaller.
2. The idea is to break N point sequence in to two sequences ,x1(n) and x2(n)
consisting of the first N/2 points of x(n)and last N/2 points of x(n) respectively. Then
we find N/2 point sequences f(n) and g(n Similarly).
3. The N/2 DFT s are divided and expressed in to the combination of N/4 point DFT‟
s. This process is continued
until we left with 2-point DFT‟s.
What are the differences between DIT and DIF algorithms?
* For DIT the input is bit reversed and the output is in natural order, and in DIF the
input is in natural order and output is bit reversed.
* In butterfly the phase factor is multiplied before the add and subtract operation but
in DIF it is multiplied after add-subtract operation.
1).DIT – Time is decimated and input is bi reversed format output in natural order
2).DIF – Frequency is decimated and input is natural order output is bit reversed
Format
What is meant by in place in DIT and DFT algorithm?
An algorithm that uses the same location to store both the input and output
sequence is called in-place algorithm.
How many stages are there for 8 point DFT
3 stages
How many multiplication terms are required for doing DFT by expressional?
Expression Method and FFT method
Expression –N2 FFT - N /2 logN