Introduction - If you have any usage issues, please Google them yourself
There are many cases when we require to write a program to find autocorrelation between two sequences. This is mostly required when you are teaching some one how to write such a program.
so here is a program to find the correlation between two sequences without using the inbuilt xcorr function