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

搜索资源列表

  1. fft-of-the-C-language-source-code

    0下载:
  2. 这是关于快速傅里叶变换(FFT)的C语言程序。-This is on the fast Fourier transform (FFT) of the C language program.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:889
    • 提供者:李礼
  1. TI2812_library

    0下载:
  2. C语言编写的TMS320F2812的库函数和例程,指导用户进行TMS320F2812的c语言程序编写-Written in C language library functions and routines TMS320F2812, TMS320F2812 guide the user' s c language programming
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:57420
    • 提供者:小刘
  1. fft-16-4

    1下载:
  2. 基4fft的快速傅里叶变换及实现此过程的c语言程序-Fast Fourier transform based 4fft and implement this process, c language program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:781
    • 提供者:张勇
  1. fft

    0下载:
  2. 在C语言环境下的快速傅里叶变换算法-In the C language environment Lala Lala fast Fourier transform algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. C语言实现图像的快速傅立叶变换,离散傅立叶变换。环境是CVI,一个与硬件快速接口的软件。-FFT,fast fourier transit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:909590
    • 提供者:林蓬
  1. fft

    0下载:
  2. FFT的C语言程序,内容很详细,是不错的源代码-FFT of the C language program, the content is very detailed, is a good source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1135
    • 提供者:zq
  1. data_FFT

    0下载:
  2. 数据信号的FFT变换,用C语言写的代码,适用于8051,稍修改后也可能其它单片机-FFT transform data signals, using C language to write code for 8051, slightly modified may also be other MCU
  3. 所属分类:SCM

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

    0下载:
  2. 本文介绍了快速傅里叶变换(FFT)的C语言实现方法-The paper introduces the fast Fourier transform (FFT) realization on C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2657
    • 提供者:yuping
  1. FFT

    0下载:
  2. 用C语言编写的实现FFT算法的程序,可以用来计算任意点数序列的FFT。-With the C language implementation of the program FFT algorithm can be used to calculate the sequence of any point FFT.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1013
    • 提供者:Gavin
  1. FFT

    0下载:
  2. FFT的C语言程序,包括失真度函数,最后加入了一个测试例子-FFT of the C language program, including the distortion function, and finally added a test case
  3. 所属分类:Algorithm

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

    0下载:
  2. 本程序是自己编写的频域抽取FFT程序,输入自然序,输出倒位序,用C语言实现。-The program is written in their own decimation in frequency domain FFT program, enter the natural order, the output inversion sequence, with the C language.
  3. 所属分类:Algorithm

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

    0下载:
  2. fft快速傅里叶变换的c语言程序。原始数据在文件中定义。-fft Fast Fourier Transform c language program. The original data in the file definition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2067
    • 提供者:汤磊
  1. fftarm

    0下载:
  2. FFT 快速傅立叶变换 C语言实现 ARM 中DSP中都可以-FFT Fast Fourier Transform in the DSP C language implementation in the ARM can
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:28066
    • 提供者:向东
  1. fft

    0下载:
  2. 快速傅立叶算法,C语言编程,可用与DSP等信号处理领域--Fast Fourier algorithm, C language programming that can be used with the DSP and other signal processing
  3. 所属分类:DSP program

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

    0下载:
  2. 本程序是用于二维快速傅里叶变换的C语言实现方法-This procedure is used for two-dimensional fast Fourier transform method for C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2006
    • 提供者:林明锋
  1. FFT-algorithm

    1下载:
  2. 实际中需做快速傅里叶变换(FFT)的多为实序列数据,而其变换算法都是以复数序列 作为输入。文中利用频域的性质.将实序列数据变换为复数序列,再进行FFT变换,以提高FFT对于实序列输入的变换效率,最后用C语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-FFT algorithm with complex sequences as input is commonly applied to real sequence.A new FFT algorithm is pr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:227629
    • 提供者:陈晓娟
  1. FFT

    0下载:
  2. 本程序是基于c语言编译环境编写的关于dsp的fft程序-This program is written in c language compiler environment of the fft program on the dsp
  3. 所属分类:DSP program

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

    0下载:
  2. 一种实序列FFT新算法与C语言实现FFT of a real sequence and the C language implementation of new algorithms-FFT of a real sequence and the C language implementation of new algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:939156
    • 提供者:net515
  1. DSP--C

    0下载:
  2. DSP的开发资料(pdf) 包括各种噪声信号的产生、fft等基本运算的C语言实例-DSP development of information including the generation of noise, fft basic operations such as C-language examples
  3. 所属分类:DSP program

    • 发布日期:2017-05-19
    • 文件大小:5187961
    • 提供者:张子
  1. A-New-FFT-Algorithm

    0下载:
  2. 实际中需做快速傅里叶变换(FFT)的多为实序列数据,而其变换算法都是以复数序列作为输入。文中利用频域的性质,将实序列数据变换为复数序列,再进行FFT 变换,以提高FFT对于实序列输入的变换效率,最后用C 语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-Practice to be done fast Fourier transform (FFT) for the implementation of multi-sequence data, and its transfo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:939894
    • 提供者:Stuart
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com