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

搜索资源列表

  1. fftw-3.1.tar

    0下载:
  2. 最新的FFT程序,目前是最好的开放FFT代码-latest FFT procedure, is the best open source FFT
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2692325
    • 提供者:薛斌
  1. CFFTWWrapper

    0下载:
  2. 对 FFTW 的 c++ 封装,能够很方便在基于c++ 的代码中调用,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2131046
    • 提供者:小熊
  1. fftw

    1下载:
  2. fftw 头文件 对于初学fftw的人可以很清楚的认识到fftw.h 的基础内容,由西方学者编写
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3881
    • 提供者:D.mk
  1. fftw-2.1.5

    0下载:
  2. FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real tran
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1546448
    • 提供者:北科
  1. fftw

    0下载:
  2. 一个非常实用的c语言快速傅立叶变换程序,可以做傅立叶正变换和反变换
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8583
    • 提供者:韩瑞冬
  1. st

    0下载:
  2. s 变换的vc++源程序代码,需要用到fftw函数库
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:邢军辉
  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. FFTW

    1下载:
  2. 世界上最快的傅里叶变换库fftw的中文参考文档-The world' s fastest Fourier transform library fftw reference documentation in Chinese
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:493961
    • 提供者:zsp
  1. fftw-3.1.3.tar

    0下载:
  2. 快速傅立叶变换库函数,C/C++编写,应用于unix/linux系统-Fast Fourier Transform library function, C/C++ Prepared, applied to unix/linux system
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2810399
    • 提供者:alex
  1. fftw-3.1.2-dll

    0下载:
  2. fftw,the fastest fourier transform in the West。用于快速计算离散傅里叶变换,用c编程-fftw, the fastest fourier transform in the West. For fast calculation of discrete Fourier transform, using c programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1994377
    • 提供者:clark
  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. fftw-3.3alpha2.tar

    0下载:
  2. 快速fft变换,比matlab自带命令要快-fft
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3466915
    • 提供者:qw
  1. dctFFTW

    1下载:
  2. 基于fftw的dct程序,FFTW是一个快速的免费的基于c语言的FFT 库-A fast, free C FFT library includes real-complex, multidimensional, and parallel transforms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:900
    • 提供者:张克新
  1. fftw_test

    0下载:
  2. FFTW的C++测试程序,计算[0 1 2 3]的傅立叶变换,有VC++和VS的工程(*.dsp和*.sln)-C++ test procedures for FFTW, calculating the Fourier transform of [0 1 2 3], including VC++ and VS project (*. dsp and*. sln)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:449423
    • 提供者:wpzhao
  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. fftw-3.2.tar

    1下载:
  2. 西方快速Fourier变换。FFTW是计算离散Fourier变换(DFT)的快速C程序的一个完整集合,它可计算一维或多维、实和复数据以及任意规模的DFT。FFTW还包含对共享和分布式存储系统的并行变换。FFTW由麻省理工学院计算机科学实验室超级计算技术组开发。 -FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbi
  3. 所属分类:Algorithm

    • 发布日期:2016-09-24
    • 文件大小:3670016
    • 提供者:puyanxiang
  1. FFTW

    0下载:
  2. MIT稀疏傅里叶变换工作组的稀疏快速傅里叶变换的一些函数-Contains the FFTW functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:711
    • 提供者:LIU
  1. FFTW

    0下载:
  2. 使用FFTW VCL 和网上流行的C算法对已知函数各进行了FFT变换,同时使用IFFTW进行了反演,并将反演图像和原始图形进行了比较,结果是两种图形可以重合。-Use the FFTW VCL and the popular C FFT algorithm in th internet to compute the FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:530860
    • 提供者:RoamerStar
  1. fftw-3.3.4-dll32

    0下载:
  2. 最新的fftw程序,目前最好的快速Fourier算法。lib已经生成,供windows用户调用。32位版-newly version for fftw, the best numerical calculation of Fourier transform. lib file is contained for windowser. 32bits
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2192035
    • 提供者:Gloria
  1. fftw-3.3.5-dll32

    0下载:
  2. 此变换库使用平台为windows系统,安装完毕后可以在IDE里面调用FFTW函数实现数据的FFT变换。(The transformation library uses the platform as the windows system, and after installation, the FFTW function can be called in the IDE to realize the FFT transform of the data.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:2605056
    • 提供者:Miraclor
« 12 »
搜珍网 www.dssz.com