Monday, 13 March 2017

EXP 4: Overlap Add and Overlap Save Methods

                 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. 

6 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Overlap save method does not require memory

    ReplyDelete
  3. Osm and oam cannot be used for IIR filters

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

    ReplyDelete
  5. This methods are used for processing​ real time long data sequence

    ReplyDelete
  6. These are block processing techniques.

    ReplyDelete