updownsample

up/down sample an input matrix using the fourier domain.

您现在正在关注此提交

Up/down sample an image/matrix/vector (can be of complex numbers) using the frequency domain.
The matrix/vector should be continuous of a high degree (has continuous derivatives) in order to obtain a reasonable up/down sampling

Speed-up can be achieved if the user up-samples to a near power of 2. no optimization is done inside this code for efficient fft usage.

Documentation is found inside the *.m file.

type "updownsample" for the example

引用格式

Ohad Gal (2026). updownsample (https://ww2.mathworks.cn/matlabcentral/fileexchange/4658-updownsample), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: fft_upsample

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

I found a linear phase distortion in the output image (only when looking at a complex or real output image), due to spatial misplace of the input image in the fourier domain