搜索资源列表
i2c-example
- Adsp的FFT编程,该程序包有倒序,DIT-FFT变换,带图形显示。值得一看。-the FFT program, the package is reverse, DIT - FFT transform, with graphics. An eye-catcher.
c32
- GENERIC PROGRAM FOR A FAST LOOPED-CODE RADIX-2 DIT FFT-GENERIC PROGRAM FOR A FAST LOOPED-CODE RAD IX-2 DIT FFT
DIT
- 按时间抽选(DIT)的基-2 FFT算法
fft-ifft
- 用C语言实现了基2 DIT-FFT、DIF-FFT、DIT-IFFT和DIF-IFFT,而且运算点数可以自己设定,在vs2005下运行通过-2-based DIT-FFT、DIF-FFT、DIT-IFFT和DIF-IFFT with user-defined processing points are implemented using C, which has been run successfully in VS 2005.
fft-DIT
- C语言编写的基于时间抽取的基2FFT算法-C language based on the time taken to prepare the base 2FFT algorithm
FFT_good
- 基于时间抽取(DIT)的128点FFT程序,运行于MATLAB6.5中。-128 points FFT program,based on DIT ,run in MATLAB 6.5 ,It s very shot , good for new learner .
myditfft
- function y=myditfft(x) 《数字信号处理教程——MATLAB释义与实现》 用MATLAB语言编写的基2 DIT FFT子程序-function y = myditfft (x) " digital signal processing tutorial- MATLAB Interpretation and Implementation" MATLAB language with the base 2 DIT FFT Subroutine
FFT
- TI DSP2812 FFT测试程序,希望对大家有用,已经过验证!-TI DSP2812 FFT test program, we hope to be useful, has been verified!
dit-dif-fft
- 基于dsp的FFT实现,在板子上调试通过,功能实现的不错,就是代码有点罗嗦,请高手继续改进-Dsp of the FFT based implementation of debugging by the board, functions to achieve the good, is the code a bit wordy, please continue to improve the master
DIT-2-FFT
- 基于F2812DSP的时域基2FFT变换。采用实数计算方法,8点的FFT大概是0.9ms-DIT-2 FFT
2-dit-fft-matlab
- 按时间抽取的基2FFT算法分析及MATLAB实现 报告里有理论解释和实际经过编译成功的代码-The time taken by the base 2FFT algorithm analysis and in MATLAB
FFT_Twiddles_Find_DSPrelated
- 下面是找到了基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 t
dit-dif-fftanddit-dif-ifft
- 基2 fft dif 和 fft dit算法,c语言实现-Radix-2 fft the dif and fft dit algorithm, c language
FFT-C
- DIT、FFT 算法的基本思想分析,实数蝶形运算算法的推导以及倒位序算法分析-DIT, the basic idea of FFT algorithm analysis and inversion algorithm sequence deduced real butterfly algorithm analysis
DIT-DIF
- 对要求的2种实数序列进行基2-DIT和基2-DIF FFT变换-Base 2-DIT and the base 2-DIF FFT transform is required for two kinds of real sequence
fft
- 实现功能:基8实现64点FFT处理器(进行两次8点FFT计算,采用基8进行64点) 详细说明:硬件结构包括六部分,分别为输入模块、8点FFT模块、乘法模块、顺序调整模块、输出模块和总控制模块。 其中,输入模块的主要功能是将串行输入的64个数据进行分类,分成8批次,每次8个输入到8点FFT模块中进行计算。 8点FFT模块:FFT是DFT的快速算法,当点数较大时,可以较大的减少DFT的运算量。常用的FFT算法主要有两种,分别为按时间抽选的FFT算法(DIT-FFT)和按频率抽选的FFT算
AD_DA_FFT
- 利用MUC平台上fft处理实例,包括DIF,DIT两种方法(The use of MUC platform fft processing examples, including DIF, DIT two methods)
设计案例-FFT至简设计实现法
- DIT-FFT至简设计实现法 工程说明 案例补充说明 本案例无论是模块划分、计数器设计、还是乒乓操作的读写处理,都始终基于“至简设计”的原则,用简易的代码结构就能实现复杂的DIT-FFT蝶形运算,代码设计风格极其简洁,详细可参考附录代码。(DIT-FFT to Jane design and Implementation Engineering descr iption This design is based on the discussion to simple design metho
fft-dit-fpga-master
- 快速傅里叶变换verilog代码。时域抽取(the code of fft in verilog. DIT algorithm)