In which of the following methods, the output sequence is considered as shown in the below diagram?
In which of the following methods, the output sequence is considered as shown in the below diagram? Correct Answer Overlap add method
From the figure given, it is clear that the last M-1 points of the first sequence and the first M-1 points of the next sequence are added and nothing is discarded because there is no aliasing in the input sequence. This is same as in the case of Overlap add method.
