--[[ xfb is a little 2D processing script, which can easily can be manipulated. This function has been kindly contributed by Christoffer Laustsen ]] function xfb() weight(40,false,90,false) -- Weight Exp=40 , Gaus, Sin=90, Sin_sqr wft() --FT mark("h",14.959) --Define a horizontal trace to phase correct extract() aph() --automatic phase correction closex() weight(100,false,false,90) -- Weight Exp=100 , Gaus, Sin, Sin_sqr=90 wft() --FT transpose(2, 1) -- Transposes the Spectrum shift(-2.4992,1) -- shifts 2.4992 ppm to 0 on f1. amp() -- draws the result end