Welcome![Sign In][Sign Up]
Location:
Search - 64 FFT

Search list

[Develop Tools自编的FFT算法C程序

Description: 本人因项目开发需要(基于dsp2812),根据FFT算法原理,用C自编了个FFT程序,可进行64点,128点,256点FFT运算,只要输入对应的参数便可,使用方便灵活!强烈推荐
Platform: | Size: 1262 | Author: liuwenye_1 | Hits:

[Mathimatics-Numerical algorithmsFFT变换

Description: 利用VB进行FFT(快速傅立叶)变换。-use VB FFT (Fast Fourier) transformation.
Platform: | Size: 2048 | Author: 鲁班 | Hits:

[Embeded-SCM Developfft-arm-0.01.src

Description: 针对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
Platform: | Size: 15360 | Author: yinaichang | Hits:

[source in ebookFFT

Description: 用c实现FFT算法,通过修改该程序可实现32点,64点,128点的FFT运算-With c realize FFT algorithm, by modifying the program to achieve 32 points, 64 points, 128 points FFT computation
Platform: | Size: 14336 | Author: xiuxiu | Hits:

[AlgorithmFFT

Description: // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi[]: l=0时,存放N点采样数据的虚部 // l=1时, 存放傅立叶变换的N个虚部 // // 出口参数: // fr[]: l=0, 返回傅立叶变换的实部 // l=1, 返回逆傅立叶变换的实部 // fi[]: l=0, 返回傅立叶变换的虚部 // l=1, 返回逆傅立叶变换的虚部 // pr[]: il = 1,i = 0 时,返回傅立叶变换的模 // il = 1,i = 1 时,返回逆傅立叶变换的模 // pi[]: il = 1,i = 0 时,返回傅立叶变换的辐角 // il = 1,i = 1 时,返回逆傅立叶变换的辐角-err
Platform: | Size: 1024 | Author: bluefeifei | Hits:

[Algorithmfft64

Description: 64-point radix-2 fft module
Platform: | Size: 1024 | Author: Hem | Hits:

[Algorithmfft

Description: FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Platform: | Size: 2048 | Author: liuxiaoxiao | Hits:

[DSP programfft

Description: 基于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.
Platform: | Size: 463872 | Author: 郭函 | Hits:

[Embeded-SCM Developfft-arm

Description: 一个用于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 extended 16 and 256 candidates and used it in our project it has been verified as fast and stable. Now we add some test vectors running on Linux with GCC 4 for testers who want to use or just evaluate it. Installing FFTW3 is recommended for evaluating the code exactly.
Platform: | Size: 242688 | Author: Tony Gibson | Hits:

[VHDL-FPGA-Verilog64pointFFTR2MDC

Description: 该工程实现了一个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 script, the output report.
Platform: | Size: 672768 | Author: ShuChen | Hits:

[Software EngineeringRADIX_64

Description: radix 64 point fft using vhdl design in fpga
Platform: | Size: 126976 | Author: bowya | Hits:

[matlabmyfft64

Description: this matlab code about 64 point fft.
Platform: | Size: 1024 | Author: sachin | Hits:

[VHDL-FPGA-VerilogFFT

Description: 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!
Platform: | Size: 31744 | Author: 小鸟动人 | Hits:

[Linux-Unixfft-arm

Description: 基于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
Platform: | Size: 237568 | Author: denny | Hits:

[VHDL-FPGA-Veriloggam5

Description: FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
Platform: | Size: 1283072 | Author: rams | Hits:

[VHDL-FPGA-Veriloggam7

Description: FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
Platform: | Size: 15552512 | Author: rams | Hits:

[matlab581L6_00

Description: this program is radix-4 fft for 64 point
Platform: | Size: 340992 | Author: mani | Hits:

[Algorithmfft.c

Description: c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
Platform: | Size: 15360 | Author: ws | Hits:

[VHDL-FPGA-Verilog64point_FFT

Description: 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.
Platform: | Size: 1249280 | Author: 小飞 | Hits:

[VHDL-FPGA-VerilogFFT-transform

Description: 64位FFT变换源代码,仅供参考。此为单一模块文件,自行建立工程编译-64 FFT transform source code, for reference only. This is a single module file, create your own works compiled
Platform: | Size: 2048 | Author: 郑浩东 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net