CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 128 point fft

搜索资源列表

  1. 傅立叶

    0下载:
  2. 128点FFT算法,对4阶及以下处理.通过稍微修改源码(修改注释),即可以先产生一个序列,并随后进行FFT.-128-point FFT algorithm, the four bands and the following handling. Through slightly modified source (Alteration of the Notes), which can produce a first sequence, followed FFT.
  3. 所属分类:Email服务器

    • 发布日期:2008-10-13
    • 文件大小:12832
    • 提供者:hamlemon
  1. FFT-c

    1下载:
  2. 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before da
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3525
    • 提供者:郑超
  1. TMS320F2812-FFT

    2下载:
  2. F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join w
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:24244
    • 提供者:孙玉海
  1. fft_PQ

    1下载:
  2. FFT的实现在LPC2378上。首先采用了拉个朗日插值算法对采集的电网波形频率跟踪,然后使用128点的FFT。-FFT on achieving the LPC2378. First used in the Rafah Colon day interpolation algorithm for the acquisition tracking grid frequency waveform, and then use the 128 point FFT.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26082
    • 提供者:张红卫
  1. 128

    0下载:
  2. 128点快速傅立叶变换算法,用C语言编的,很实用的-128 point FFT algorithm in C language addendum to the very practical
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1059
    • 提供者:太阳雨
  1. fft.rar

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1904
    • 提供者:liuxiaoxiao
  1. FFT288

    0下载:
  2. 本部分是128点的fft,经过了modelsim的仿真验证.里面采用了华莱士树等结构,整体结构采用2-It is 128 point fft,which has been verificated in the modelsim.In the verilog code ,we use hulaishi tree.we use 288 architecture to complete it.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1068369
    • 提供者:gaod
  1. FFT_fixedPoint_console

    1下载:
  2. 定点复数FFT算法 C语言实现 支持点数为128,256,512,1024,2048可配置 同时附带文档-Fixed-point complex FFT algorithm for C language support 128,256,512,1024,2048 points can be configured at the same time as the document attached
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:66121
    • 提供者:raoxuefeng
  1. FFT_fixedPoint_VCdemo

    1下载:
  2. VC下开发的定点FFT程序,有图形演示。 非控制台程序。 支持128、256、512、1024、2048等长度。-the fixed-point FFT developed under VC++,demo in graphics. Not a console program! 128,256,512,1024,2048 Point is supported.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:88008
    • 提供者:raoxuefeng
  1. 128fftR

    0下载:
  2. 调用TI公司提供的FFT库函数,实现了DSP2407A的128点实数FFT。-Call TI provided by FFT library functions to achieve the DSP2407A 128-point FFT of real numbers
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:46954
    • 提供者:孙国杰
  1. FFT_128_floating_point

    0下载:
  2. 基于Altera FPGA 的FFT128浮点运算模块(veriolg HDL+C51) (开发环境:KeilC51+Quartus7.2)-The module of 128 floating-point FFT based on Altera FPGA(veriolg HDL+C51) (Development environment:KeilC51+Quartus7.2)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8318249
    • 提供者:ch
  1. fft128dian

    0下载:
  2. 用汇编写的fft变换程序,采用128点的fft,里面有采集数据,适合毕业设计用-Fft transform with a compilation of written procedures, using 128-point fft, which has collected data used for graduation
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1769
    • 提供者:zuan
  1. fft

    0下载:
  2. vhdl code and verilog code for an 128 point fft processor which has to be executed in xlinx software as needed for course project
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:364171
    • 提供者:tejaswini
  1. 128FFT

    0下载:
  2. 128点FFT程序,带有详尽的注释,便于移植。-128-point FFT program, with detailed notes, easy to transplant.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5546
    • 提供者:wwddd
  1. fft.c

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:15405
    • 提供者:ws
  1. 128-Point-fft-ok

    0下载:
  2. 这是一个外文文档,在fft的设计方面有较大的改进,可以当作大家的参考-This is a file writed by english,which has been optimized in fft.It is a good choice for the ones who are working on dsp and fpga.
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:299421
    • 提供者:gaod
  1. FFT

    0下载:
  2. 基于TMS320F2407的128点FFT源程序-Based on the TMS320F2407 128-point FFT source
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:1715
    • 提供者:wf
  1. fft

    0下载:
  2. 基于DSP2812的模拟量采集128点的FFT算法,用于变频器的SVPWM控制-The DSP2812 analog capture the 128-point FFT algorithm for inverter-based SVPWM control
  3. 所属分类:DSP program

    • 发布日期:2017-11-20
    • 文件大小:400861
    • 提供者:李明辉
  1. 128点FFT

    0下载:
  2. 128点基8的快速傅里叶变换的verilog代码(Verilog code of fast Fourier transform based on 128 point base 8)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:231424
    • 提供者:helimpopo
  1. 128点 基8 FFT

    2下载:
  2. 使用Verilog语言对128点 基8FFT的实现(Implementation of 128-point basis 8FFT)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2021-01-18
    • 文件大小:241664
    • 提供者:用心的小白
« 12 3 »
搜珍网 www.dssz.com