搜索资源列表
FFT_embed
- 分析数字FFT的实现原理,并给出其C语言程序,可以直接嵌入单片机中使用-FFT analysis of the realization of principles, and gives its C language program, can be directly embedded MCU use
SignalAnalysis_C
- 一些信号分析的C 语言程序,包括随即函数、FFT等-some signal analysis of the C language programming, including then function, FFT, etc.
Java-FFT-Demo
- java-fft-demo,用java开发的实现fft的平台,并能同时生成c++源代码-java-fft-demo, java development with the realization fft platform and at the same time generating source code c
FFT
- FFT变换 C源代码.txt 比较典型的程序!
fft
- fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
dsad
- 图像二维离散快速傅里叶变换(FFT)算法和C实现-Dimensional discrete Fast Fourier Transform (FFT) algorithm implemented in C