main executing reference usage: usage_overlayColoredBorders_Images.mThe objective is to illustrate overlaying of 2 RGB images. Multiple images may be overlay 1 over the other as well.has passed the test.
[Overlapsave method] - Overlap–save is the traditional name for an efficient way to evaluate the discrete convolution between a very long signal x[n] and a finite impulse response (FIR) filter h[n]:(Overlap–save algorithm for linear convolution)
H = FFT(h,N)
i = 1
while i <= Nx
il = min(i+N-1,Nx)
yt = IFFT( FFT(x(i:il),N) * H, N)
y(i : i+N-M) = yt(M : N)
i = i+N-M+1
end
[PictureVideooverlay] - video files covering project picture