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

搜索资源列表

  1. 同学编的C#的FFT函数

    3下载:
  2. 一个C#写的FFT函数,希望能给大家以提示。没有压缩密码。-a write C# FFT function, we can hope to suggest. No compression password.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.43kb
    • 提供者:田顺平
  1. 在VC下实现FFT对信号滤波

    4下载:
  2. 在VC下实现FFT对信号滤波,包括实现低通和带通滤波,图形显示,In VC to achieve FFT of signal filtering, including the realization of low-pass and band-pass filtering, graphical display
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-17
    • 文件大小:47.33kb
    • 提供者:刘以续
  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
    • 文件大小:1.86kb
    • 提供者:liuxiaoxiao
  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
    • 文件大小:27.08kb
    • 提供者:panchao
  1. FFT

    1下载:
  2. 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:202.21kb
    • 提供者:张诚
  1. fft

    3下载:
  2. C语言实现快速傅里叶算法,可以输入任意位,有正变换和反变换!-C language realization of fast Fourier algorithm, can enter any place, there is transformation and anti-transformation!
  3. 所属分类:Algorithm

    • 发布日期:2015-05-04
    • 文件大小:1.02kb
    • 提供者:白杨硕
  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. fft算法

    1下载:
  2. c语言编写的频谱计算测试程序,可将其用于工程中
  3. 所属分类:数据结构常用算法

  1. FFT变换 C++程序

    1下载:
  2. C++ FFT变换程序 visual studio 2010
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-05
    • 文件大小:1.24mb
    • 提供者:maollm@126.com
  1. FFT

    0下载:
  2. 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:479.83kb
    • 提供者:gareen
  1. FFt-c

    0下载:
  2. 这是关于基2FFT-DIT的程序 第一个压缩文件是matlab程序,并附有原理和流程图及总结 第二个是关于c的程序-This is based on the procedures 2FFT-DIT first compressed file is a matlab program, together with flow chart and summary of the principles and the second on the procedures for c
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:69.24kb
    • 提供者:李南
  1. FFT

    0下载:
  2. 关于fft的混合基运算,及fft运算。自己编写的,可能效率不好-Fft based on a mixture of computing and computing fft. I have written may be inefficient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:14.68kb
    • 提供者:关华
  1. FFT

    0下载:
  2. 快速傅里叶分析的C算法程序,是基二FFT算法,内付简单使用说明。-Fast Fourier analysis of the C algorithm procedure is the base two FFT algorithm, with simple instructions to pay.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:廖于翔
  1. FFT

    0下载:
  2. 计算快速fouries变换的c++源程序,即可计算正变换,又可计算逆变换!-it can compute the fouries transform of time series,in c++.it can also compute the inverse fouries transform.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:731kb
    • 提供者:Blueye
  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算法的改进,有需要的朋友可以下载看看。这可是我实际应用产品的程序哦-FFT algorithm for power system improvements, there is a need to look at the Friends can be downloaded. This is the practical application of my process Oh Products
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:664byte
    • 提供者:邓杰
  1. fft

    0下载:
  2. 本文件包含三个小程序,分别为用fft实现功率谱估计、实现快速卷积和快速相关。对了解fft在c中的编程很有帮助-This document contains three procedures were used to achieve power spectrum estimation fft, fast convolution and fast correlation. Fft to know programming in c in the helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:13.44kb
    • 提供者:魏玮
  1. fft.cpp

    0下载:
  2. FFT 算法的C语言班版描述。本人亲自编写,希望对你有用。-FFT algorithm version of the C language descr iption of classes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:程本飞
  1. FFT

    0下载:
  2. C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.24kb
    • 提供者:王天
  1. 5509-FFT

    0下载:
  2. 掌握用窗函数法设计 FFT 快速傅里叶的原理和方法;-Master the design of FFT window functions fast Fourier principles and methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:70.33kb
    • 提供者:lemon
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com