搜索资源列表
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.zip
- 一个用于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 contributed by JDB, I had extende
DSP_FFT
- 基于stm32 DSP库的1024个点的FFT运算,对st公司的源程序进行了改进。仅需修改少量定义就能换成256点或64点的运算-Stm32 DSP-based library of 1024 point FFT operation, the company' s source of st has been improved. Can only modify the definition of a small amount of 256 points or 64 points into c
64point_FFT
- 64-point Pipeline FFT,包含Verilog语言编写的64点FFT运算rtl级程序以及测试程序,此外,还包含设计文档。-64-point Pipeline FFT, Verilog language includes a 64 point FFT computation rtl-level procedures and testing procedures, in addition, includes the design documents.
fft64
- DSP 2812的 64点fft的C程序-2812 proceedings of the 64-point fft
fft
- 基于TMS320C6416 DSP芯片的fft程序,需要根据自己硬件不同来修改.asm文件,其中fft是由C写成。-Based on the TMS320C6416 DSP chip fft procedures, the need to modify their own different hardware. Asm document written in C by fft.
ADSP-21062_Compl_FFT_rad-4
- 用ADSP21062实现快速FFT基4算法 压缩包内有源代码和说明-In general, a radix-4 FFT will run faster than radix-2 FFT but will take up more space and has more restrictions on the length of the FFT. Specifically, all radix-2 FFT routines will take data lengths that are
64pointFFTR2MDC
- 该工程实现了一个64点DIF FFT,verilog编写,采用R2MDC结构,通过Modelsim功能仿真,压缩包里有rtl代码,dc脚本,输出报告。-The project implements a 64-point DIF FFT, verilog compiled by R2MDC structure, through the Modelsim functional simulation, compression bag with rtl code, dc scr ipt, the out
FFT8
- FFT8,8点FFT运算,用verilog vhdl 语言编写,可以应用于64点FFT-FFT8, 8 点 FFT computation, using verilog vhdl language, can be applied to 64-point FFT
FFT
- The VHDL implementation of 8-point FFT in VHDL. Radix 2 Decimation in Frequency-The VHDL implementation of 64-point FFT in VHDL. Radix 2 Decimation in Frequency i am found of it.It s really very good!
gam3
- FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
gam5
- FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
gam7
- FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
fft
- 不定点的fft算法,当前可选择64,128,256,512,1024个点数,可自行添加其他-The fft algorithm is not fixed, the current choice 64,128,256,512,1024 one point, they are free to add other
FFT
- 用单片机实现音频频谱(32*64点阵) 很好玩的
DSPLib
- 64位fft源码,关键部分使用汇编效率高-64 fft
16-divided-by-FFT-
- 采用快速傅立叶变换(FFT)离散傅里叶变换的一种快速算法,来实现音频频谱变化,在32*64双色点阵上显示音频频谱 16分频-A discrete Fourier transform using a fast Fourier transform (FFT) a fast algorithm to achieve changes in the audio spectrum, the audio spectrum 16 is divided in a 32* 64-color dot matrix
FFT-VCPP-1024-point
- FFT VC++ 源码 50HZ 1024点 电压波形MATLAB验证 绝对正确 易修改为32点 64点128点 256点512点1024点等 C文件可直接应用于工程,非常好的C源码.rar-FFT 1024 point 512 point 128 point 64 point 32point
FFT-transform
- 64位FFT变换源代码,仅供参考。此为单一模块文件,自行建立工程编译-64 FFT transform source code, for reference only. This is a single module file, create your own works compiled
64点FFT
- 基于VHDL实现的基8,64点FFT。代码真实可靠,乃本人亲自编写。有兴趣者可以交流