OAM and OSM.
The aim of this experiment was to perform filtering of long data sequence using overlap add method and overlap save method .The objective of this experiment is to write a function to implement overlap add and overlap save algorithm. The OAM and OSM methods divide the input signal into smaller lengths and filter output (FFT) of such smaller length signal is calculated. The overlapped portion is added in case of OAM and discarded in case of OSM. The resultant output is the output of the whole input signal. The following are the conclusions drawn: 1) overlap add and overlap save are the two methods to find the output of digital FIR filters . 2) it consist of a long data sequence x(n) and a impulse response h(n) 3) the length of the output sequence is obtained by L=M+N-1 4) in overlap add method we get the convoluted output signal of the input with impulse response