fourier.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:pisap 作者: neurospin 项目源码 文件源码
def adj_op(self, x):
        """ This method calculates inverse masked Fourier transform of a 2-D
        image.

        Parameters
        ----------
        x: np.ndarray
            masked Fourier transform data.

        Returns
        -------
        img: np.ndarray
            inverse 2D discrete Fourier transform of the input coefficients.
        """
        return pfft.ifft2(self._mask * x)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号