搜索资源列表
fft
- C语言实现快速傅里叶算法,可以输入任意位,有正变换和反变换!-C language realization of fast Fourier algorithm, can enter any place, there is transformation and anti-transformation!
arbitrary-FFT
- 任意点数的FFT变换C语言程序,便于移植,并以C8051f020为平台提供了电赛题目数字式工频有效值多用表的源程序,以示范本FFT的使用-Points FFT transform any C language program, easy to transplant, and to provide a power platform C8051f020 title race RMS digital multimeter frequency source, in order to demonstrat
FFT
- FFT
21840289fft-by_skyline
- FFT c程序 能够实现傅里叶和 逆傅里叶转换,有些地方需修改-FFT c procedures to achieve Fourier and inverse Fourier transform, and some places need to modify
fft
- C语言版快速傅立叶变换Fast Fouier Transform(fft)-C language version of Fast Fourier Transform Fast Fouier Transform (fft)
FFT
- 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
fft
- FFT算法的C语言实现 很好很强大 很不错的-FFT algorithm of C language to achieve a very good very good very strong
FFt-c
- 这是关于基2FFT-DIT的程序 第一个压缩文件是matlab程序,并附有原理和流程图及总结 第二个是关于c的程序-This is based on the procedures 2FFT-DIT first compressed file is a matlab program, together with flow chart and summary of the principles and the second on the procedures for c
FFT
- 快速傅立叶变换 c语言编写 要通过调试 dsp程序-Fast Fourier Transform c language dsp through debug procedures
FFT
- 关于fft的混合基运算,及fft运算。自己编写的,可能效率不好-Fft based on a mixture of computing and computing fft. I have written may be inefficient
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 using the split radix algorithm.
fft
- 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在F
FFT
- fft.c code composer studio v 3.01 by steven
FFT
- 一个用于数字信号处理的FFT算法的源程序,里面可以进行256点的FFT运算,通过在CCS(code composor studio)可以产生正弦波和FFT运算后的波形-One for digital signal processing of the source of the FFT algorithm, which can be 256 point FFT computation, through the CCS (code composor studio) can generate sine
fft-C
- 一个用C语言写的FFT算法,经测试,效果很好-More use of a FFT algorithm C
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 the input sequence, the output
fft C语言实现
- fft c语言实现,快速傅里叶运算的c语言实现(fft)