Lab21b.m
Go to the documentation of this file.
1 x3=[1 1 1 1 1 1 1 1 ];
2 X3=fft(x3,8);
3 ejex=linspace(0,1,8);
4 figure('Name','X3');
5 subplot(131);
6 plot(ejex,abs(X3),'*');
7 subplot(132);
8 plot(ejex,angle(X3),'*');
9 
10 
11 
12 
subplot(131)
figure('Name','X3')
plot(ejex, abs(X3),'*')
ejex
Definition: Lab21b.m:3
x3
Definition: Lab21b.m:1
X3
Definition: Lab21b.m:2
fftbuffer, N fft()