In this experiment we had to implement filtering of long i/p sequence using OAM/OSM algorithm .
After performing the experiment and observing the results I learnt that OAM and OSM are used for processing long data sequences .
Link for the code : https://drive.google.com/drive/folders/0BwYB93kRygZnT1E1MUNaZXh4RGM
OAM and OSM are efficient ways to calculate convolution between very long signal x[n] and finite impulse response h[n].
ReplyDeleteOAM and OSM methods are used wherever the whole input signal has not been given but computations of the already stored signals are to be done.
ReplyDeleteOAM is slower than OSM because less number of steps or computations.
ReplyDelete