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

搜索资源列表

  1. fft

    0下载:
  2. fft exemple. sistem speech recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:raden ozt
  1. fft

    0下载:
  2. 16 point 4 radix fft vhdl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2042
    • 提供者:gwangja
  1. FFT

    0下载:
  2. 基于TMS320F2812的FFT算法的实现-TMS320F2812-based implementation of the FFT algorithm
  3. 所属分类:DSP program

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

    1下载:
  2. 基2快速傅立叶变换 库里-图基算法 基2快速傅立叶变换 库里-图基算法-Radix-2 FFT Cooley-Tukey algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-26
    • 文件大小:1049
    • 提供者:叶长安
  1. FFT

    0下载:
  2. FPGA嵌入式 fft 用FPGA实现FFT算法-FPGA fft
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1783
    • 提供者:asd
  1. FFT

    0下载:
  2. TMS320C54X DSP FFT 程序,希望对大家有用。-TMS320C54X DSP FFT procedures in the hope for all of us.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:181349
    • 提供者:求学
  1. fft

    1下载:
  2. 快速傅立叶算法,C语言编程,进行频谱分析 -FFT C,FFT spectrum
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:7546
    • 提供者:ok
  1. FFT

    0下载:
  2. 图像的DCT(离散余旋)和FFT(傅立叶)变换。-The image DCT (Discrete I spin) and FFT (Fourier) transformation.
  3. 所属分类:Wavelet

    • 发布日期:2017-05-04
    • 文件大小:1225402
    • 提供者:谌叶龙
  1. C6713-FFT

    0下载:
  2. 这是一个基于TMS320C6713的快速傅立叶变换(FFT)算法程序。-This is a TMS320C6713-based Fast Fourier Transform (FFT) algorithm program.
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:16787
    • 提供者:dzhihong
  1. fft

    0下载:
  2. this code evaluate FFT for 32 point
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:118090
    • 提供者:ali
  1. FFT

    0下载:
  2. 基于DSP的FFT算法C语言实现,程序完整可以直接使用 编译已经通过-DSP-based FFT algorithm for C language implementation, the program can be used directly to compile a complete has passed
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:94915
    • 提供者:wpyu
  1. fft.tar

    0下载:
  2. algoritmo per il calcolo della fft in java
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2002
    • 提供者:nick
  1. fft

    0下载:
  2. Program FFT.FOR This FORTRAN program calculates the fast Fourier transform of a timeseries (real and/or complex) or the inverse Fourier transform of spectral components (real and/or complex). The FFT is based on the algorithm given in Nu
  3. 所属分类:transportation applications

    • 发布日期:2017-03-23
    • 文件大小:71465
    • 提供者:梦回
  1. fft

    0下载:
  2. OpenMP 实现FFT 分解 曙光 4000A集群-OpenMP to achieve FFT decomposition of Dawning 4000A cluster
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2003
    • 提供者:liuqiang
  1. FFT

    0下载:
  2. fft变换程序,适合地震数据频谱分析及滤波处理方面-fft transform program, suitable for seismic data processing, spectral analysis and filtering
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:925
    • 提供者:毕有益
  1. fft

    0下载:
  2. program for FFT WHICH IS IMPLEMENTED IN C FOR DSK6713
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1023
    • 提供者:balaji
  1. FFT

    0下载:
  2. 在ADSP环境下,运用ADSP21xx系列芯片,实现FFT功能-In the ADSP environment, the use of ADSP21xx chips to achieve FFT function
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-24
    • 文件大小:7780805
    • 提供者:程万杰
  1. fft

    0下载:
  2. fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:881
    • 提供者:jakey
  1. fft

    2下载:
  2. 最大支持30720点的FFT快速傅里叶变换算法描述和实现。-Maximum support 30720 point FFT Fast Fourier Transform algorithm descr iption and implementation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-09-22
    • 文件大小:511262
    • 提供者:王飞
  1. FFT

    0下载:
  2. 256点FFT算法 可以在程序中直接调用-256-point FFT algorithm can be invoked directly in the program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1527
    • 提供者:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com