14-6.m
来自「matlab6.5图形图像处理源程序 matlab6.5图形图像处理源程序」· M 代码 · 共 8 行
M
8 行
PSF = fspecial('gaussian',13,1);
OTF = psf2otf(PSF,[31 31]);
% PSF转换成OTF
subplot(1,2,1); surf(PSF); title('PSF');
axis square; axis tight
subplot(1,2,2); surf(abs(OTF)); title('corresponding |OTF|');
axis square; axis tight
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?