In this experiment of the course was based on Linear FIR Filtering Methods - Overlap Add Method and Overlap Save Method. We performed filtering of long data signal using Overlap Add Method using Scilab. A long data signal was taken as the input with length equal to 24. Impulse response was taken as {1,2,3}. The input signal was decomposed into smaller subsequences with length equal to 6. In order to use the radix 2 FFT algorithm we had to use zero padding to make the length of each subsquence equal to 8. Linear Convolution by Circular Convolution, was performed using zero padded h(n) and the individual subsequences. Output y(n) was computed and verified manually. Thus, we can say that OAM is better for real time filtering of long signals.
Subscribe to:
Post Comments (Atom)
DSP Application On One Dimention Signal
IEEE Paper Review: Implementation of a modem based on Quadrature Amplitude Modulation using TMS320C6201 DSP Authors : N Dahnoun and D R Cl...
-
In this experiment of the course was based on Linear FIR Filtering Methods - Overlap Add Method and Overlap Save Method. We performed filte...
-
With this experiment we came back to our basics, the C language. In this experiment we performed Linear convolution, Auto-correlation and ...
-
This was the last experiment which was to be performed in the lab. hence everyone was happy that we successfully completed rest of the e...
How the input signal is decomposed?
ReplyDelete