When the input signal is too large , it is helpful to break it into number of signals of same length. In Digital FIR Filter , OAM and OSM methods are used to get output sequence.
In Overlap Add method (OAM),input sequence was decomposed and then linear convolution was performed on each decomposed sequence.The corresponding outputs were combined together for final result. While in Overlap Save method (OSM) ,circular convolution was performed on each decomposed sequence.
In Overlap Add method (OAM),input sequence was decomposed and then linear convolution was performed on each decomposed sequence.The corresponding outputs were combined together for final result. While in Overlap Save method (OSM) ,circular convolution was performed on each decomposed sequence.