Skip to content
/ MWFFT2 Public

Robust alignment of chromatograms by Moving Window Fast Fourier Transfrom

Notifications You must be signed in to change notification settings

zmzhang/MWFFT2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MWFFT2

Robust alignment of chromatograms by Moving Window Fast Fourier Transfrom

Usage

  1. Clone this project with git
  2. Start MATLAB and change the working dir to the folder of project
  3. Run the following code in MATLAB command window to see alignment result
      load demo
      w=70
      [xa,matrix,sr] = mwfft2(x,r,w);
      plot(x,'r');hold on;plot(r,'b');plot(xa,'g')
      legend('to align','reference','aligned');

About

Robust alignment of chromatograms by Moving Window Fast Fourier Transfrom

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages