katkost@3: x4=[2 1 0 0 0 0 0 1 ]; katkost@3: X4=fft(x4,8); katkost@3: ejex=linspace(0,1,8); katkost@3: plot(ejex,abs(X4),'*');