Overlap Add and Overlap Save Method are two methods which are helpful for finding discrete convolution of a very long input signal.
In Overlap Add Method, we use linear convolution and in Overlap Save Method we use circular convolution. F.F.T algorithm is used for computing the convolution.
Overlap Add and Overlap Save Method are known as block processing techniques because the input sequence is divided into different blocks and each block is processed separately.
These methods are suitable for processing of real time.
In Overlap Add Method, we use linear convolution and in Overlap Save Method we use circular convolution. F.F.T algorithm is used for computing the convolution.
Overlap Add and Overlap Save Method are known as block processing techniques because the input sequence is divided into different blocks and each block is processed separately.
These methods are suitable for processing of real time.