Monday, 13 March 2017

Overlap Add and Overlap Save Method

Overlap Add and Overlap Save Method are two methods which are helpful for finding discrete convolution of a very long input signal.

In Overlap Add Method, we use linear convolution and in Overlap Save Method we use circular convolution. F.F.T algorithm is used for computing the convolution.

Overlap Add and Overlap Save Method are known as block processing techniques because the input sequence is divided into different blocks and each block is processed separately.
These methods are suitable for processing of real time. 

10 comments:

  1. OAM and OSM are useful methods for processing real time signals

    ReplyDelete
  2. We can process long input streams with these techniques

    ReplyDelete
  3. OAM can be used in FIR filter for processing

    ReplyDelete
  4. Osm discards values and so does not require memory

    ReplyDelete
  5. Cannot be used for IIR filter design

    ReplyDelete
  6. OAM and OSM are not useful for IIR filter

    ReplyDelete
  7. OAM and OSM are not useful for IIR filter

    ReplyDelete
  8. Aliasing effect can be observed in OSM whereas this effect is absent in OAM

    ReplyDelete