Thursday, 16 March 2017

Overlap Add & Save Method

Experiment 4


When the data size and rate is high, we filter the long data sequence using Overlap Add Method and Overlap Save Method.In OAM, convolution of smaller groups of input with the second input is obtained. So we get convolution for each group which gets overlap depending upon the length of the input signal. In OSM, we divide the output instead of input signals and use only limited input required to calculate that output. Hence the memory requirement is reduced. Both the methods require the same amount of computations and hence the same memory.

6 comments:

  1. These methods are used in FIR filter

    ReplyDelete

  2. block processing technique gives fast convolution. And using FFT with these block gives efficiency of FFT.

    ReplyDelete
  3. Used for long data input sequence

    ReplyDelete
  4. OSM is slightly more efficient than OAM since it does not require the addition of overlapping inputs

    ReplyDelete
  5. These are block processing techniques

    ReplyDelete