搜索资源列表
FFT
- FFT
FFT程序
- 这是利用C++ 编的fft-This is the C series fft
fft.c
- C语言实现快速傅立叶变换,大家可以参考一下!-C language Fast Fourier Transform, we can take a look!
FFT-c
- 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function :/* Sample data on the dataR []
FFT+C
- 一个 很好的 程序,fft的C语言实现程序-a good procedure, fft the C language procedure!
fft-by_skyline
- 这是一个我自己写的FFT的c程序,可以计算n(<4096)个点(可以是虚数)的结果 -This is one I wrote it myself FFT c procedures can be calculated n (
FFT
- 快速傅立叶变换FFT的C源程序,包括谐波检测部分-Fast Fourier Transform FFT C-source code, including parts of harmonic detection
FFT--C
- FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析-Research and Implementation of FFT algorithm (C language), one inversion algorithm sequence analysis, 2 real butterfly computation algorithm is derived, 3 DIT F
fft-C
- 采用C语言设计的FFT代码,在C语言下调试通过。文件为word文档,需要嵌入到自己的程序中-Using C language designed FFT code in C language under the debugger through. Document for the word document, the need to embed into their own procedures
FFT
- C#编写出的图像处理程序,FFT,反FFT-C# Prepared image processing procedures, FFT, Counter-FFT
fft
- fft.c - fast Fourier transform and its inverse (both recursively) -fft.c- fast Fourier transform and its inverse (both recursively)
fft
- C语言版快速傅立叶变换Fast Fouier Transform(fft)-C language version of Fast Fourier Transform Fast Fouier Transform (fft)
fft
- The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform us
fft
- 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. F
FFT
- fft.c code composer studio v 3.01 by steven
Fft
- This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
fft
- 快速傅立叶算法,C语言编程,进行频谱分析 -FFT C,FFT spectrum
fft.c
- 快速傅立叶变换的c语言开发程序,简单易懂。-fft
fft
- fft程序,最初在单片机c8051f020上实现,“fft.c”是核心程序,很短,程序中x_real[N]是输入序列,输出保存在x_real[N]和x_imag[N]中-fft program, initially implemented on the MCU c8051f020, " fft.c" is the core program, very short, the program x_real [N] is t
fft C语言实现
- fft c语言实现,快速傅里叶运算的c语言实现(fft)