Overlap Add method and Overlap Save Method
The real time signals available are large data signals. For processing any signal, the whole sequence should be present at the input at the same time. This is not possible for real time signals. so. overlap add method and overlap save method are used. They are block processing techniques as they divide the input sequence into block of data and then calculate the result. Overlap add method performs linear convolution on the data using FFT and the overlapping values are added to compute the result while overlap save method performs circular convolution on the data using FFT and the overlapping values are neglected. These methods are used to decrease the processing time of long signals.
In OAM, by decomposing x(n) into 'L' point sequences we get x1(n), x2(n), etc
ReplyDeleteOAM and OSM cannot be used for IIR filter design and can be used for FIR filter design.
ReplyDeleteOAM and OSM are useful methods for processing real time signals
ReplyDeleteOsm is better tham oam
ReplyDelete