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

搜索资源列表

  1. fftw-3.2.2.pl1-dll32.zip

    0下载:
  2. FFTW 3.2.2 Windows DLLs,最快的FFT函数库。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1744912
    • 提供者:Kai
  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

    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
    • 文件大小:207065
    • 提供者:张诚
  1. FFT-and-IFFT

    0下载:
  2. 1维FFT、2维FFT及其逆变换,以及离散变换的相关源码。-1-dimensional FFT, 2-dimensional FFT and its inverse transform, and discrete transform source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:2101
    • 提供者:wx
  1. fft

    1下载:
  2. fft算法的具体实现,应用基2法实现,有比较好的实验结果。-fft concrete realization of the algorithm, the application base 2 method achieved a relatively good results.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:607
    • 提供者:颜洪雷
  1. FFT

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may div
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:419992
    • 提供者:卡其米奇
  1. FFT

    2下载:
  2. // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:1272
    • 提供者:bluefeifei
  1. fftw-2.1.5

    1下载:
  2. 该程序为fftw的简化高效版,fftw为MIT的开源fft程序,功能非常强大。包括范围也很广。这个为简单版本。-The program for high-performance version of fftw simplified, fftw for MIT s open source fft procedure, very powerful. Including a very wide scope. This for the simple version.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1256888
    • 提供者:wangpenghui
  1. fft

    0下载:
  2. Radix-2 Fast Fourier Transform, real or complex sin/cos transform -Radix-2 Fast Fourier Transform, real or complex sin/cos transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:41473
    • 提供者:dai
  1. IntroductionFFT

    0下载:
  2. 一个讲解FFT原理及蝶形算法的讲义!从一个网上朋友共享得来!-A PPT that introduce the principle of FFT and butterfly algorithm ! Shared from a friend online!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:483143
    • 提供者:xiaoyu
  1. FFT

    0下载:
  2. 使用FFT实现的两个多项式相乘的算法。 输入文件: 第一行为(n-1) 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result5.txt 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同)-Implementation of both the use of FFT polynomial multiplicatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1981
    • 提供者:ZhouJk
  1. FFT

    0下载:
  2. radix 2 fft algorithm code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1544
    • 提供者:bnpvas
  1. cellbuzz-fft-2.0.tar

    0下载:
  2. project cellbuzz, for calculate fft on Ce-project cellbuzz, for calculate fft on Cell
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:9010
    • 提供者:nick
  1. FFTReal-2.00

    0下载:
  2. FFT变换,输出正确的FFT变化结果,并且保存-FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:75787
    • 提供者:zhangmingyang
  1. fftw-2.1.5

    0下载:
  2. fft的一个较快的实现算法的C++库,据说是最快的fft的实现算法。-fft of a fast algorithm of the C++ library, is said to be the fastest implementation of fft algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1433547
    • 提供者:watermelon
  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-22
    • 文件大小:15405
    • 提供者:ws
  1. fft

    0下载:
  2. Matlab的FFT算法程序 里面有基2时间抽取的FFT 还有基2频率抽取的FFT -Matlab' s FFT algorithm which has taken the time base 2 radix-2 FFT have taken the FFT frequency
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:872
    • 提供者:jinbang
  1. FFT

    0下载:
  2. An Elementary Introduction to the Discrete Fourier Transform 1.1 ComplexNumbers 1.3 Analyzing the Series 1.5 Filtering a Signal 1.6 How Often Does One Sample? 1.7 Notes and References 1.2 Trigonometric Interpolation 1.4 Fourier Frequenc
  3. 所属分类:Algorithm

    • 发布日期:2017-06-01
    • 文件大小:14788261
    • 提供者:Rakesh
  1. 2-D-FFT

    0下载:
  2. 2-D FFT-2-D FFT
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:759
    • 提供者:崔致远
  1. fftw-2.1.5.tar

    0下载:
  2. 用的TI官方给的controlSUITE里面的定点库例程计算实数FFT,板子是helloDSP28335开发板。用TI例程做定点实数FFT时候,256点(With the TI official to the controlSUITE fixed-point library routines to calculate the real number of FFT, the board is helloDSP28335 development board. With TI routines do
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:1256448
    • 提供者:3234234SS
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com