MATLAB. Implement ifft2 without built-in functions

后端 未结 0 401
[愿得一人]
[愿得一人] 2020-11-29 01:40

Tried implement Inverse Fast Fourier Transfer for 2D data without built-in functions in Matlab. This is my implementation:

function [ f ] = my_ifft2( F )              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题