function h=spectraSt(FFTst,c);

if(nargin<2)
    c='b';
end
h=plot(FFTst.f,sqrt(FFTst.a.^2+FFTst.b.^2),c);