OAM method involves decomposing the input signal and performing linear convolution on each of them individually. The decomposed outputs are then concatenated together. The value of N chosen is generally a power of 2.
![]() |
| Overlap Add Method |
OSM method involves decomposing of input. But in this method, we divide the output signals and find the resultant as opposed to dividing the input signals in OAM and perform zero padding to modify the input signal x[n] and zero padding to h[n].
OAM and OSM are Block Processing Techniques and are suitable for real time signal processing.
Image source : Wikipedia
