搜索资源列表
fft(C51)
- 在51单片机上实现的FFT处理,最多可以到200点的-in MCS-51 to achieve the FFT processing, up to 200 points
fft
- 用c编的,可以用于单片机的反复调用
FFT
- AVR单片机实现FFT,非常实用的程序,只要电路没有错误,绝对可用。
fft
- 用单片机实现通常的快速傅立叶变换,有一维和二维的
FFT.rar
- MSP430单片机上的FFT算法,MSP430单片机上的FFT算法,MSP430单片机上的FFT算法,,FFT on MSP430 MCU
FFT
- keil软件C语言开发,C8051F系列单片机的fft变换算法。-keil software C language development, C8051F MCU fft transform.
FFT
- 基于51单片机控制的FFT算法,这个程序经过自己测试可行,有需要的话可以自己下载调试下-51 Microcontroller based on FFT algorithm, this program possible through their own testing, if necessary under the debugger can download
fft
- 使用c语言实现的各种单片机FFT源程序,希望对大家有帮助-Using the c language source code to achieve a variety of microcontrollers FFT
FFT
- 利用单片机实现快速傅里叶变换 基于单片机对数据的采集-Fast Fourier transform using MCU Microcontroller based data acquisition
fft
- FFT,单片机求FFT程序,该程序可以求的2的n次方数据的FFT-FFT, single-chip FFT seeking process, which can be 2 for the n-th power of the FFT data
fft
- 单片机用c语言编写的快速傅里叶变换,简单快速-Singlechip with c languages Fast Fourier Transform, EASY Express
fft
- 基于单片机开发环境的快速傅里叶变换的(fft) C语言算法-Development environment based on the single-chip Fast Fourier Transform (fft) C language algorithm
FFT
- // 函数名: 快速傅立叶变换 // 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。 // 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。 -//Function name: Fast Fourier Transform// This function tests OK, you can TC2.0, VC++6.0, Keil C51 test.// If you MCS51 system has eno
fft
- ATMEGA8单片机计算fft 显示频谱 -ATMEGA8 SCM calculations show that the spectrum fft
FFT
- 用C语言写的,基于单片机的FFT函数,可以用于采样、滤波-It is Written in C ,which is based on SCM FFT function, can be used for sampling, filter
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
- 使用52单片机实现信号数据的FFT变换c语言程序实现-52 MCU signal data using the FFT transform c language program implementation
51-MCU-fft-
- 51单片机实现fft快速离散傅立叶变换 C语言源程序-51 MCU fft Fast Discrete Fourier Transform C language source code
50243657FFT
- FFt算法的C语言实现,51单片机实现FFT算法