搜索资源列表
fft1ok
- VC下编程FFT 算法通过,可用在单片机,频谱分析效果良好.-VC programming FFT algorithm can be used in SCM, spectrum analysis results.
fft
- 单片机能实现的FFT算法。128点快速傅氏变换
FFT
- 256点FFT函数,量化阶输出,用查表方式实现,用凌阳单片机可以进行8khz采样,频谱分析等-256-point FFT function, the quantized step out, be achieved using look-up table, with a single chip can be 8khz Sunplus sampling, spectral analysis
t_2_fft
- 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
FFT
- 单片机上实现fft算法,实现浮点数计算,来源于网络-Fft algorithm implemented on single chip to achieve floating-point calculations, from the network
fft1
- 快速傅立叶变换(来源《C常用算法集》) 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。-Fast Fourier Transform (Source C commonly used algorithm sets) the function test OK, TC2.0 VC++6.0 the Keil C51 test by If the the MCS51 system yo
cc
- 用K60单片机对得到的数据先进行到位运算(使用雷德算法),得到FFT运算时需要的数据顺序,然后进行蝶形运算,并将结果进行保存-K60 microcontroller on the data obtained by the first operation carried out in place (with Reid algorithm), data is sequentially obtained when required FFT computation, then butterfly, an
kkfft
- 快速傅立叶变换函数,本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。 -It is a function for fast fft, can be used in TC2.0, VC++6.0, Keil C51 deveplepment envirment。
fft
- 一个快速FFT变换的程序,有助于移植在单片机系统上的可执行的小规模FFT变换程序-一个快速FFT变换的程序,有助于移植在单片机系统上的可执行的小规模FFT变换程序 一个快速FFT变换的程序,有助于移植在单片机系统上的可执行的小规模FFT变换程序 A fast FFT transform procedures, to help transplant in the MCU system can be performed on the small scale FFT transform pro
fft
- 实现单片机可移植fft算法,这里的例程是128个点,代码里有详细的说明,可以改成任意点数(MCU FFT algorithm can be transplanted)
nules-bubble
- VC下编程FFT 算法通过,可用在单片机,频谱分析效果良好()