CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 64 FFT
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 64 FFT - List
[
Develop Tools
]
自编的FFT算法C程序
DL : 3
本人因项目开发需要(基于dsp2812),根据FFT算法原理,用C自编了个FFT程序,可进行64点,128点,256点FFT运算,只要输入对应的参数便可,使用方便灵活!强烈推荐
Date
: 2010-11-05
Size
: 1.23kb
User
:
liuwenye_1
[
Mathimatics-Numerical algorithms
]
FFT变换
DL : 0
利用VB进行FFT(快速傅立叶)变换。-use VB FFT (Fast Fourier) transformation.
Date
: 2025-07-15
Size
: 2kb
User
:
鲁班
[
Embeded-SCM Develop
]
fft-arm-0.01.src
DL : 0
针对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
Date
: 2025-07-15
Size
: 15kb
User
:
yinaichang
[
source in ebook
]
FFT
DL : 0
用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
Date
: 2025-07-15
Size
: 14kb
User
:
xiuxiu
[
Algorithm
]
FFT
DL : 0
// 入口参数: // 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
Date
: 2025-07-15
Size
: 1kb
User
:
bluefeifei
[
Algorithm
]
fft64
DL : 0
64-point radix-2 fft module
Date
: 2025-07-15
Size
: 1kb
User
:
Hem
[
Algorithm
]
fft
DL : 0
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.
Date
: 2025-07-15
Size
: 2kb
User
:
liuxiaoxiao
[
DSP program
]
fft
DL : 0
基于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.
Date
: 2025-07-15
Size
: 453kb
User
:
郭函
[
Embeded-SCM Develop
]
fft-arm
DL : 0
一个用于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.
Date
: 2025-07-15
Size
: 237kb
User
:
Tony Gibson
[
VHDL-FPGA-Verilog
]
64pointFFTR2MDC
DL : 0
该工程实现了一个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.
Date
: 2025-07-15
Size
: 657kb
User
:
ShuChen
[
Software Engineering
]
RADIX_64
DL : 0
radix 64 point fft using vhdl design in fpga
Date
: 2025-07-15
Size
: 124kb
User
:
bowya
[
matlab
]
myfft64
DL : 0
this matlab code about 64 point fft.
Date
: 2025-07-15
Size
: 1kb
User
:
sachin
[
VHDL-FPGA-Verilog
]
FFT
DL : 0
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!
Date
: 2025-07-15
Size
: 31kb
User
:
小鸟动人
[
Linux-Unix
]
fft-arm
DL : 0
基于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
Date
: 2025-07-15
Size
: 232kb
User
:
denny
[
VHDL-FPGA-Verilog
]
gam5
DL : 0
FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
Date
: 2025-07-15
Size
: 1.22mb
User
:
rams
[
VHDL-FPGA-Verilog
]
gam7
DL : 0
FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
Date
: 2025-07-15
Size
: 14.83mb
User
:
rams
[
matlab
]
581L6_00
DL : 0
this program is radix-4 fft for 64 point
Date
: 2025-07-15
Size
: 333kb
User
:
mani
[
Algorithm
]
fft.c
DL : 0
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
Date
: 2025-07-15
Size
: 15kb
User
:
ws
[
VHDL-FPGA-Verilog
]
64point_FFT
DL : 0
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.
Date
: 2025-07-15
Size
: 1.19mb
User
:
小飞
[
VHDL-FPGA-Verilog
]
FFT-transform
DL : 0
64位FFT变换源代码,仅供参考。此为单一模块文件,自行建立工程编译-64 FFT transform source code, for reference only. This is a single module file, create your own works compiled
Date
: 2025-07-15
Size
: 2kb
User
:
郑浩东
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.