CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - FFT c code

搜索资源列表

  1. fft

    2下载:
  2. fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
  3. 所属分类:matlab例程

    • 发布日期:2013-11-13
    • 文件大小:46.72kb
    • 提供者:
  1. DSP_fft32x32

    0下载:
  2. Optimized FFT code on TI C64+
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-29
    • 文件大小:37.53kb
    • 提供者:Zhengting
  1. FFT

    0下载:
  2. 关于傅立叶变换的C语言代码, 可用于信息处理-the c code about FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:775byte
    • 提供者:孤松
  1. fft

    0下载:
  2. 快速傅里叶变换c语言源程序,用户可根据自身情况修改-Fast Fourier Transform source code c language, the user can modify according to their own circumstances
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.32kb
    • 提供者:邓博文
  1. FFT

    0下载:
  2. fft.c code composer studio v 3.01 by steven
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3.31kb
    • 提供者:pouya
  1. FFT.c

    1下载:
  2. Fast Fourier Transform using MPI libraries (Source Code)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.15kb
    • 提供者:Chitra
  1. FFT

    1下载:
  2. This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:50.63kb
    • 提供者:nytza
  1. Fft

    0下载:
  2. This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:leespoon
  1. fft

    0下载:
  2. FFT的c++代码实现,效率比MATLAB的要高一点,并且已经调试通过。-FFT of c++ code to achieve efficiency is higher than that of MATLAB, and has passed testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.66mb
    • 提供者:雪巍
  1. FFT

    0下载:
  2. 傅里叶变换的C程序,实现时域抽取的基2FFT,算法先对输入数据序列进行码位倒置,输出为正序-Fourier transform of C program, to achieve time-domain extraction of base 2FFT, algorithm on the input data sequence of first code bit inverted, the output for the positive sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.16kb
    • 提供者:Zhi Xue Lei
  1. fft

    0下载:
  2. FFT C code I found from internet. I just use this code for registe so that I could start my download here
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.12kb
    • 提供者:sky
  1. fftcPP

    0下载:
  2. 实现FFT的C代码,适合初学者。全部用c语言编程。包含倒序、蝶形运算、数据保存等。 -Implement the FFT C code, suitable for beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:9.02kb
    • 提供者:qimeibin
  1. tests

    0下载:
  2. FFT 一维C代码,基2FFT,时间划分,正确高效-One-dimensional FFT C code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:wyzh6
  1. FFT

    0下载:
  2. 快速傅里叶变换(FFT)的源代码,C语言实现的。方便实用。-Fast Fourier transform (FFT) source code, c language implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:38.37kb
    • 提供者:刘牛
  1. fft

    0下载:
  2. C语言编写的FFT快速傅立叶变换程序源码,程序经过优化处理,计算效率大幅度提升.-FFT C language fast Fourier transform program source code, the program has been optimized to significantly enhance the .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:fengbing
  1. FFT C代码

    0下载:
  2. 快速傅里叶变换的C语言代码,可以进行跨平台移植,完全C语言实现(This is a FFT transformation code totally written by C language, and it can be cross platform migrated easily.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:6kb
    • 提供者:NBnoidea
  1. fft_C源程序

    0下载:
  2. c语言实现,快速傅里叶变化的源码。库函数形式(C language, fast Fourier changes of the source code. Library function form)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:5kb
    • 提供者:timlee
  1. C语言实现FFT(快速傅里叶变换)

    0下载:
  2. 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:11kb
    • 提供者:SQZAHO
  1. FFT

    0下载:
  2. 一份FFT C语言实现的源码,供大家参考。其中还包括DFT和IDFT的实现(source code for FFT calculation)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:jourluohua
  1. C数值算法集

    1下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:5.94mb
    • 提供者:呵呵打
« 12 3 4 »
搜珍网 www.dssz.com