Mercurial > hg > pmhd
view extra/Lab21b.m @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 6840f77b83aa |
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),'*');