Skip to main content

Overlap Add Method(OAM) / Overlap Save Method(OSM)

In a real time system we receive signal values continuously. Thus when the signal is continuous, OAM/OSM computational methods are use to generate the reaponse of the system. This methods stores a finite amount of sample values from the input signal length of which is given by user, process it and generate the response with altering the values according to their respective algorithms​. The time required for this two technique is same.

Comments

  1. Thanks for the explanation

    ReplyDelete
  2. Perfectly explained in limited words

    ReplyDelete
  3. Both the methods gives same output and computational time required is also same

    ReplyDelete
  4. Yeah both gives same output!

    ReplyDelete

Post a Comment

Popular posts from this blog

DSPP 2018

For us DSPP was one of the best courses of the semester. The lectures were highly interactive and the process of learning was made an extremely joyous experience. The course encompassed several innovative learning techniques. Along with the conventional lectures and laboratory sessions, there were activities designed for students to study IEEE papers and patents. These activities helped us understand the procedure of drafting IEEE paper, and provided the much needed experience of researching on selected subject matter and draft an IEEE paper. Moreover, through these activities I discovered the availability of patents online. The study of patents proved to be taxing but a good exercise in learning to document innovations. Besides from learning the syllabus topics of DSPP, important ethics and valued principles like team work, leadership, code of conduct,etc were also imbibed in students. Overall, the course definitely added value to student lives in many ways more than just in academic...

Fast Fourier Transform (FFT)

As the input signal values increases the DFT computational time also increases. Thus to decrease this time, we have implemented DITFFT radix-2 algorithm for N=4 and N=8. This algorithm decimates the input sample values into smaller pieces until the prime factor 2 is obtained.

Butterworth Filter Deaign

Here we have designed our own Impulse invariant response (IIR) filter. First wh have designed Butterworth Low Pass filter and High Pass filter and plot the magnitude spectrum using scilab. Scilab was used as it is a open source software. Thus anyone can easily implement their mathematical model on scilab and analyse it. The magnitude spectrum  whicha was plotted after the input parameters provided by the us is in terms of Logarithmic scale on magnitude axis(Y-axis) and Frequency in Hertz(X-axis). To ensure correct nature of the magnitude spectrum we have taken the values in a certain range.