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

搜索资源列表

  1. Floating-point-complex-radix-2-decimation-in-time-

    0下载:
  2. 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:minytian
  1. FFT2D.rar

    1下载:
  2. 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1262
    • 提供者:yang xulei
  1. CZT

    2下载:
  2. C实现Chirp-Z变化,采用Bluestein快速算法,压缩包内还附有FFT.h和Complex.h,很有应用价值-C implementation Chirp-Z changes, the use of fast algorithm Bluestein, compressed package also included FFT.h and Complex.h, great value
  3. 所属分类:Algorithm

    • 发布日期:2016-06-02
    • 文件大小:2624
    • 提供者:
  1. dit_fft

    1下载:
  2. 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:735232
    • 提供者:yangshoping
  1. 1024FFT_ASIC

    0下载:
  2. 1024点复数专用FFT处理器的ASIC实现-1024 point complex FFT processor dedicated ASIC realization
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2804055
    • 提供者:enhom
  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. fft

    0下载:
  2. ti 的FFT 算法库,里面有PDF的理论基础,和算法库,很齐全,很有参考价值.-This FFT library contains generic FFT module (32-bit implementation) for real/complex FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:780255
    • 提供者:vincent
  1. FFT(DFTcomplexarray)twodimension

    0下载:
  2. 多维傅里叶变换,二维DFT快速算法,共分五部--二:二维复序列行列算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 2: two-dimensional complex sequence algorithm ranks
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2234
    • 提供者:jet ju
  1. FFT(DFTcomplexarray)threedimension

    0下载:
  2. 多维傅里叶变换,二维DFT快速算法,共分五部--四:三维复序列3D-DFT快速算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 4: Three-dimensional complex sequence of 3D-DFT Fast Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2333
    • 提供者:jet ju
  1. fft

    0下载:
  2. 对正弦信号进行傅里叶变化,然后估计频率,在不同信噪比下画出均值方差的图-In the data process the measured complex time signal is converted into frequency signal by DFT to get vibration information regarding frequency and amplitude of the rotor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5415
    • 提供者:路静
  1. A-New-FFT-Algorithm

    0下载:
  2. 实际中需做快速傅里叶变换(FFT)的多为实序列数据,而其变换算法都是以复数序列作为输入。文中利用频域的性质,将实序列数据变换为复数序列,再进行FFT 变换,以提高FFT对于实序列输入的变换效率,最后用C 语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-Practice to be done fast Fourier transform (FFT) for the implementation of multi-sequence data, and its transfo
  3. 所属分类:Algorithm

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

    0下载:
  2. 离散快速Fourier变换,适用于复系数.-Discrete fast Fourier transform for complex coefficients.
  3. 所属分类:Algorithm

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

    1下载:
  2. 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
  3. 所属分类:Algorithm

    • 发布日期:2014-04-16
    • 文件大小:2048
    • 提供者:lu
  1. fft

    0下载:
  2. 接口为fft(complex *a, complex *b, int n)。a是输入,b是输出,n为长度-Interface fft (complex* a, complex* b, int n). a is the input, b is the output, n is the length
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1350
    • 提供者:reddog
  1. FFTandTestInBCB

    0下载:
  2. FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:316668
    • 提供者:lcj
  1. FFT

    0下载:
  2. 使用VC++写的FFT算法,里面包含了一个复数运算类。-Implement FFT using VC++,including a class of complex computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:302657
    • 提供者:天天
  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. fft

    0下载:
  2. 改进的算法导论中的fft代码,将nlogn的复杂度下降到n,编译成功,4096个数据点时常为2秒。-Fft code in the Introduction of the improved algorithm will be the nlogn of complex decreased to n successful compile 4096 data points from time to time for two seconds.
  3. 所属分类:Algorithm

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

    0下载:
  2. 复数类,复数的加减乘除,线性卷积,FFT蝶形算法,bit reversal-Complex type, complex addition and subtraction, multiplication and division, linear convolution, FFT butterfly algorithm, bit reversal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:754971
    • 提供者:DJ
  1. dfftpack

    1下载:
  2. FFTPACK is a package of Fortran subprograms for the fast Fourier transform of periodic and other symmetric sequences. It includes complex, real, sine, cosine, and quarter-wave transforms.
  3. 所属分类:数学计算

    • 发布日期:2020-09-02
    • 文件大小:38912
    • 提供者:tec4tech
« 12 3 »
搜珍网 www.dssz.com