OAM (Overlap Add method) and OSM (Overlap Save Method) were the two methods (implemented in C) that we used to find the output of FIR filter.
The value of N we selected was 8 and L was 5. Hence in OAM, the 13-pt sequence that we entered got decomposed into 3 parts and convolution of each part was calculated using FFT algorithm.
Similarly, in OSM too the sequence was decomposed into 3 parts and circular convolution is found after which the overlapped part is neglected and the rest becomes the output.
Similarly, in OSM too the sequence was decomposed into 3 parts and circular convolution is found after which the overlapped part is neglected and the rest becomes the output.