搜索资源列表

  1. MCMPFFT

    0下载:
  2. 利用经典的Cooley-Tukey基2算法求复序列 的DFT
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2261
    • 提供者:张华
  1. MCORPSD

    0下载:
  2. 可利用该源码程序用Blackman-Tukey法(自相关法)对信号 作功率谱估计。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:wangzugao
  1. MCMPFFT

    0下载:
  2. 利用经典的Cooley-Tukey基2算法求复序列x(n)的DFT X(k)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1145
    • 提供者:enhom
  1. fft

    0下载:
  2. 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4134
    • 提供者:chj
  1. MCMPFFT

    0下载:
  2. 利用经典的Cooley-Tukey基2算法求复序列 的DFT
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:张华
  1. MCORPSD

    0下载:
  2. 可利用该源码程序用Blackman-Tukey法(自相关法)对信号 作功率谱估计。-Can make use of the source program using Blackman-Tukey method (autocorrelation method) on the signal for the power spectrum estimation.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:wangzugao
  1. MCMPFFT

    0下载:
  2. 利用经典的Cooley-Tukey基2算法求复序列x(n)的DFT X(k)-Use of the classic Cooley-Tukey radix-2 algorithm for complex sequence x (n) of the DFT X (k)
  3. 所属分类:波变换

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:enhom
  1. fft

    0下载:
  2. 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。-Discrete Fourier Transform of the 20th century 60 s co
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:chj
  1. MCMPFFT

    0下载:
  2. 利用经典的Cooley-Tukey基2算法求复序列的DFT-Use of the classic Cooley-Tukey radix-2 algorithm for complex sequence of DFT
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:dayuruozhi
  1. auto_correlation

    0下载:
  2. 用Blackman-Tukey方法(自相关法)实现对任意输入的实序列函数x(n)作功率谱估计。-Using Blackman-Tukey method (autocorrelation method) to achieve the actual sequence of arbitrary input function x (n) for power spectrum estimation.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:gjj
  1. CMPFFT

    0下载:
  2. 利用经典的COOLEY-TUKEY基2算法求复序列x[n]的DFTX[k].有Fortran的子程序和主程序,还有C程序-The use of classic COOLEY-TUKEY radix-2 algorithm for complex sequence x [n] of DFTX [k]. Have the Fortran subroutines and main program, there are C procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:刘建
  1. FFT

    0下载:
  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 reada
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:52224
    • 提供者:nytza
  1. CMPFFT

    0下载:
  2. cmpfft.for(hcmpfft.for) 利用经典的Cooley-Tukey基2算法求复序列 的DFT -cmpfft.for (hcmpfft.for) to use the classic Cooley-Tukey radix-2 algorithm for the DFT complex sequence
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:金茜
  1. tukey

    0下载:
  2. 利用tukey和barlett方法对随机信号的功率谱进行估计。迭代方法来判断性能-Tukey and the use of random signal barlett method to estimate the power spectrum. Iterative method to determine the performance of
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:罗西基
  1. BTblackman

    0下载:
  2. 经典法,布莱克曼-图基法求谱估计,简单实用-Classical method, Blackman- map-based spectrum estimation method, simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:赵小飞
  1. FastWalshHadamardTransform

    0下载:
  2. The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:ry
  1. acm..

    0下载:
  2. 自相关法求全极点模型参数; 下行递归; 逆Levinson-Durbin递归(模型参数~自相关序列); 平均周期图的Bartlett方法; Blackman-Tukey功率谱估计。-Autocorrelation perfection pole model parameters downward recursion inverse Levinson-Durbin recursion (model parameters
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:jin
  1. twiddle

    0下载:
  2. twiddle factor - a part of cooley-tukey algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:shimis
  1. tukey

    0下载:
  2. 图像处理中对图像加上tukey窗后的效果-add tukey window to image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:50176
    • 提供者:John
  1. cooley-tukey-fft-for-16-bit-integer-numbers

    0下载:
  2. cooley tukey algorithm for FFT calculation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-10
    • 文件大小:118784
    • 提供者:amir
« 12 3 »

源码中国 www.ymcn.org