Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 189 Bytes

File metadata and controls

9 lines (9 loc) · 189 Bytes

Code

x=[1 2 3 4]
y=fft(x)
f=abs(fftshift(y))
plot2d3(f)

Output

image