CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 2 radix fft
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 2 radix fft - List
[
VHDL-FPGA-Verilog
]
verilog fft_64_12
DL : 0
radix-4,利用cordic算法实现复乘单元
Update
: 2010-05-30
Size
: 12.93kb
Publisher
:
mikehonour@126.com
[
Communication
]
fft_基2基4_2d3d
DL : 0
基2基4的2d、3d的fft快速算法,代码写的很规范,效率很高。-Radix-2-4 of the 2d, 3d of fft fast algorithm, code written in a very standardized, high efficiency.
Update
: 2025-02-17
Size
: 60kb
Publisher
:
张强
[
Communication
]
fft_基2基4基8
DL : 0
基2基4基8以及分裂基的fft算法,代码效率很高。是难得一见的好代码。应用范围很广。-Radix-2-4-based 8 and split fft-based algorithm, a high code efficiency. Is a rare good code. Application of a very wide scope.
Update
: 2025-02-17
Size
: 75kb
Publisher
:
张强
[
Algorithm
]
Floating-point-complex-radix-2-decimation-in-time-
DL : 0
浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
minytian
[
DSP program
]
c32
DL : 0
GENERIC PROGRAM FOR A FAST LOOPED-CODE RADIX-2 DIT FFT-GENERIC PROGRAM FOR A FAST LOOPED-CODE RAD IX-2 DIT FFT
Update
: 2025-02-17
Size
: 129kb
Publisher
:
yy
[
Algorithm
]
fix_fft
DL : 0
定点基2FFT,并且具有将定点FFT与浮点FFT比对的功能-sentinel radix 2 FFT, and will be positioned with floating-point FFT and FFT functions to the
Update
: 2025-02-17
Size
: 3kb
Publisher
:
林凌
[
Other
]
all_Radix_FFT
DL : 0
此程式具有三种FFT演算法,分别是radix-2 radix-4 radix-8,可选择其中一种演算法,接着输入FFT点数,程式就会执行FFT/IFFT,可以藉此知道是否正确-This program has three FFT algorithms are radix-2 radix-4 radix-8, can choose one algorithm, and then enter the FFT points, the program will be the implementation of FFT/IFFT, can take this know whether this is correct
Update
: 2025-02-17
Size
: 2kb
Publisher
:
陈荣
[
Algorithm
]
C_fft_code
DL : 0
该程序是用C写的FFT的程序,适用于基2任意点数计算复利也变换,经过测试,结果正确。-The program is written in C using FFT procedures, applicable to arbitrary point radix-2 calculation of compound interest also transform, tested and the results correctly.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
shalalala
[
Wavelet
]
MCMPFFT
DL : 0
利用经典的Cooley-Tukey基2算法求复序列x(n)的DFT X(k)-Use of the classic Cooley-Tukey radix-2 algorithm for complex sequence x (n) of the DFT X (k)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
enhom
[
Algorithm
]
fft_radix2
DL : 0
用FFT 计算离散傅里叶变化,时间抽取(DIT)基2算法。-Calculated using FFT Discrete Fourier changes, the time taken (DIT) radix-2 algorithm.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Ming Zhao
[
DSP program
]
FFT
DL : 0
FFT算法应用与C6000系列,基2算法。需要使用CCS-FFT algorithm application and C6000 series, radix-2 algorithm. Need to use the CCS
Update
: 2025-02-17
Size
: 6kb
Publisher
:
lee wie
[
DSP program
]
FFT
DL : 0
基于dsp的fft算法,是基2按时间抽取快速fft,对于想熟悉fft算法的朋友很有帮助-Based on the dsp of the fft algorithm, is extracted by time radix-2 fast fft, for want of a friend familiar with the fft algorithm helpful
Update
: 2025-02-17
Size
: 17kb
Publisher
:
小孩
[
Mathimatics-Numerical algorithms
]
fft
DL : 0
FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。-FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In accordance with the different extraction methods can be divided into the DIT-FFT (time taken) and the DIF-FFT (according to the frequency of extraction) algorithm. In accordance with the composition of different butterfly operations can be divided into base 2, base 4, base 8, as well as arbitrary factor (2n, n is an integer greater than 1), radix-2, Radix-4 algorithm is more commonly used.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李文
[
2D Graphic
]
fft
DL : 0
The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
郭曉詠
[
Algorithm
]
Split_radix
DL : 0
FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
Update
: 2025-02-17
Size
: 1kb
Publisher
:
尚龙
[
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.
Update
: 2025-02-17
Size
: 237kb
Publisher
:
Tony Gibson
[
Special Effects
]
fft
DL : 0
基2快速傅立叶变换 库里-图基算法 基2快速傅立叶变换 库里-图基算法-Radix-2 FFT Cooley-Tukey algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
叶长安
[
VHDL-FPGA-Verilog
]
cf_fft
DL : 0
FFT using C and VHDL. can compute upto 1K, 2K and 4K in radix 2.
Update
: 2025-02-17
Size
: 3.17mb
Publisher
:
mimi
[
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
Update
: 2025-02-17
Size
: 232kb
Publisher
:
denny
[
DSP program
]
FFT_r2
DL : 0
Radix 2 DIF FFT function for TMS320C6713 made by asura and general fucntion
Update
: 2025-02-17
Size
: 59kb
Publisher
:
lee
«
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.