home | Download | Guestbook | Sitemap
codelookerDownloadApplicationsOther Applications
Search:
Save Or Load mat files using one function
  • Classification:Applications - Other Applications
  • Development Tool:matlab
  • Sise:1027 KB
  • Upload time:2018/11/29 12:46:48
  • Uploader:synopsis_22
  • Download Statistics:
Description
Save Or Load mat files using one function




File list:
SaveOrLoad.m
Related source code
[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
Download Address
download DownLoad
Comments: Don't forget to comment after downloading! Comment...
About - Advertise - Sitemap