Monday, 13 March 2017

EXP 4: Overlap Add Method and Overlap Save Method


When the data size and  rate is high e.g. video 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.



11 comments:

  1. Both OAM and OSM requires the same amount of computations.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Overlap–save is the traditional name for an efficient way to evaluate the discrete convolution between a very long signal x(n) and a finite impulse response (FIR) filter h(n).

    ReplyDelete
  4. In real time output of FIR filter is obtained using overlap add method or overlap save method.

    ReplyDelete
    Replies
    1. Real time signal has long data sequence.

      Delete
  5. OAM divides the input into smaller chunks whereas OSM divides the output into small length for computations.

    ReplyDelete
    Replies
    1. Yes, OAM divides the input into smaller chunks whereas OSM divides the output into small length for computations.

      Delete
  6. These methods are uesd in FIR filters

    ReplyDelete
  7. Processing is faster because of use of FFT for OAM and OSM

    ReplyDelete