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

搜索资源列表

  1. FFT.rar

    0下载:
  2. FFT算法,用于实现离散傅里叶变换,包括是否加零优化。,Classic FFT
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:773
    • 提供者:刘之亮
  1. FFT.rar

    1下载:
  2. 基于VC++的FFT变换算法的实现,用在中石油测井中,the FFT of VC++
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:2986078
    • 提供者:王傲能
  1. FFT.rar

    0下载:
  2. msp430 1611 功能,256点FFT运算,还有一个失真度计算,结果正确,硬件使用结果正确 IAR平台,msp430 1611 features, 256-point FFT computation, there is a distortion, the result is correct, the use of the results of the correct hardware platform IAR
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1295
    • 提供者:何少
  1. fft.rar

    2下载:
  2. 用matlab编写的fft快速傅立叶变换及逆变换函数,文件用M语言写成,可以运行,Matlab prepared using fft Fast Fourier Transform and inverse transform function, M language documents, you can run
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1576
    • 提供者:冉涛
  1. fft-arm.zip

    2下载:
  2. 一个用于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 extende
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-25
    • 文件大小:242478
    • 提供者:Tony Gibson
  1. FFT.rar

    0下载:
  2. 该程序实现二维的FFT变换,可以对图像做FFT变换,运行速度还可以。,procedures to achieve the two-dimensional FFT transform, the image can be done FFT, can also speed
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:7967
    • 提供者:吴地磁
  1. 用matlab对ADC的输出进行fft分析

    10下载:
  2. 用matlab对ADC的输出进行fft分析,得到需要的SNDR、THD、SFDR、ENOB等信息。-With matlab fft of the output of ADC analysis, required SNDR, THD, SFDR, ENOB, and more.
  3. 所属分类:matlab例程

    • 发布日期:2013-10-22
    • 文件大小:1050
    • 提供者:wang
  1. F2812-fft

    1下载:
  2. F2812的fft的源码,非常有用,肯定让你受益终生-F2812' s fft source code, very useful, sure to make you a lifetime
  3. 所属分类:DSP编程

    • 发布日期:2012-12-14
    • 文件大小:2151
    • 提供者:xuxing
  1. FFT.rar

    2下载:
  2. 用FFT做谱分析的实验代码,附有详细的实验说明和源代码以及对实验现象的分析,FFT spectrum analysis done using the experimental code, with detailed experimental descr iptions and source code as well as the analysis of experimental phenomena
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:51110
    • 提供者: 甘小华
  1. fft.rar

    0下载:
  2. 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1353
    • 提供者:李文
  1. FFT.rar

    2下载:
  2. 快速傅里叶变换子程序,可用于频谱分析、频率域滤波,FFT subroute
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1139
    • 提供者:宋建国
  1. FFT.rar

    1下载:
  2. MSP430单片机上的FFT算法,MSP430单片机上的FFT算法,MSP430单片机上的FFT算法,,FFT on MSP430 MCU
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:3111
    • 提供者:周雨潇
  1. FFT.rar

    0下载:
  2. 用C语言编写的FFT和IFFT函数,可以进行修改实现跟快速的运算,With C language function of the FFT and IFFT, can be modified to achieve faster computation with
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3286
    • 提供者:ry
  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. FFT.rar

    0下载:
  2. DSP6713上实现的快速傅立叶变换FFT算法。文件包是调试过的全部工程文件。在CCS下打开pjt即可,DSP6713 to achieve the fast Fourier transform FFT algorithm. Debugging package is over all the engineering documents. In the CCS can open pjt
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:5261
    • 提供者:wangxin
  1. FFT-IP.rar

    1下载:
  2. 在FPGA上实现的fft,里面是一个fft的ip核,直接可以用,编译通过,能正常运行,In the FPGA to achieve the fft, there is a nuclear fft of ip, can be used directly, the compiler is passed, to the normal operation of
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:56220
    • 提供者:
  1. 2048点FFT的verilog实现

    2下载:
  2. 2048点的FFT,用Verilog实现,很好的例程
  3. 所属分类:源码下载

    • 发布日期:2012-09-08
    • 文件大小:35603
    • 提供者:lcxxcl
  1. fft

    0下载:
  2. 2048 fft 定点C程序,可以在nios CPU中使用。-2048 fft fixed-point C program, you can use the nios CPU.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:27733
    • 提供者:panchao
  1. FFT

    0下载:
  2. fft implementation in fpga using vhdl xilinx
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:895187
    • 提供者:prabin
  1. FFT-DTFT-Rife

    2下载:
  2. 自编的FFT、DTFT程序用于频谱分析,Rife是一种频谱校正方法,分别给出了以上算法的Matlab程序并且画出了图形。已调试通过。-FFT、DTFT codes writen by Matlab,for spectrum analyse.Rife is a method for spectrum correction.Figures are also given.These codes has been tested already.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:927
    • 提供者:茅瑜雯
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com