搜索资源列表
fft-arm-0.01.src
- 针对ARM优化过的FFT算法。其中20点,64点,80点的FFT算法。笔者试着加入了256点的FFT -for ARM optimized FFT algorithm off. 20 points, 64 points, 80 points of the FFT algorithm. I tried to join the 256-point FFT
fft-arm-0.01.tar
- FFT算法c程序for ARM-FFT algorithm c procedures for ARM
uCOS-EB55
- μC/OS-II在AT91M55800A上的移植代码,包括标准C和ARM汇编语言,集成开发环境ADS,仿真器FFT-ICE,评估板为ATMEL公司的EB55.- C/OS-II in the transplant AT91M55800A code, including the standard C and the ARM assembly language, integrated development environment ADS,
fft-arm-0.01.tar
- FFT算法c程序for ARM-FFT algorithm c procedures for ARM
C6000 FFT编程指南
- C6000系列DSP FFT编程指南-C6000 DSP FFT Programming Guide
fftw-3.1.tar
- 最新的FFT程序,目前是最好的开放FFT代码-latest FFT procedure, is the best open source FFT
ARM_FFT
- ARM库里的FFT算法,在C++builder下也可以正常使用-ARM 13-17 FFT algorithm in C++ builder can be under normal use
FFT-RM9200-BasicBoot
- arm开发,基于linux环境的一些重要的配置程序。-development arm, for the linux environment of some important configuration procedures.
FFT-RM9200-BasicEMAC
- arm开发,基于linux环境的一些重要的配置程序。-development arm, for the linux environment of some important configuration procedures.
FFT-RM9200-BasicFlash
- arm开发,基于linux环境的一些重要的配置程序-arm development environment based on Linux some of the important procedures for the allocation of
FFT-RM9200-BasicIdle
- 基于linux环境的arm板开发,这是可以进行实验的原文件-linux-based environmental arm plate development, which should be able to conduct experiments in the original document
fft-arm-0.01.src
- 针对ARM优化过的FFT算法。其中20点,64点,80点的FFT算法。笔者试着加入了256点的FFT -for ARM optimized FFT algorithm off. 20 points, 64 points, 80 points of the FFT algorithm. I tried to join the 256-point FFT
armok01167658
- 最近用Mega128写了一个128点FFT程序,浮点运算,加汉宁窗。由于窗函数和旋转因子通过查表得到,所以速度还可以,程序中给的初值是通过高速AD采集的20KHz正弦信号。计算结果与Matlab的FFT函数得到的结果相同。 -Mega128 recently wrote a 128-point FFT procedures, floating-point operations, Hanning window. Since the win
FFT
- 基于LPC2210的FFT程序,可以算任意点数的FFT,测试通过
arm_fft
- 基于ARM7内核的ADS1.2的fft算法库,用于波形分析,局部经过了代码优化-Based on the ARM7 core ADS1.2 the fft algorithm library for waveform analysis, code optimization, after partial
FFT
- 实现FFT变换的C语言。便于大家在在开发时作为参考使用。
Myfft
- FFT arm汇编实现,在ADS下开发,可以用axd进行调试,输入文件在C语言代码中可以修改,一般的raw灰度图即可-FFT arm compilation to achieve, in the ADS under development, can be used axd debugging, enter the document in the C language code could be modified, the general
fft-arm
- 一个用于ARM的基4/基5定点FFT算法,原作者是JDB,后来我扩展过16和256点的计算并用在项目中了,感觉速度还不错。现在重写了基于Linux GCC4的测试程序,可供使用者评估参考。建议安装FFTW3用来精确评估测试结果,相关范例已经在代码中了。-Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally con
fft-arm-0.01
- fft arm algorithm / source code-fft arm algorithm/source code
fft-arm
- 基于ARM处理器的基4和基5的FFT算法标准C程序,作者是JDB。-Base on ARM processor about Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB