psf2otf_Dy.m
function [otf] = psf2otf_Dy(outSize)
psf = single(zeros(outSize));
psf(1, 1) = -1;
psf(end, 1) = 1;
otf = fft2(psf);
To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.
This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.
Generating citation ...
Generating citation ...
function [otf] = psf2otf_Dy(outSize)
psf = single(zeros(outSize));
psf(1, 1) = -1;
psf(end, 1) = 1;
otf = fft2(psf);