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

搜索资源列表

  1. fft2.rar

    0下载:
  2. Image Processing FFT Code. C++图像处理FFT代码。,Image Processing FFT Code.
  3. 所属分类:Special Effects

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

    2下载:
  2. fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
  3. 所属分类:matlab例程

    • 发布日期:2013-11-13
    • 文件大小:47843
    • 提供者:
  1. DSP_fft32x32

    0下载:
  2. Optimized FFT code on TI C64+
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-29
    • 文件大小:38433
    • 提供者:Zhengting
  1. fft

    0下载:
  2. The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:2526
    • 提供者:郭曉詠
  1. fft

    1下载:
  2. 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在F
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-10-12
    • 文件大小:36057
    • 提供者:王渔阳
  1. FFT

    0下载:
  2. fft.c code composer studio v 3.01 by steven
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3388
    • 提供者:pouya
  1. FFT

    0下载:
  2. 一个用于数字信号处理的FFT算法的源程序,里面可以进行256点的FFT运算,通过在CCS(code composor studio)可以产生正弦波和FFT运算后的波形-One for digital signal processing of the source of the FFT algorithm, which can be 256 point FFT computation, through the CCS (code composor studio) can generate sine
  3. 所属分类:DSP program

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

    3下载:
  2. 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
  3. 所属分类:Special Effects

    • 发布日期:2014-09-09
    • 文件大小:319660
    • 提供者:游智超
  1. FFT.c

    1下载:
  2. Fast Fourier Transform using MPI libraries (Source Code)
  3. 所属分类:Algorithm

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

    1下载:
  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 readable and faster than the classi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:51842
    • 提供者:nytza
  1. Fft

    0下载:
  2. This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1034
    • 提供者:leespoon
  1. FFT

    0下载:
  2. fir、iir、fft源程序,简单调整后可以用于dsp项目开发中-fir, iir, fft source code, simple adjustments can be used for project development in the dsp
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:48076
    • 提供者:susu
  1. fft

    0下载:
  2. FFT的c++代码实现,效率比MATLAB的要高一点,并且已经调试通过。-FFT of c++ code to achieve efficiency is higher than that of MATLAB, and has passed testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1745590
    • 提供者:雪巍
  1. fft

    0下载:
  2. Fast Fourier Transform FFT C language source code for linux platforms
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. fft c code download -fft c code download download
  3. 所属分类:GDI-Bitmap

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

    0下载:
  2. FFT C code I found from internet. I just use this code for registe so that I could start my download here
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1147
    • 提供者:sky
  1. digital-signal-processing-with-C

    0下载:
  2. 一本从C语言的角度讲述数字信号处理编程的书籍,对于数字信号处理中诸如DFT,FFT变换等非常重要的部分都有详细介绍,并附有C代码。-A perspective from the C language programming about books digital signal processing for digital signal processing such as DFT, FFT transform has a very important part of the details, a
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:8985214
    • 提供者:李林
  1. 80C51-FFT-C-Code

    0下载:
  2. 80C51单片机下用C语言写的快速傅里叶变换程序。-80C51 microcontroller using C language to write a fast Fourier transform procedure.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3025
    • 提供者:pengxiaotu
  1. FFT C代码

    0下载:
  2. 快速傅里叶变换的C语言代码,可以进行跨平台移植,完全C语言实现(This is a FFT transformation code totally written by C language, and it can be cross platform migrated easily.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:NBnoidea
  1. C语言实现FFT(快速傅里叶变换)

    0下载:
  2. 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:11264
    • 提供者:SQZAHO
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com