The convolution of h and x (h*x) will be something like h*x = SUM h[n-q]*x[n], where the sum is performed over all possible q's depending on the size of h. If h and x are infinite then the sum goes from -INF to +INF.
John Gordon
2010-04-26 16:42:22