Tuesday, 14 March 2017

OAM and OSM

Overlap add method and overlap save method are block processing technique. Input data gets divided into smaller chunks on which convolution is performed to find output. The overlapped portion is discarded in OSM whereas it is added in OAM to get requird output. In the C code convolution of blocks is performed by using FFT.

5 comments: