annotate extra codes/Lab21d.m @ 4:aeccfa83c7a4

Merge
author Katerina <katkost@gmail.com>
date Sat, 20 Apr 2013 13:03:57 +0100
parents 1c0f36c348d4
children
rev   line source
katkost@3 1 x2=[0 1 0 0 0 0 0 0];
katkost@3 2 X2=fft(x2,8);
katkost@3 3 plot(x2);
katkost@3 4