Mercurial > hg > pmhd
view extra/Lab21b.m @ 10:6840f77b83aa
commit
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Sun, 21 Apr 2013 10:55:35 +0200 |
parents | |
children |
line wrap: on
line source
x3=[1 1 1 1 1 1 1 1 ]; X3=fft(x3,8); ejex=linspace(0,1,8); figure('Name','X3'); subplot(131); plot(ejex,abs(X3),'*'); subplot(132); plot(ejex,angle(X3),'*');