# fft2 **Repository Path**: jianzemax/fft2 ## Basic Information - **Project Name**: fft2 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **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 # A simple and dirty implementation of FFT2 in C++ The program is implemented in template, easy for your usage, enjoy! But notice that no security mechanism here, e.g. protections after memery allocation, etc. ## References: * Introduction to Algorithm: for Cooley Tukey algorithm * someone's code on github, sorry I cannot find any more: for Bluestein algorithm