Overlap Add method and Overlap Save Method The real time signals available are large data signals. For processing any signal, the whole sequence should be present at the input at the same time. This is not possible for real time signals. so. overlap add method and overlap save method are used. They are block processing techniques as they divide the input sequence into block of data and then calculate the result. Overlap add method performs linear convolution on the data using FFT and the overlapping values are added to compute the result while overlap save method performs circular convolution on the data using FFT and the overlapping values are neglected. These methods are used to decrease the processing time of long signals.