- /
-
Water mountain!
on 14 Oct 2021
- 35
- 14
- 1
- 0
- 136
figure('color','g')
th = (0:127)/128*2*pi;
x = cos(th);
y = sin(th);
f = abs(fft(ones(10,1),128));
stem3(x,y,f','r','fill')
view([-65 30])
axis off