搜索资源列表
FFT+qam
- 包含了FFT,qam等在5402上的实现-include FFT, such as QAM in 5402 on the realization
fft程序
- 用C语言编写的FFT程序,非常有价值,解释清晰
avrfft+lcd12864
- 在proteus下仿真的FFT试验!!!所得出的频谱波形在LCD12864 上显示-Under the simulation in Proteus FFT test! ! ! The resulting spectrum waveform shown in LCD12864
fft_arm_lwjiee
- S3C2440 上面 FFT 的实现。 使用了官方的 FFT 汇编程序。 文件中包含了相应的头文件,完整解决方案。-FFT for s3c2440
fft
- tms320lf2407上的fft程序代码。-The fft source for tms320lf2407.
lab6-fft
- dsp 6711上开发的fft算法程序,附带文档-dsp 6711 developed fft algorithm
fft64
- DSP 2812的 64点fft的C程序-2812 proceedings of the 64-point fft
fft
- TMS320F2812 FFT源码(包括详细的应用文档)-TMS320F2812 FFT source code (including the application of detailed documentation)
fft1024
- 1024点FFT运算的软件实现方法,可移植NIOS和ARM,有详细说明-1024-point FFT method of computing software, portable NIOS and ARM, is described in detail
Lab0503-FFT
- fft变换,快速傅里叶变换,适合ads语音处理软件开发-fft transform, fast Fourier transform, suitable for voice processing software ads
a
- S3C2440 数字听诊器 裸奔 包括触摸屏管理,AD采集,用户界面,FFT运算,心率监测等-s3c2440 stethscope no OS
F2812-fft
- FFT source codes for TMS320F2813 dsp, tested
fft
- LPC2106控制的对信号进行FFT分析的程序-LPC2106 controlled by the signal FFT analysis of the program
fft-code
- fft 课程设计 Pspice仿真 代码和仿真整个全过程。-fft code! Pspice simulation
fft
- 可综合的C,实现可重构的2的任意次幂的FFT加速设计-C, can be integrated to achieve any power of reconfigurable FFT accelerate the design
FFT-C
- C语言实现FFT算法,思维清晰,技巧行较强。-AES encryption algorithm (128) bit Verilog implementation, modular design, easy to understand.
fft
- 51单片机,音乐频谱显示,FFT算法,LCD显示,-51, the music spectrum display, FFT algorithm, LCD display,
FFT
- 此函数是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依 赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复 数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的 复数 -This function is a generic fast Fourier transform C language function, strong transplantation, the following section is not dependent on
FFT
- denoising signals using FFT
8点fft
- 用quartus软件、verilog语言编写的8点fft源代码,代码简单易懂,整个代码只用了一个乘法器和一个加法器