- /
-
Network tests
on 16 Oct 2021
- 5
- 25
- 0
- 0
- 116
clc;
clear all; close all;
clf;
fftw('planner');
plot(fft(eye(47))); axis([-0.3 0.7 -0.4 0.6],'square','off')
colormap('jet')