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

搜索资源列表

  1. teechart

    0下载:
  2. 在visual studio 2012的环境下,采用快速傅里叶变换(FFT)对随机信号进行经典功率谱估计,并用MFC编程实现。其中要下载并安装teechart控件实现波形绘制(In the visual studio 2012 environment, the fast Fourier transform (FFT) is used to estimate the classical power spectrum of random signals, and is programmed with
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:627712
    • 提供者:小白_
  1. lab-FFT

    0下载:
  2. 可以实现fft算法 获取信号频谱,用 c语言编程,(FFT algorithm to achieve the signal spectrum)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:欧安
  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
    • 文件大小:6144
    • 提供者:NBnoidea
  1. fft算法

    0下载:
  2. 能实现FFT快速算法,处理图像变换,学习的好代码。(FFT can achieve fast algorithm, deal with image transform.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:312320
    • 提供者:王子98898
  1. fft

    1下载:
  2. 基于MPI的并行快速傅里叶变换算法,通过多核并行计算提升计算性能。(the fast Fourier transform algorithm based on MPI coding)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:pengbd
  1. FFT-c_2

    0下载:
  2. fft C 实现,长度可以配置。 N 可配置长度。 N 《=1024 ok N 》 1024 有误差(c realise fft, N leght is configureable. when N > 1024, error happens, N < 1024 ok)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:1027072
    • 提供者:fivedai
  1. MidternFFT

    0下载:
  2. 一維快速傅立葉轉換,應用旋轉因子之特性,降低計算複雜度(One dimensional fast Fourier transformation, using the characteristics of rotation factor to reduce the computational complexity)
  3. 所属分类:C#编程

    • 发布日期:2018-01-07
    • 文件大小:121856
    • 提供者:JaneMiso
  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
    • 文件大小:11264
    • 提供者:SQZAHO
  1. fft

    0下载:
  2. 使用C语言编写的FFT运算,其中采用了基2的蝶形运算,运算结果符合预期(The basis of 2 butterfly operation)
  3. 所属分类:DSP编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:你哈好
  1. fft

    0下载:
  2. 标准C语言程序,对输入的二维矩阵进行快速傅里叶变换。是一种速度很快的FFT算法。因项目需求编写,完全可用。(Standard C language program, the input two-dimensional matrix fast Fourier transform. Is a fast FFT algorithm. Prepared for the project needs, fully operational.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:cjx_lhkfw
  1. matlab+C+实现FFT分裂基算法

    1下载:
  2. 用MATLAB编程实现FFT分裂基算法,同时有详细的原理介绍(Implementation of FFT split base algorithm with MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:189440
    • 提供者:shu_heq
  1. FFT_PRJ

    0下载:
  2. C#和C实现FFT功能,用两种算法实现时域到频域的转换(The implement of FFT by C# or C)
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:195584
    • 提供者:chengfeng1007
  1. FFT

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

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:jourluohua
  1. fft

    0下载:
  2. 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:待墨痕干
  1. fft

    0下载:
  2. FFT的头文件,可直接调用函数进行FFT运算,采样点数可以自行修改(The header file of the FFT can be directly invoked by the function for the FFT operation, and the number of sampling points can be modified by itself)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:稷下
  1. FFT

    0下载:
  2. C语言的快速傅里叶变换,基于VC++编写,高效率,1024个点(The fast Fourier transform of C language is based on VC++, which is efficient and 1024 points.)
  3. 所属分类:Windows编程

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

    1下载:
  2. 单片机C语言实现快速傅里叶运算的文档,方便实现快速开发和移植。(Single chip microcomputer C language to realize fast Fourier operation document.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:81920
    • 提供者:lhs123
  1. FFT算法程序分步详解C程序

    0下载:
  2. 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握FFT算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the FFT algorithm in the shortest time.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:黑森林
  1. fft

    0下载:
  2. C语言实现fft算法,并使用fft算法实现多项式乘法(C language to achieve FFT algorithm, and use FFT algorithm to achieve polynomial multiplication.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:望缺
  1. fft-c程序

    0下载:
  2. 用c语言实现MATLAB中的fft函数,实用可行(Implementation of FFT functions in MATLAB with C language)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:15360
    • 提供者:silence12345
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 35 »
搜珍网 www.dssz.com