Location:
Search - radix-8 fft
Search list
Description: 此程式具有三种FFT演算法,分别是radix-2 radix-4 radix-8,可选择其中一种演算法,接着输入FFT点数,程式就会执行FFT/IFFT,可以藉此知道是否正确
Platform: |
Size: 2258 |
Author: 陈荣 |
Hits:
Description: 基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.
Platform: |
Size: 76800 |
Author: 张强 |
Hits:
Description: 此程式具有三种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
Platform: |
Size: 2048 |
Author: 陈荣 |
Hits:
Description: 2048点的fft的算法源程序,应用verilog编程实现。-2048 point fft algorithm source code, application programming Verilog.
Platform: |
Size: 1575936 |
Author: 罗伟 |
Hits:
Description: 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.
Platform: |
Size: 1024 |
Author: 李文 |
Hits:
Description: The verilog implementation of 8-point FFT in verilog. Radix 2 Decimation in Frequency.
Platform: |
Size: 10240 |
Author: Hong-soo |
Hits:
Description: dsp算法40例,包括fft、滤波器、谱运算等
1. 将模拟滤波器转变为数字滤波器。
2. 由得到幅频响应 。
3. 用Burg算法求AR模型的参数。
4. 由AR模型参数得到功率谱。
5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。
6. 实现双线性Z变换。
7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。
8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。
9. 直接由定义求 点复序列 的DFT 。
10.利用经典的Cooley-Tukey基2算法求复序列 的DFT 。
-dsp algorithms 40 cases, including the fft, filter, spectrum operations, etc.
1. Analog filters into digital filters.
2. Amplitude-frequency response by obtained.
3. Burg algorithm for AR model with the parameters of demand.
4. AR model parameters obtained from the power spectrum.
5. Levinson algorithm using Yule-Walker equations to get the first-order AR model
parameters.
6. The bilinear Z transform to achieve.
7. Design of Butterworth analog low-pass filter, find the transfer function.
8. Design of Chebyshev-I analog low-pass filter, find the transfer function.
9. Directly from the definition of point complex sequence of DFT.
10. The use of the classic Cooley-Tukey radix-2 algorithm is seeking re-sequence of DFT.
.......
Platform: |
Size: 59392 |
Author: jack |
Hits:
Description: 512点8位基2fft程序。基于
vhdl/verilog。已仿真布线通过。-512 points, eight base 2fft program. Based on vhdl/verilog. Simulation layout has been adopted.
Platform: |
Size: 20480 |
Author: 包鼎华 |
Hits:
Description: The VHDL implementation of 8-point FFT in VHDL. Radix 2 Decimation in Frequency-The VHDL implementation of 8-point FFT in VHDL. Radix 2 Decimation in Frequency
It is very good
Platform: |
Size: 64512 |
Author: 小鸟动人 |
Hits:
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:
Description: 下面是找到了基2 FFT蝴蝶旋转因子的Matlab代码。代码计算的 A 相角,在图1(c)和图2(c)所示,旋转因子的因素。我建议你开始8点DIT的FFT图1(a)通过运行代码然后运行图2中的代码为16点DIF FFT(一)。-Below is the Matlab code to find radix-2 FFT butterfly twiddle factors. The code computes the A phase angle factors that are used in the twiddle factors as shown in Figure 1(c) and Figure 2(c). I suggest you start by running the code for the 8-point DIT FFT in Figure 1(a) and then run the code for the 16-point DIF FFT in Figure 2(a).
Platform: |
Size: 1024 |
Author: 张成 |
Hits:
Description: 基4的定点FFT算法,功能都在VC2008里验证过了,有不懂得可以跟我交流、讨论。-Fixed-point radix-4 FFT algorithm, features are verified in the VC2008 in, and there do not know how to communicate with me to discuss.
Platform: |
Size: 218112 |
Author: 傲天 |
Hits:
Description: here it gives the 8 point radix 2 fft algorithm
Platform: |
Size: 9216 |
Author: jothikrishnan |
Hits:
Description: 8点radix-2 fft FPGA的实现-eight point radix-2 fft
Platform: |
Size: 2167808 |
Author: ifreeman |
Hits:
Description: Abstract—Power is becoming a precious resource in
modern VLSI design, even more so than area. This paper
proposes a novel architecture for modular, scalable &reusable
hybrid constant co-efficient multiplier (KCM) circuit.
Comparison is made between of kcm and multiplier. The
implementation results show a significant improvement in
performance in terms of area, power & timing. In This paper,
we propose to design an 8-point FFT using kcm instead of
complex multiplier and multiplier. Here our goal is to
implement Radix-2 8-point FFT in hardware using hardware
language (verilog) here time constraint is measured with the
help of Xilinx FPGA (Field Programmable Gate Array).
Platform: |
Size: 560128 |
Author: Bahu |
Hits:
Description: FFT的基2基4基8的程序,供大家参考学习。-Radix-2 FFT of 8-4-based program for your learning.
Platform: |
Size: 74752 |
Author: 杨堪 |
Hits: