搜索资源列表
dit-fft.c
- 快速傅里叶变换(FFT)。允许输入任意长度(满足等于2的N次幂即可)。-Implementation of the Fast Fourier Transformer.
FFT
- 其中的函数FFT用于计算一组数据的快速傅里叶变换,输入参数为一个数组,元素个数为2的n次方。程序包含FFT排序算法和蝶形运算。-Function which Fast Fourier Transform FFT calculation for a set of data, the input parameters for an array of n number of elements in a power of 2. Program includes sorting algorithms an