home | Download | Guestbook | Sitemap
codelookerDownloadNumerical Algorithm-Artificial Intelligencematlab
Search:
Overlapsave method
  • Classification:Numerical Algorithm-Artificial Intelligence - matlab
  • Development Tool:matlab
  • Sise:1.00 KB
  • Upload time:2013/1/23 4:46:06
  • Uploader:salmansaeedkhan
  • Download Statistics:
Description
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




File list:
overl.m
If you are a member, Log in. If you are not a member, Please register
Related source code
[OverLaying-Color-Images] - 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.
[PictureVideooverlay] - video files covering project picture
Download Address
download DownLoad
Comments: Don't forget to comment after downloading! Comment...
About - Advertise - Sitemap