Monday, 13 March 2017

LAB4:-Filtering of data sequence

The aim of this experiment was to perform OAM(Overlap Add Method) and OSM(Overlap Save Method) in FIR-filter(Finite Impulse Response) to filter a sequential data input. Independent functions to perform OAM  and OSM separately were executed in C language which took length of the signal(in my case:13)as one of its arguments. It was observed that both techniques of filtering yielded the same output. Also we essentially observed that the function decomposed the input signal into blocks and computed them separately. This meant that both OAM and OSM are block processing techniques.

6 comments:

  1. Why do we use OAM and OSM on real valued signal and not FFT?

    ReplyDelete
    Replies
    1. Because FFT requires parallel input and real valued signal in sequential.

      Delete
  2. OAM and OSM are efficient ways to calculate convolution between very long signal x[n] and finite impulse response h[n].

    ReplyDelete
    Replies
    1. Yes because they are block processing techniques.

      Delete
  3. This comment has been removed by the author.

    ReplyDelete
  4. OAM and OSM techniques are used for finding the response or output of filter.

    ReplyDelete