The aim of this experiment was to perform filtering of long data sequence using Overlap Add Method(OAM) and Overlap Save Method(OSM). These methods are used to find discrete convolution i.e. output of FIR filter for a very long input signal x(n).
OAM and OSM divides the input sequence into smaller blocks. The filtering of individual blocks, which are smaller in length, is done by DFT and IDFT and then fitted one after the other. The overlapped portion is discarded in OSM whereas it is added in OAM to get the required output sequence. Thus, OAM and OSM are block processing techniques.
They are suitable for real time signal processing. They are used for decreasing the delay obtained in getting the output.