# Fourier-transform **Repository Path**: tkronos/Fourier-transform ## Basic Information - **Project Name**: Fourier-transform - **Description**: No description available - **Primary Language**: Matlab - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2022-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fourier-transform 没有用fft等matlab自带函数实现二维离散傅里叶变换及逆变换。采用了for 循环和矩阵形式两种方法。 There is no matlab self-contained function such as fft to realize two-dimensional discrete Fourier transform and inverse transform. Both the for loop and the matrix form are used.