In this experiment we learn Overlap Add method (OAM) and Overlap Save method (OSM).
Both Overlap Add method and Overlap Save method are block processing techniques to process large data sequences. These large data sequences are decomposed into smaller sequences and then computed individually.
Overlap Add method (OAM) involves the decomposing of the signal into smaller signals and then using liner convolution and the overlapped part of the sequences are added to find the output.
Overlap Save method (OSM) involves the decomposing of the signal into smaller signals and then using circular convolution and the convoluted part of the sequences are discarded to find the output.
Both of these methods are equally computationally fast and use memory equally.
Both Overlap Add method and Overlap Save method are block processing techniques to process large data sequences. These large data sequences are decomposed into smaller sequences and then computed individually.
Overlap Add method (OAM) involves the decomposing of the signal into smaller signals and then using liner convolution and the overlapped part of the sequences are added to find the output.
Overlap Save method (OSM) involves the decomposing of the signal into smaller signals and then using circular convolution and the convoluted part of the sequences are discarded to find the output.
Both of these methods are equally computationally fast and use memory equally.