Lab2 1d.m
Go to the documentation of this file.
1 x4=[2 1 0 0 0 0 0 1 ];
2 X4=fft(x4,8);
3 ejex=linspace(0,1,8);
4 plot(ejex,abs(X4),'*');
ejex
Definition: Lab2 1d.m:3
fftbuffer, N fft()
plot(ejex, abs(X4),'*')
x4
Definition: Lab2 1d.m:1
X4
Definition: Lab2 1d.m:2