1. radial sinusoïdal signal:径向正弦信号


经典图形的绘制(matlab)_其他

[xx, yy] = meshgrid(-50:50);
I = sin(sqrt(xx.^2+yy.^2));
imshow(I, [])