CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fft.cpp

搜索资源列表

  1. fft

    0下载:
  2. 调试通过的2维fft算法,含一个.cpp文件,一个.h文件
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2209
    • 提供者:顾楼
  1. FreTrans.cpp

    0下载:
  2. * FFT() - 快速付立叶变换 * IFFT() - 快速付立叶反变换 * DCT() - 离散余弦变换 * WALSH() - 沃尔什-哈达玛变换 * * Fourier() - 图像的付立叶变换 * DIBDct() - 图像的离散余弦变换 * DIBWalsh() - 图像的沃尔什-哈达玛变换
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3707
    • 提供者:chaonima111
  1. FFT

    0下载:
  2. 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2453
    • 提供者:cx
  1. fft.cpp

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

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

    0下载:
  2. 利用分裂基方法实现快速傅里叶变换的CPP文件-The use of split-based methods for fast Fourier transform CPP file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2874
    • 提供者:丁明
  1. cpp

    0下载:
  2. dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:443062
    • 提供者:李飞霞
  1. FFT_bigint.cpp.tar

    0下载:
  2. FFT实现的nlogn复杂度的高精度乘法-big intege based on FFT, time cost O(nlogn)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1131
    • 提供者:lixin
  1. FFT-CPP

    0下载:
  2. 快速傅里叶变换(FFT)算法C++实现代码-Fast Fourier Transform (FFT) algorithm in C++ code
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:3674
    • 提供者:王一
  1. fft-CPP

    0下载:
  2. calculates fft (fast fourier transform) of signals.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3441
    • 提供者:mostafa
  1. base2fft

    0下载:
  2. 用c++编FFT程序。此FFT 是用VC6.0编写,由FFT.CPP;STDAFX。H和STDAFX.CPP三个文件组成,编译成功。程序可以用文件输入和输出为文件。文件格式为TXT文件。 -C++ code with the FFT program with VC6.0 this FFT is written by the FFT.CPP STDAFX.H and STDAFX.CPP three files, compile successfully. Program input and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:12264
    • 提供者:吴旭靖
  1. FFT

    0下载:
  2. FFT的四种算法。 FFT_ABCD.Cpp - 源程序 FFT_ABCD.H - 头文件 FFT0A_T.Cpp - 源程序,检验基-2FFT算法的第1种形式 FFt0B_T.Cpp - 源程序,检验基-2 FFT算法的第2种形式 FFT0C_T.Cpp - 源程序,检验基-2 FFT算法的第3种形式 FFT0D_T.Cpp - 源程序,检验基-2 FFT算法的第4种形式 -four FFT arithmetic FFT_ABCD.Cpp -source pr
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:7465
    • 提供者:川少叶
  1. fft-CPP-Sample

    0下载:
  2. 快速FFT C++的实现 包含 fftclass.h sampler.c-Fast FFT C++ implementation include, fftclass.h sampler.cpp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:138485
    • 提供者:eliassun
  1. CPP-MathLib

    0下载:
  2. 该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。 -C++ MathLib
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-24
    • 文件大小:7776893
    • 提供者:大大
  1. FFT-CPP

    0下载:
  2. 快速傅里叶变换(FFT)算法C++实现代码-FFT C++
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:1217
    • 提供者:刘宁宁
  1. FFT-CPP

    0下载:
  2. 可读取一个二进制文件(如去掉头部的wav文件),将得到的数值进行FFT求出离散频谱值并保存到一个文件中。-This will process the data read from a file by FFT computing, and then save the result to a new file.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-11
    • 文件大小:2315
    • 提供者:吴翔
  1. MFC-cPP-digital-image-processing

    0下载:
  2. 基于MFC界面的图像的几何变换,二值形态学,fft变换-MFC-based interface for image geometric transformation, binary morphology, fft transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5923778
    • 提供者:雪儿
  1. fft--algorithm(CPP)

    0下载:
  2. fft算法的实现,包括时域抽取和频域抽取。可以帮助学生快速了解fft算法的核心思想。-This software is a implementation of fft algorithm, which includes the time-domain and frequency-domain.Using this software, students can quickly understand the core idea of fft algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1326142
    • 提供者:郑篱儿
  1. Verified-FFT-algorithm

    0下载:
  2. 傅里叶变换算法的VC++实现,包括.h文件和.cpp文件,经过验证的.-FFT algorithm implemented using VC++. The corresponding head and source files are included. It was verified.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2747
    • 提供者:fangliang
  1. FFT

    0下载:
  2. To use the simple FFT implementation g++ -o demofft -I. -Wall -O3 FFT.cpp. -To use the simple FFT implementation g++ -o demofft -I. -Wall -O3 FFT.cpp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:soqenvw
  1. Implementaion of FFT Using cpp

    0下载:
  2. Implementaion of FFT Using C++ Implementaion of FFT Using C++
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-08-13
    • 文件大小:34225
    • 提供者:tuongpv
« 12 »
搜珍网 www.dssz.com